@atlaskit/media-client 32.0.1 → 32.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 +8 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @atlaskit/media-client
2
2
 
3
+ ## 32.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#125907](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/125907)
8
+ [`a453a64a6138d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a453a64a6138d) -
9
+ Updated SVG test file ids
10
+
3
11
  ## 32.0.1
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/media-client",
3
- "version": "32.0.1",
3
+ "version": "32.0.2",
4
4
  "description": "Media API Web Client Library",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -57,7 +57,7 @@
57
57
  "@atlaskit/media-core": "^35.0.0",
58
58
  "@atlaskit/media-state": "^1.5.0",
59
59
  "@atlaskit/ssr": "^0.4.0",
60
- "@atlaskit/tokens": "^4.3.0",
60
+ "@atlaskit/tokens": "^4.5.0",
61
61
  "@atlassian/feature-flags-test-utils": "^0.3.0",
62
62
  "@emotion/react": "^11.7.1",
63
63
  "@types/deep-equal": "^1.0.1",