@ark-ui/solid 0.7.2-beta.1 → 0.7.2-beta.3

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 +16 -2
  2. package/package.json +4 -2
package/CHANGELOG.md CHANGED
@@ -6,6 +6,18 @@ description: All notable changes to this project will be documented in this file
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [0.7.2-beta.3] - 2023-07-05
10
+
11
+ ### Added
12
+
13
+ - Set `type` to `module`
14
+
15
+ ## [0.7.2-beta.2] - 2023-07-05
16
+
17
+ ### Fixed
18
+
19
+ - Declare no external
20
+
9
21
  ## [0.7.2-beta.1] - 2023-07-05
10
22
 
11
23
  - Updated @zag-js dependencies to their latest versions
@@ -103,7 +115,7 @@ description: All notable changes to this project will be documented in this file
103
115
  - Add `Toast`
104
116
  - Add `Tooltip`
105
117
 
106
- [unreleased]: https://github.com/chakra-ui/ark/compare/@ark-ui/solid@0.7.2-beta.1...HEAD
118
+ [unreleased]: https://github.com/chakra-ui/ark/compare/@ark-ui/solid@0.7.2-beta.3...HEAD
107
119
  [0.1.0]: https://github.com/chakra-ui/ark/releases/tag/@ark-ui/solid@0.1.0
108
120
  [0.2.0]: https://github.com/chakra-ui/ark/releases/tag/@ark-ui/solid@0.2.0
109
121
  [0.3.0]: https://github.com/chakra-ui/ark/releases/tag/@ark-ui/solid@0.3.0
@@ -113,5 +125,7 @@ description: All notable changes to this project will be documented in this file
113
125
  [0.7.0]: https://github.com/chakra-ui/ark/releases/tag/@ark-ui/solid@0.7.0
114
126
  [0.7.1]: https://github.com/chakra-ui/ark/releases/tag/@ark-ui/solid@0.7.1
115
127
  [0.7.2-beta.0]: https://github.com/chakra-ui/ark/releases/tag/@ark-ui/solid@0.7.2-beta.0
116
-
117
128
  [0.7.2-beta.1]: https://github.com/chakra-ui/ark/releases/tag/@ark-ui/solid@0.7.2-beta.1
129
+ [0.7.2-beta.2]: https://github.com/chakra-ui/ark/releases/tag/@ark-ui/solid@0.7.2-beta.2
130
+
131
+ [0.7.2-beta.3]: https://github.com/chakra-ui/ark/releases/tag/@ark-ui/solid@0.7.2-beta.3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ark-ui/solid",
3
- "version": "0.7.2-beta.1",
3
+ "version": "0.7.2-beta.3",
4
4
  "description": "A collection of unstyled, accessible UI components for Solid, utilizing state machines for seamless interaction.",
5
5
  "keywords": [
6
6
  "accordion",
@@ -33,6 +33,7 @@
33
33
  "toast",
34
34
  "tooltip"
35
35
  ],
36
+ "type": "module",
36
37
  "homepage": "https://ark-ui.com",
37
38
  "license": "MIT",
38
39
  "sideEffects": false,
@@ -89,7 +90,8 @@
89
90
  "@zag-js/tags-input": "0.0.0-dev-20230705143151",
90
91
  "@zag-js/toast": "0.0.0-dev-20230705143151",
91
92
  "@zag-js/tooltip": "0.0.0-dev-20230705143151",
92
- "@zag-js/types": "0.0.0-dev-20230705143151"
93
+ "@zag-js/types": "0.0.0-dev-20230705143151",
94
+ "vite-plugin-ssr": "0.4.132"
93
95
  },
94
96
  "devDependencies": {
95
97
  "@release-it/keep-a-changelog": "3.1.0",