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

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 +9 -2
  2. package/package.json +3 -2
package/CHANGELOG.md CHANGED
@@ -6,6 +6,12 @@ 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.2] - 2023-07-05
10
+
11
+ ### Fixed
12
+
13
+ - Declare no external
14
+
9
15
  ## [0.7.2-beta.1] - 2023-07-05
10
16
 
11
17
  - Updated @zag-js dependencies to their latest versions
@@ -103,7 +109,7 @@ description: All notable changes to this project will be documented in this file
103
109
  - Add `Toast`
104
110
  - Add `Tooltip`
105
111
 
106
- [unreleased]: https://github.com/chakra-ui/ark/compare/@ark-ui/solid@0.7.2-beta.1...HEAD
112
+ [unreleased]: https://github.com/chakra-ui/ark/compare/@ark-ui/solid@0.7.2-beta.2...HEAD
107
113
  [0.1.0]: https://github.com/chakra-ui/ark/releases/tag/@ark-ui/solid@0.1.0
108
114
  [0.2.0]: https://github.com/chakra-ui/ark/releases/tag/@ark-ui/solid@0.2.0
109
115
  [0.3.0]: https://github.com/chakra-ui/ark/releases/tag/@ark-ui/solid@0.3.0
@@ -113,5 +119,6 @@ description: All notable changes to this project will be documented in this file
113
119
  [0.7.0]: https://github.com/chakra-ui/ark/releases/tag/@ark-ui/solid@0.7.0
114
120
  [0.7.1]: https://github.com/chakra-ui/ark/releases/tag/@ark-ui/solid@0.7.1
115
121
  [0.7.2-beta.0]: https://github.com/chakra-ui/ark/releases/tag/@ark-ui/solid@0.7.2-beta.0
116
-
117
122
  [0.7.2-beta.1]: https://github.com/chakra-ui/ark/releases/tag/@ark-ui/solid@0.7.2-beta.1
123
+
124
+ [0.7.2-beta.2]: https://github.com/chakra-ui/ark/releases/tag/@ark-ui/solid@0.7.2-beta.2
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.2",
4
4
  "description": "A collection of unstyled, accessible UI components for Solid, utilizing state machines for seamless interaction.",
5
5
  "keywords": [
6
6
  "accordion",
@@ -89,7 +89,8 @@
89
89
  "@zag-js/tags-input": "0.0.0-dev-20230705143151",
90
90
  "@zag-js/toast": "0.0.0-dev-20230705143151",
91
91
  "@zag-js/tooltip": "0.0.0-dev-20230705143151",
92
- "@zag-js/types": "0.0.0-dev-20230705143151"
92
+ "@zag-js/types": "0.0.0-dev-20230705143151",
93
+ "vite-plugin-ssr": "0.4.132"
93
94
  },
94
95
  "devDependencies": {
95
96
  "@release-it/keep-a-changelog": "3.1.0",