@khanacademy/wonder-blocks-switch 3.0.0 → 3.0.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 +19 -0
  2. package/package.json +7 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @khanacademy/wonder-blocks-switch
2
2
 
3
+ ## 3.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 11a0f5c6: No functional changes. Adding prepublishOnly script.
8
+ - Updated dependencies [11a0f5c6]
9
+ - @khanacademy/wonder-blocks-theming@3.0.1
10
+ - @khanacademy/wonder-blocks-tokens@3.0.1
11
+ - @khanacademy/wonder-blocks-core@11.0.1
12
+ - @khanacademy/wonder-blocks-icon@5.0.4
13
+
14
+ ## 3.0.1
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies [d23c9c5f]
19
+ - @khanacademy/wonder-blocks-core@11.0.0
20
+ - @khanacademy/wonder-blocks-icon@5.0.3
21
+
3
22
  ## 3.0.0
4
23
 
5
24
  ### Major Changes
package/package.json CHANGED
@@ -1,13 +1,14 @@
1
1
  {
2
2
  "name": "@khanacademy/wonder-blocks-switch",
3
- "version": "3.0.0",
3
+ "version": "3.0.2",
4
4
  "design": "v1",
5
5
  "description": "Switch components for Wonder Blocks.",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/es/index.js",
8
8
  "types": "dist/index.d.ts",
9
9
  "scripts": {
10
- "test": "echo \"Error: no test specified\" && exit 1"
10
+ "test": "echo \"Error: no test specified\" && exit 1",
11
+ "prepublishOnly": "../../utils/publish/package-pre-publish-check.sh"
11
12
  },
12
13
  "author": "",
13
14
  "license": "MIT",
@@ -16,10 +17,10 @@
16
17
  },
17
18
  "dependencies": {
18
19
  "@babel/runtime": "^7.18.6",
19
- "@khanacademy/wonder-blocks-core": "^10.0.0",
20
- "@khanacademy/wonder-blocks-icon": "^5.0.2",
21
- "@khanacademy/wonder-blocks-theming": "^3.0.0",
22
- "@khanacademy/wonder-blocks-tokens": "^3.0.0"
20
+ "@khanacademy/wonder-blocks-core": "^11.0.1",
21
+ "@khanacademy/wonder-blocks-icon": "^5.0.4",
22
+ "@khanacademy/wonder-blocks-theming": "^3.0.1",
23
+ "@khanacademy/wonder-blocks-tokens": "^3.0.1"
23
24
  },
24
25
  "peerDependencies": {
25
26
  "aphrodite": "^1.2.5",