Skip to content

Commit 612df0c

Browse files
chore(release): 2.0.0 [skip ci]
# [2.0.0](v1.3.5...v2.0.0) (2025-06-09) ### Bug Fixes * react imports ([929eb2c](929eb2c)) ### Features * **build:** ESM-only builds ([22e81f4](22e81f4)) * migrate main package to bun ([199d600](199d600)) * reduce size using minify and external ([5a47e65](5a47e65)) * to monorepo with bun ([0156de2](0156de2)) * update to react-jsx transform introduced in React 17 ([3a8aef1](3a8aef1)) ### BREAKING CHANGES * **build:** support for CJS dropped which means ESM only * new bundler might cause different behavior
1 parent 1b9c651 commit 612df0c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,6 @@
2424
"path": "./node_modules/cz-conventional-changelog"
2525
}
2626
},
27-
"packageManager": "[email protected]"
27+
"packageManager": "[email protected]",
28+
"version": "2.0.0"
2829
}

0 commit comments

Comments
 (0)