@khanacademy/wonder-blocks-announcer 0.0.0-PR2593-20250509194333 → 0.0.0-PR2595-20250509232836

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 +2 -2
package/CHANGELOG.md CHANGED
@@ -1,12 +1,12 @@
1
1
  # @khanacademy/wonder-blocks-announcer
2
2
 
3
- ## 0.0.0-PR2593-20250509194333
3
+ ## 0.0.0-PR2595-20250509232836
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies [28fa0c0]
8
8
  - Updated dependencies [28fa0c0]
9
- - @khanacademy/wonder-blocks-core@0.0.0-PR2593-20250509194333
9
+ - @khanacademy/wonder-blocks-core@0.0.0-PR2595-20250509232836
10
10
 
11
11
  ## 1.0.1
12
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@khanacademy/wonder-blocks-announcer",
3
- "version": "0.0.0-PR2593-20250509194333",
3
+ "version": "0.0.0-PR2595-20250509232836",
4
4
  "design": "v1",
5
5
  "description": "Live Region Announcer for Wonder Blocks.",
6
6
  "main": "dist/index.js",
@@ -13,7 +13,7 @@
13
13
  "access": "public"
14
14
  },
15
15
  "dependencies": {
16
- "@khanacademy/wonder-blocks-core": "0.0.0-PR2593-20250509194333"
16
+ "@khanacademy/wonder-blocks-core": "0.0.0-PR2595-20250509232836"
17
17
  },
18
18
  "peerDependencies": {
19
19
  "aphrodite": "^1.2.5",