@scalewing/react 0.4.0 → 0.6.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 +24 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # @scalewing/react
2
2
 
3
+ ## 0.6.0
4
+
5
+ ### Minor Changes
6
+
7
+ - Align the public packages with the 0.6.0 native Accordion release, as required
8
+ by the lockstep release workflow. No new token or DOM component API is added.
9
+
10
+ ### Patch Changes
11
+
12
+ - Updated dependencies
13
+ - @scalewing/tokens@0.6.0
14
+
15
+ ## 0.5.0
16
+
17
+ ### Minor Changes
18
+
19
+ - Keep public package versions matched for the GitHub `v0.5.0` release tag.
20
+ Native Field ships in this version.
21
+
22
+ ### Patch Changes
23
+
24
+ - Updated dependencies
25
+ - @scalewing/tokens@0.5.0
26
+
3
27
  ## 0.4.0
4
28
 
5
29
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scalewing/react",
3
- "version": "0.4.0",
3
+ "version": "0.6.0",
4
4
  "description": "Scalewing DOM components and package-owned CSS utilities.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -38,7 +38,7 @@
38
38
  "README.md"
39
39
  ],
40
40
  "dependencies": {
41
- "@scalewing/tokens": "0.4.0"
41
+ "@scalewing/tokens": "0.6.0"
42
42
  },
43
43
  "peerDependencies": {
44
44
  "react": "^19.0.0",