Skip to content

Commit

Permalink
change: Fix npmignore, bump version.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
personalizedrefrigerator committed Sep 23, 2024
1 parent 686f227 commit 7786471
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.21.3
* Bug fixes
* Fix `tools/` directory incorrectly in `.npmignore`.

# 1.21.2
* Bug fixes
* Fix copy icon is small when the selection context menu is opened near the screen edge.
Expand Down
2 changes: 1 addition & 1 deletion packages/js-draw/.npmignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
dist-test/
src/**/*.ts
tools/
/tools/
2 changes: 1 addition & 1 deletion packages/js-draw/src/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
* @internal
*/
export default {
number: '1.21.2',
number: '1.21.3',
};

0 comments on commit 7786471

Please sign in to comment.