@doist/reactist 29.1.2 → 30.0.1

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 +18 -0
  2. package/package.json +2 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # Changelog
2
2
 
3
+ ## [30.0.1](https://github.com/Doist/reactist/compare/v30.0.0...v30.0.1) (2026-01-26)
4
+
5
+
6
+ ### chore
7
+
8
+ * release 30.0.1 ([#1003](https://github.com/Doist/reactist/issues/1003)) ([fbee885](https://github.com/Doist/reactist/commit/fbee88569a03c83ead82b708000cb37bdedde60a))
9
+
10
+ ## [30.0.0](https://github.com/Doist/reactist/compare/v29.1.2...v30.0.0) (2026-01-24)
11
+
12
+
13
+ ### ⚠ BREAKING CHANGES
14
+
15
+ * Bump node version requirement to v22.22; integrate react-compiler-tracker ([#994](https://github.com/Doist/reactist/issues/994))
16
+
17
+ ### chore
18
+
19
+ * 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))
20
+
3
21
  ## [29.1.2](https://github.com/Doist/reactist/compare/v29.1.1...v29.1.2) (2026-01-09)
4
22
 
5
23
 
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.1",
5
5
  "repository": "https://github.com/Doist/reactist",
6
6
  "homepage": "https://github.com/Doist/reactist#readme",
7
7
  "bugs": {
@@ -21,10 +21,6 @@
21
21
  "sideEffects": [
22
22
  "**/*.css"
23
23
  ],
24
- "engines": {
25
- "node": "^22.14.0 || >= 24.10.0",
26
- "npm": "^10.9.2 || >= 11.5.1"
27
- },
28
24
  "publishConfig": {
29
25
  "access": "public"
30
26
  },
@@ -87,6 +83,7 @@
87
83
  "@babel/register": "^7.0.0",
88
84
  "@doist/eslint-config": "12.0.0",
89
85
  "@doist/prettier-config": "4.0.0",
86
+ "@doist/react-compiler-tracker": "2.1.2",
90
87
  "@doist/tsconfig": "2.0.0",
91
88
  "@geometricpanda/storybook-addon-badges": "^0.2.2",
92
89
  "@rollup/plugin-babel": "6.1.0",