@atom-learning/components 1.21.0 → 1.21.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +3 -3
  2. package/package.json +5 -6
package/CHANGELOG.md CHANGED
@@ -1,9 +1,9 @@
1
- # [1.21.0](https://github.com/Atom-Learning/components/compare/v1.20.1...v1.21.0) (2022-07-19)
1
+ ## [1.21.1](https://github.com/Atom-Learning/components/compare/v1.21.0...v1.21.1) (2022-07-28)
2
2
 
3
3
 
4
- ### Features
4
+ ### Bug Fixes
5
5
 
6
- * add support for hiding step labels ([fa98736](https://github.com/Atom-Learning/components/commit/fa987366fdba545825623334a8eaec678b7b7876))
6
+ * remove unused package to remove peer dependency ([1b39151](https://github.com/Atom-Learning/components/commit/1b391516b50bda6698b5763d4f026ec6fea9f0c5))
7
7
 
8
8
  # [1.4.0](https://github.com/Atom-Learning/components/compare/v1.3.0...v1.4.0) (2022-04-11)
9
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": "1.21.0",
7
+ "version": "1.21.1",
8
8
  "description": "",
9
9
  "files": [
10
10
  "dist"
@@ -120,10 +120,10 @@
120
120
  "yargs": "^16.2.0"
121
121
  },
122
122
  "peerDependencies": {
123
- "@atom-learning/icons": "^0.3.0",
124
- "@atom-learning/theme": "^0.1.0-beta.8",
125
- "react": "^17.0.1",
126
- "react-dom": "^17.0.1"
123
+ "@atom-learning/icons": "^1.0.0",
124
+ "@atom-learning/theme": "^1.0.0",
125
+ "react": "^16.0.0 || ^17.0.0 || ^18.0.0",
126
+ "react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0"
127
127
  },
128
128
  "dependencies": {
129
129
  "@radix-ui/react-accordion": "0.1.6",
@@ -156,7 +156,6 @@
156
156
  "react-hook-form-persist": "^2.0.0",
157
157
  "react-hot-toast": "^1.0.2",
158
158
  "react-player": "^2.9.0",
159
- "rollup-plugin-peer-deps-external": "^2.2.4",
160
159
  "throttle-debounce": "^3.0.1",
161
160
  "uid": "^2.0.0"
162
161
  },