@atom-learning/components 3.28.2 → 3.29.1
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.
- package/CHANGELOG.md +2 -4
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,11 +1,9 @@
|
|
|
1
|
-
## [3.
|
|
1
|
+
## [3.29.1](https://github.com/Atom-Learning/components/compare/v3.29.0...v3.29.1) (2024-08-28)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Bug Fixes
|
|
5
5
|
|
|
6
|
-
*
|
|
7
|
-
* set access to public for lib package ([a555b24](https://github.com/Atom-Learning/components/commit/a555b24795ffeb86814a93a0ea159f40c2275ac7))
|
|
8
|
-
* yarn.lock ([82c7362](https://github.com/Atom-Learning/components/commit/82c7362a751893282658d7bb6b324a6122b2e8e7))
|
|
6
|
+
* re-add publishConfig ([5d09a71](https://github.com/Atom-Learning/components/commit/5d09a718752494e0843ac87ebe1089dda56c9d00))
|
|
9
7
|
|
|
10
8
|
# [1.4.0](https://github.com/Atom-Learning/components/compare/v1.3.0...v1.4.0) (2022-04-11)
|
|
11
9
|
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"main": "dist/index.cjs.js",
|
|
5
5
|
"typings": "dist/index.d.ts",
|
|
6
6
|
"module": "dist/index.js",
|
|
7
|
-
"version": "3.
|
|
7
|
+
"version": "3.29.1",
|
|
8
8
|
"description": "",
|
|
9
9
|
"files": [
|
|
10
10
|
"dist"
|
|
@@ -134,6 +134,7 @@
|
|
|
134
134
|
"react-dom": "^17 || ^18 || ^19"
|
|
135
135
|
},
|
|
136
136
|
"dependencies": {
|
|
137
|
+
"@atom-learning/stitches-react": "^1.4.1",
|
|
137
138
|
"@dnd-kit/core": "^6.0.5",
|
|
138
139
|
"@dnd-kit/modifiers": "^6.0.0",
|
|
139
140
|
"@dnd-kit/sortable": "^7.0.1",
|
|
@@ -157,7 +158,6 @@
|
|
|
157
158
|
"@radix-ui/react-tooltip": "^1.0.7",
|
|
158
159
|
"@radix-ui/react-visually-hidden": "^1.0.3",
|
|
159
160
|
"@reach/combobox": "^0.16.1",
|
|
160
|
-
"@stitches/react": "patch:@stitches/react@npm%3A1.3.1-1#~/.yarn/patches/@stitches-react-npm-1.3.1-1-531ba0a0c0.patch",
|
|
161
161
|
"@tanstack/react-table": "^8.5.11",
|
|
162
162
|
"color2k": "^2.0.0",
|
|
163
163
|
"dayjs": "^1.10.7",
|