Skip to content

Commit 25aad2e

Browse files
chore(release): 1.2.1 [skip ci]
## [1.2.1](v1.2.0...v1.2.1) (2026-03-02) ### Bug Fixes * move react to peerDependencies only, fix exports for modern bundlers ([adc1bb5](adc1bb5))
1 parent adc1bb5 commit 25aad2e

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.2.1](https://github.com/kontakto-fi/email-editor/compare/v1.2.0...v1.2.1) (2026-03-02)
2+
3+
4+
### Bug Fixes
5+
6+
* move react to peerDependencies only, fix exports for modern bundlers ([adc1bb5](https://github.com/kontakto-fi/email-editor/commit/adc1bb5bc4620f3517f44406ca832568a107b933))
7+
18
# [1.2.0](https://github.com/kontakto-fi/email-editor/compare/v1.1.1...v1.2.0) (2025-05-09)
29

310

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kontakto/email-template-editor",
3-
"version": "1.3.0",
3+
"version": "1.2.1",
44
"type": "module",
55
"main": "dist/index.cjs",
66
"module": "dist/index.js",
@@ -37,7 +37,7 @@
3737
},
3838
"devDependencies": {
3939
"@jest/globals": "^29.7.0",
40-
"@rollup/rollup-linux-x64-gnu": "^4.40.2",
40+
"@rollup/rollup-linux-x64-gnu": "^4.59.0",
4141
"@testing-library/react": "^14.2.1",
4242
"@types/jest": "^29.5.12",
4343
"@types/react": "^18.2.55",

0 commit comments

Comments
 (0)