@atlaskit/lozenge 12.2.0 → 12.2.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 +18 -0
  2. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @atlaskit/lozenge
2
2
 
3
+ ## 12.2.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#127093](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/127093)
8
+ [`1378ea7a99ce1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1378ea7a99ce1) -
9
+ Upgrades `jscodeshift` to handle generics properly.
10
+ - Updated dependencies
11
+
12
+ ## 12.2.1
13
+
14
+ ### Patch Changes
15
+
16
+ - [#129972](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/129972)
17
+ [`b2d69a39e6687`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b2d69a39e6687) -
18
+ Update `@compiled/react` dependency for improved type checking support.
19
+ - Updated dependencies
20
+
3
21
  ## 12.2.0
4
22
 
5
23
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/lozenge",
3
- "version": "12.2.0",
3
+ "version": "12.2.2",
4
4
  "description": "A lozenge is a visual indicator used to highlight an item's status for quick recognition.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -41,29 +41,29 @@
41
41
  "@atlaskit/codemod-utils": "^4.2.0",
42
42
  "@atlaskit/css": "^0.10.0",
43
43
  "@atlaskit/platform-feature-flags": "^1.1.0",
44
- "@atlaskit/primitives": "^14.1.0",
44
+ "@atlaskit/primitives": "^14.2.0",
45
45
  "@atlaskit/theme": "^18.0.0",
46
- "@atlaskit/tokens": "^4.3.0",
46
+ "@atlaskit/tokens": "^4.5.0",
47
47
  "@babel/runtime": "^7.0.0",
48
- "@compiled/react": "^0.18.2",
48
+ "@compiled/react": "^0.18.3",
49
49
  "@emotion/react": "^11.7.1"
50
50
  },
51
51
  "peerDependencies": {
52
52
  "react": "^18.2.0"
53
53
  },
54
54
  "devDependencies": {
55
- "@af/accessibility-testing": "*",
56
- "@af/integration-testing": "*",
57
- "@af/visual-regression": "*",
58
- "@atlaskit/docs": "*",
55
+ "@af/accessibility-testing": "^2.0.0",
56
+ "@af/integration-testing": "^0.5.0",
57
+ "@af/visual-regression": "^1.3.0",
58
+ "@atlaskit/docs": "^10.0.0",
59
59
  "@atlaskit/ds-lib": "^4.0.0",
60
60
  "@atlaskit/heading": "^5.1.0",
61
- "@atlaskit/link": "*",
62
- "@atlaskit/section-message": "*",
63
- "@atlaskit/ssr": "*",
64
- "@atlassian/feature-flags-test-utils": "*",
61
+ "@atlaskit/link": "^3.0.0",
62
+ "@atlaskit/section-message": "^8.2.0",
63
+ "@atlaskit/ssr": "^0.4.0",
64
+ "@atlassian/feature-flags-test-utils": "^0.3.0",
65
65
  "@testing-library/react": "^13.4.0",
66
- "jscodeshift": "^0.13.0",
66
+ "jscodeshift": "^0.16.1",
67
67
  "react-dom": "^18.2.0",
68
68
  "typescript": "~5.4.2"
69
69
  },