@khanacademy/wonder-blocks-switch 3.3.21 → 3.3.22
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/.turbo/turbo-build$colon$css.log +1 -1
- package/CHANGELOG.md +9 -0
- package/package.json +4 -4
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @khanacademy/wonder-blocks-switch@3.3.
|
|
2
|
+
> @khanacademy/wonder-blocks-switch@3.3.22 build:css /home/runner/work/wonder-blocks/wonder-blocks/packages/wonder-blocks-switch
|
|
3
3
|
> pnpm exec wonder-blocks-tokens .
|
|
4
4
|
|
|
5
5
|
CSS variables generated successfully in: /home/runner/work/wonder-blocks/wonder-blocks/packages/wonder-blocks-switch/dist/css
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @khanacademy/wonder-blocks-switch
|
|
2
2
|
|
|
3
|
+
## 3.3.22
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [272bf31]
|
|
8
|
+
- @khanacademy/wonder-blocks-tokens@14.1.0
|
|
9
|
+
- @khanacademy/wonder-blocks-icon@5.3.2
|
|
10
|
+
- @khanacademy/wonder-blocks-styles@0.2.34
|
|
11
|
+
|
|
3
12
|
## 3.3.21
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "Switch components for Wonder Blocks.",
|
|
4
4
|
"author": "Khan Academy",
|
|
5
5
|
"license": "MIT",
|
|
6
|
-
"version": "3.3.
|
|
6
|
+
"version": "3.3.22",
|
|
7
7
|
"publishConfig": {
|
|
8
8
|
"access": "public"
|
|
9
9
|
},
|
|
@@ -29,10 +29,10 @@
|
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@khanacademy/wonder-blocks-core": "12.4.1",
|
|
32
|
-
"@khanacademy/wonder-blocks-icon": "5.3.
|
|
33
|
-
"@khanacademy/wonder-blocks-styles": "0.2.
|
|
32
|
+
"@khanacademy/wonder-blocks-icon": "5.3.2",
|
|
33
|
+
"@khanacademy/wonder-blocks-styles": "0.2.34",
|
|
34
34
|
"@khanacademy/wonder-blocks-theming": "4.0.1",
|
|
35
|
-
"@khanacademy/wonder-blocks-tokens": "14.0
|
|
35
|
+
"@khanacademy/wonder-blocks-tokens": "14.1.0"
|
|
36
36
|
},
|
|
37
37
|
"peerDependencies": {
|
|
38
38
|
"aphrodite": "^1.2.5",
|