reshaped 3.5.3 → 3.5.4-canary.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 +23 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,4 +1,8 @@
1
- # [Unreleased](https://github.com/formaat-design/reshaped-source/compare/v3.5.1...d89d79c5abaf00bbdd6a645badcc09cf09c312a0) (2025-05-10)
1
+ # Unreleased (2025-05-10)
2
+
3
+
4
+
5
+ ## [3.5.3](https://github.com/formaat-design/reshaped-source/compare/v3.5.1...v3.5.3) (2025-05-10)
2
6
 
3
7
 
4
8
  ### Bug Fixes
@@ -12,6 +16,24 @@
12
16
 
13
17
 
14
18
 
19
+ ## [3.5.3](https://github.com/formaat-design/reshaped-source/compare/v3.5.1...v3.5.3) (2025-05-10)
20
+
21
+
22
+ ### Bug Fixes
23
+
24
+ * **Checkbox,Radio:** removed css layers to keep tw3 preflight compatibility ([84d9bae](https://github.com/formaat-design/reshaped-source/commit/84d9bae98f88ad60950b4d5ab25e405448bf6622))
25
+ * **ScrollArea:** fixed maxHeight ([6ba289f](https://github.com/formaat-design/reshaped-source/commit/6ba289f55bb62ac98ff8145264bc94c1dc975fa6))
26
+ * test changelog ([cc5759b](https://github.com/formaat-design/reshaped-source/commit/cc5759b59cb29337babac6c532ccc1159aa16783))
27
+ * test changelog again ([d89d79c](https://github.com/formaat-design/reshaped-source/commit/d89d79c5abaf00bbdd6a645badcc09cf09c312a0))
28
+ * updated sideEffects to *.css ([fb603ca](https://github.com/formaat-design/reshaped-source/commit/fb603cacb8057cb582f2d1f6b4d07ac0e79b19d8))
29
+ * updated sideEffects to *.css ([4346ddb](https://github.com/formaat-design/reshaped-source/commit/4346ddbe6d7983f22de807f52f504f42fa8fc5e6))
30
+
31
+
32
+
33
+ # Unreleased (2025-05-10)
34
+
35
+
36
+
15
37
  ## [3.5.1](https://github.com/formaat-design/reshaped/compare/v3.5.1-canary.0...v3.5.1) (2025-04-26)
16
38
 
17
39
  ### Bug Fixes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "reshaped",
3
3
  "description": "Professionally crafted design system in React & Figma for building products of any scale and complexity",
4
- "version": "3.5.3",
4
+ "version": "3.5.4-canary.0",
5
5
  "license": "MIT",
6
6
  "email": "hello@reshaped.so",
7
7
  "homepage": "https://reshaped.so",
@@ -75,7 +75,7 @@
75
75
  "build:chromatic": "STORYBOOK_ENV=chromatic storybook build",
76
76
  "release": "read -p 'Have you updated chromatic tests?' && yarn release:lib && yarn release:source && yarn build:storybook && yarn release:copy",
77
77
  "release:lib": "yarn build && yarn publish && sh ./bin/update-changelog.sh",
78
- "release:canary": "yarn build && yarn publish --tag canary && sh ./bin/update-changelog.sh",
78
+ "release:canary": "yarn build && yarn version && sh ./bin/update-changelog.sh && yarn publish --tag canary",
79
79
  "release:test": "yarn build && yarn pack --filename reshaped-test.tgz",
80
80
  "release:source": "sh ./bin/release-source.sh",
81
81
  "release:copy": "sh ./bin/release-copy.sh",