@ark-ui/react 0.11.0-beta.3 → 0.11.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 +3 -3
  2. package/package.json +34 -34
package/CHANGELOG.md CHANGED
@@ -6,7 +6,7 @@ description: All notable changes to this project will be documented in this file
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
- ## [0.11.0-beta.3] - 2023-08-08
9
+ ## [0.11.0] - 2023-08-08
10
10
 
11
11
  ### Changed
12
12
 
@@ -173,7 +173,7 @@ description: All notable changes to this project will be documented in this file
173
173
  - Add `Toast`
174
174
  - Add `Tooltip`
175
175
 
176
- [unreleased]: https://github.com/chakra-ui/ark/compare/@ark-ui/react@0.11.0-beta.3...HEAD
176
+ [unreleased]: https://github.com/chakra-ui/ark/compare/@ark-ui/react@0.11.0...HEAD
177
177
  [0.1.0]: https://github.com/chakra-ui/ark/releases/tag/@ark-ui/react@0.1.0
178
178
  [0.2.0]: https://github.com/chakra-ui/ark/releases/tag/@ark-ui/react@0.2.0
179
179
  [0.3.0]: https://github.com/chakra-ui/ark/releases/tag/@ark-ui/react@0.3.0
@@ -192,4 +192,4 @@ description: All notable changes to this project will be documented in this file
192
192
  [0.11.0-beta.1]: https://github.com/chakra-ui/ark/releases/tag/@ark-ui/react@0.11.0-beta.1
193
193
  [0.11.0-beta.2]: https://github.com/chakra-ui/ark/releases/tag/@ark-ui/react@0.11.0-beta.2
194
194
 
195
- [0.11.0-beta.3]: https://github.com/chakra-ui/ark/releases/tag/@ark-ui/react@0.11.0-beta.3
195
+ [0.11.0]: https://github.com/chakra-ui/ark/releases/tag/@ark-ui/react@0.11.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ark-ui/react",
3
- "version": "0.11.0-beta.3",
3
+ "version": "0.11.0",
4
4
  "description": "A collection of unstyled, accessible UI components for React, utilizing state machines for seamless interaction.",
5
5
  "keywords": [
6
6
  "accordion",
@@ -60,39 +60,39 @@
60
60
  "release-it": "release-it --config ../../release-it.json"
61
61
  },
62
62
  "dependencies": {
63
- "@zag-js/accordion": "0.0.0-dev-20230808052336",
64
- "@zag-js/anatomy": "0.0.0-dev-20230808052336",
65
- "@zag-js/avatar": "0.0.0-dev-20230808052336",
66
- "@zag-js/carousel": "0.0.0-dev-20230808052336",
67
- "@zag-js/checkbox": "0.0.0-dev-20230808052336",
68
- "@zag-js/color-picker": "0.0.0-dev-20230808052336",
69
- "@zag-js/color-utils": "0.0.0-dev-20230808052336",
70
- "@zag-js/combobox": "0.0.0-dev-20230808052336",
71
- "@zag-js/date-picker": "0.0.0-dev-20230808052336",
72
- "@zag-js/date-utils": "0.0.0-dev-20230808052336",
73
- "@zag-js/dialog": "0.0.0-dev-20230808052336",
74
- "@zag-js/editable": "0.0.0-dev-20230808052336",
75
- "@zag-js/hover-card": "0.0.0-dev-20230808052336",
76
- "@zag-js/menu": "0.0.0-dev-20230808052336",
77
- "@zag-js/number-input": "0.0.0-dev-20230808052336",
78
- "@zag-js/pagination": "0.0.0-dev-20230808052336",
79
- "@zag-js/pin-input": "0.0.0-dev-20230808052336",
80
- "@zag-js/popover": "0.0.0-dev-20230808052336",
81
- "@zag-js/presence": "0.0.0-dev-20230808052336",
82
- "@zag-js/pressable": "0.0.0-dev-20230808052336",
83
- "@zag-js/radio-group": "0.0.0-dev-20230808052336",
84
- "@zag-js/range-slider": "0.0.0-dev-20230808052336",
85
- "@zag-js/rating-group": "0.0.0-dev-20230808052336",
86
- "@zag-js/react": "0.0.0-dev-20230808052336",
87
- "@zag-js/select": "0.0.0-dev-20230808052336",
88
- "@zag-js/slider": "0.0.0-dev-20230808052336",
89
- "@zag-js/splitter": "0.0.0-dev-20230808052336",
90
- "@zag-js/switch": "0.0.0-dev-20230808052336",
91
- "@zag-js/tabs": "0.0.0-dev-20230808052336",
92
- "@zag-js/tags-input": "0.0.0-dev-20230808052336",
93
- "@zag-js/toast": "0.0.0-dev-20230808052336",
94
- "@zag-js/tooltip": "0.0.0-dev-20230808052336",
95
- "@zag-js/types": "0.0.0-dev-20230808052336"
63
+ "@zag-js/accordion": "0.15.0",
64
+ "@zag-js/anatomy": "0.15.0",
65
+ "@zag-js/avatar": "0.15.0",
66
+ "@zag-js/carousel": "0.15.0",
67
+ "@zag-js/checkbox": "0.15.0",
68
+ "@zag-js/color-picker": "0.15.0",
69
+ "@zag-js/color-utils": "0.15.0",
70
+ "@zag-js/combobox": "0.15.0",
71
+ "@zag-js/date-picker": "0.15.0",
72
+ "@zag-js/date-utils": "0.15.0",
73
+ "@zag-js/dialog": "0.15.0",
74
+ "@zag-js/editable": "0.15.0",
75
+ "@zag-js/hover-card": "0.15.0",
76
+ "@zag-js/menu": "0.15.0",
77
+ "@zag-js/number-input": "0.15.0",
78
+ "@zag-js/pagination": "0.15.0",
79
+ "@zag-js/pin-input": "0.15.0",
80
+ "@zag-js/popover": "0.15.0",
81
+ "@zag-js/presence": "0.15.0",
82
+ "@zag-js/pressable": "0.15.0",
83
+ "@zag-js/radio-group": "0.15.0",
84
+ "@zag-js/range-slider": "0.15.0",
85
+ "@zag-js/rating-group": "0.15.0",
86
+ "@zag-js/react": "0.15.0",
87
+ "@zag-js/select": "0.15.0",
88
+ "@zag-js/slider": "0.15.0",
89
+ "@zag-js/splitter": "0.15.0",
90
+ "@zag-js/switch": "0.15.0",
91
+ "@zag-js/tabs": "0.15.0",
92
+ "@zag-js/tags-input": "0.15.0",
93
+ "@zag-js/toast": "0.15.0",
94
+ "@zag-js/tooltip": "0.15.0",
95
+ "@zag-js/types": "0.15.0"
96
96
  },
97
97
  "devDependencies": {
98
98
  "@release-it/keep-a-changelog": "4.0.0",