@khanacademy/wonder-blocks-tabs 0.0.0-PR2508-20250321203406 → 0.1.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 +2 -2
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,9 +1,9 @@
1
1
  # @khanacademy/wonder-blocks-tabs
2
2
 
3
- ## 0.0.0-PR2508-20250321203406
3
+ ## 0.1.0
4
4
 
5
5
  ### Minor Changes
6
6
 
7
7
  - dcd7532: Add props for NavigationTabs and NavigationTabItem
8
8
  - 2e2262d: Set up NavigationTabs and NavigationTabItem components
9
- - 6f93797: NavigationTabs: Update styles to handle different scenarios
9
+ - d343506: NavigationTabs: Update styles to handle different scenarios
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@khanacademy/wonder-blocks-tabs",
3
- "version": "0.0.0-PR2508-20250321203406",
3
+ "version": "0.1.0",
4
4
  "design": "v1",
5
5
  "description": "Tabs are used to control what content is shown",
6
6
  "main": "dist/index.js",
@@ -13,9 +13,9 @@
13
13
  },
14
14
  "dependencies": {
15
15
  "@babel/runtime": "^7.24.5",
16
- "@khanacademy/wonder-blocks-tokens": "5.1.0",
17
- "@khanacademy/wonder-blocks-core": "12.2.0",
18
- "@khanacademy/wonder-blocks-typography": "3.1.2"
16
+ "@khanacademy/wonder-blocks-tokens": "5.1.1",
17
+ "@khanacademy/wonder-blocks-typography": "3.1.3",
18
+ "@khanacademy/wonder-blocks-core": "12.2.1"
19
19
  },
20
20
  "peerDependencies": {
21
21
  "aphrodite": "^1.2.5",