@doist/reactist 29.1.2 → 30.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/package.json +3 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # Changelog
2
2
 
3
+ ## [30.0.0](https://github.com/Doist/reactist/compare/v29.1.2...v30.0.0) (2026-01-24)
4
+
5
+
6
+ ### ⚠ BREAKING CHANGES
7
+
8
+ * Bump node version requirement to v22.22; integrate react-compiler-tracker ([#994](https://github.com/Doist/reactist/issues/994))
9
+
10
+ ### chore
11
+
12
+ * Bump node version requirement to v22.22; integrate react-compiler-tracker ([#994](https://github.com/Doist/reactist/issues/994)) ([ee3b106](https://github.com/Doist/reactist/commit/ee3b10660ddd55146e42755e2392f81adef3838c))
13
+
3
14
  ## [29.1.2](https://github.com/Doist/reactist/compare/v29.1.1...v29.1.2) (2026-01-09)
4
15
 
5
16
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@doist/reactist",
3
3
  "description": "Open source React components by Doist",
4
- "version": "29.1.2",
4
+ "version": "30.0.0",
5
5
  "repository": "https://github.com/Doist/reactist",
6
6
  "homepage": "https://github.com/Doist/reactist#readme",
7
7
  "bugs": {
@@ -22,7 +22,7 @@
22
22
  "**/*.css"
23
23
  ],
24
24
  "engines": {
25
- "node": "^22.14.0 || >= 24.10.0",
25
+ "node": "^22.22.0 || >= 24.13.0",
26
26
  "npm": "^10.9.2 || >= 11.5.1"
27
27
  },
28
28
  "publishConfig": {
@@ -87,6 +87,7 @@
87
87
  "@babel/register": "^7.0.0",
88
88
  "@doist/eslint-config": "12.0.0",
89
89
  "@doist/prettier-config": "4.0.0",
90
+ "@doist/react-compiler-tracker": "2.1.1",
90
91
  "@doist/tsconfig": "2.0.0",
91
92
  "@geometricpanda/storybook-addon-badges": "^0.2.2",
92
93
  "@rollup/plugin-babel": "6.1.0",