@atlaskit/badge 19.0.2 → 19.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 +19 -1
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @atlaskit/badge
2
2
 
3
+ ## 19.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`cd097a2111788`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/cd097a2111788) -
8
+ Republish packages depending on `@atlaskit/react-compiler-gating` so their published dependency
9
+ reference is updated to the renamed `@atlaskit/react-compiler-gating` scope.
10
+
11
+ The earlier rename of `@atlassian/react-compiler-gating` to `@atlaskit/react-compiler-gating` only
12
+ bumped the renamed package itself, so dependent packages were never republished and their
13
+ published versions still referenced the old `@atlassian/react-compiler-gating` name, which is not
14
+ available in the public npm registry. This minor bump republishes all affected packages with the
15
+ corrected dependency.
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+
3
21
  ## 19.0.2
4
22
 
5
23
  ### Patch Changes
@@ -15,7 +33,7 @@
15
33
  ### Patch Changes
16
34
 
17
35
  - [`ee28cf33718b0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ee28cf33718b0) -
18
- Add @atlassian/react-compiler-gating as a runtime dependency to enable React Compiler platform
36
+ Add @atlaskit/react-compiler-gating as a runtime dependency to enable React Compiler platform
19
37
  gating.
20
38
  - Updated dependencies
21
39
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/badge",
3
- "version": "19.0.2",
3
+ "version": "19.1.0",
4
4
  "description": "A badge is a visual indicator for numeric values such as tallies and scores.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -20,7 +20,7 @@
20
20
  "react-compiler": {
21
21
  "enabled": true,
22
22
  "gating": {
23
- "source": "@atlassian/react-compiler-gating",
23
+ "source": "@atlaskit/react-compiler-gating",
24
24
  "importSpecifierName": "isReactCompilerActivePlatform"
25
25
  }
26
26
  },
@@ -42,9 +42,9 @@
42
42
  },
43
43
  "dependencies": {
44
44
  "@atlaskit/platform-feature-flags": "^2.0.0",
45
- "@atlaskit/primitives": "^20.0.0",
46
- "@atlaskit/tokens": "^15.0.0",
47
- "@atlassian/react-compiler-gating": "^0.2.0",
45
+ "@atlaskit/primitives": "^20.1.0",
46
+ "@atlaskit/react-compiler-gating": "^0.2.0",
47
+ "@atlaskit/tokens": "^15.1.0",
48
48
  "@babel/runtime": "^7.0.0",
49
49
  "@compiled/react": "^0.20.0"
50
50
  },
@@ -56,13 +56,13 @@
56
56
  "@af/integration-testing": "workspace:^",
57
57
  "@af/visual-regression": "workspace:^",
58
58
  "@atlaskit/docs": "^12.0.0",
59
- "@atlaskit/link": "^4.0.0",
60
- "@atlaskit/section-message": "^9.1.0",
61
- "@atlaskit/theme": "^26.0.0",
59
+ "@atlaskit/link": "^4.1.0",
60
+ "@atlaskit/section-message": "^9.2.0",
61
+ "@atlaskit/theme": "^26.1.0",
62
62
  "@atlassian/feature-flags-test-utils": "^1.1.0",
63
63
  "@atlassian/ssr-tests": "workspace:*",
64
64
  "@atlassian/structured-docs-types": "workspace:^",
65
- "@atlassian/testing-library": "0.6.2",
65
+ "@atlassian/testing-library": "0.7.0",
66
66
  "react": "^18.2.0",
67
67
  "react-dom": "^18.2.0"
68
68
  },