@atlaskit/reactions 22.3.2 → 22.3.3

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/reactions
2
2
 
3
+ ## 22.3.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [`82f7f9600a9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/82f7f9600a9) - Migrated to declarative entry points internally for emoji and reactions. Public API is unchanged.
8
+
3
9
  ## 22.3.2
4
10
 
5
11
  ### Patch Changes
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "name": "@atlaskit/reactions",
3
- "version": "22.3.2"
3
+ "version": "22.3.3"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "name": "@atlaskit/reactions",
3
- "version": "22.3.2"
3
+ "version": "22.3.3"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "name": "@atlaskit/reactions",
3
- "version": "22.3.2"
3
+ "version": "22.3.3"
4
4
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/reactions",
3
- "version": "22.3.2",
3
+ "version": "22.3.3",
4
4
  "description": "Reactions component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -23,7 +23,6 @@
23
23
  "atlaskit:src": "src/index.ts",
24
24
  "atlassian": {
25
25
  "team": "Foundational Elements",
26
- "deprecatedAutoEntryPoints": true,
27
26
  "releaseModel": "scheduled",
28
27
  "website": {
29
28
  "name": "Reactions"
@@ -62,7 +61,7 @@
62
61
  "devDependencies": {
63
62
  "@atlaskit/analytics-viewer": "^0.5.0",
64
63
  "@atlaskit/docs": "^9.1.0",
65
- "@atlaskit/editor-test-helpers": "^18.3.0",
64
+ "@atlaskit/editor-test-helpers": "^18.4.0",
66
65
  "@atlaskit/elements-test-helpers": "^0.7.0",
67
66
  "@atlaskit/section-message": "^6.4.0",
68
67
  "@atlaskit/tooltip": "^17.8.0",
@@ -89,6 +88,11 @@
89
88
  "fabric",
90
89
  "ui"
91
90
  ],
91
+ "af:exports": {
92
+ ".": "./src/index.ts",
93
+ "./MockReactionsClient": "./src/MockReactionsClient.ts"
94
+ },
95
+ "prettier": "@atlassian/atlassian-frontend-prettier-config-1.0.1",
92
96
  "techstack": {
93
97
  "@repo/internal": {
94
98
  "design-tokens": [
@@ -99,7 +103,6 @@
99
103
  "tree-shaking": []
100
104
  }
101
105
  },
102
- "prettier": "@atlassian/atlassian-frontend-prettier-config-1.0.1",
103
106
  "scripts": {
104
107
  "setup-first-time": "yarn run setup-local-config; yarn run setup-env",
105
108
  "setup-local-config": "cp -nv local-config-template.ts local-config.ts",