@atlaskit/emoji 69.1.3 → 69.2.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.
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# @atlaskit/emoji
|
|
2
2
|
|
|
3
|
+
## 69.2.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#152199](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/152199)
|
|
8
|
+
[`08298b62373b8`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/08298b62373b8) -
|
|
9
|
+
Updating scripts to explicitly use yarn start:webpack since yarn start doesn't currently support
|
|
10
|
+
the --proxy flag when rspack is used as a bundler
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies
|
|
15
|
+
|
|
16
|
+
## 69.1.4
|
|
17
|
+
|
|
18
|
+
### Patch Changes
|
|
19
|
+
|
|
20
|
+
- Updated dependencies
|
|
21
|
+
|
|
3
22
|
## 69.1.3
|
|
4
23
|
|
|
5
24
|
### Patch Changes
|
|
@@ -20,7 +20,7 @@ var createEvent = function createEvent(eventType, action, actionSubject, actionS
|
|
|
20
20
|
actionSubjectId: actionSubjectId,
|
|
21
21
|
attributes: _objectSpread({
|
|
22
22
|
packageName: "@atlaskit/emoji",
|
|
23
|
-
packageVersion: "69.
|
|
23
|
+
packageVersion: "69.2.0"
|
|
24
24
|
}, attributes)
|
|
25
25
|
};
|
|
26
26
|
};
|
|
@@ -13,7 +13,7 @@ var createEvent = function createEvent(eventType, action, actionSubject, actionS
|
|
|
13
13
|
actionSubjectId: actionSubjectId,
|
|
14
14
|
attributes: _objectSpread({
|
|
15
15
|
packageName: "@atlaskit/emoji",
|
|
16
|
-
packageVersion: "69.
|
|
16
|
+
packageVersion: "69.2.0"
|
|
17
17
|
}, attributes)
|
|
18
18
|
};
|
|
19
19
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/emoji",
|
|
3
|
-
"version": "69.
|
|
3
|
+
"version": "69.2.0",
|
|
4
4
|
"description": "Fabric emoji React components",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -39,13 +39,13 @@
|
|
|
39
39
|
"@atlaskit/button": "^23.0.0",
|
|
40
40
|
"@atlaskit/css": "^0.10.0",
|
|
41
41
|
"@atlaskit/heading": "^5.2.0",
|
|
42
|
-
"@atlaskit/icon": "^
|
|
43
|
-
"@atlaskit/media-client": "^33.
|
|
42
|
+
"@atlaskit/icon": "^26.0.0",
|
|
43
|
+
"@atlaskit/media-client": "^33.1.0",
|
|
44
44
|
"@atlaskit/media-client-react": "^4.0.0",
|
|
45
45
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
46
46
|
"@atlaskit/platform-feature-flags-react": "^0.2.0",
|
|
47
47
|
"@atlaskit/primitives": "^14.7.0",
|
|
48
|
-
"@atlaskit/react-ufo": "^3.
|
|
48
|
+
"@atlaskit/react-ufo": "^3.11.0",
|
|
49
49
|
"@atlaskit/spinner": "^18.0.0",
|
|
50
50
|
"@atlaskit/textfield": "^8.0.0",
|
|
51
51
|
"@atlaskit/theme": "^18.0.0",
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"@af/integration-testing": "workspace:^",
|
|
75
75
|
"@af/visual-regression": "workspace:^",
|
|
76
76
|
"@atlaskit/elements-test-helpers": "workspace:^",
|
|
77
|
-
"@atlaskit/media-core": "^36.
|
|
77
|
+
"@atlaskit/media-core": "^36.1.0",
|
|
78
78
|
"@atlaskit/ssr": "workspace:^",
|
|
79
79
|
"@atlaskit/visual-regression": "workspace:^",
|
|
80
80
|
"@atlassian/feature-flags-test-utils": "^0.3.0",
|
|
@@ -147,7 +147,7 @@
|
|
|
147
147
|
"start": "cd ../../ && yarn start emoji",
|
|
148
148
|
"test": "cd ../../ && yarn test emoji",
|
|
149
149
|
"typecheck": "cd ../../ && yarn typecheck:package ./packages/elements/emoji",
|
|
150
|
-
"start:dev": "cd ../../ && yarn start emoji --proxy ./packages/elements/emoji/proxy.ts",
|
|
151
|
-
"start:edge": "cd ../../ && PROXY_TARGET_ENV=edge yarn start emoji --proxy ./packages/elements/emoji/proxy.ts"
|
|
150
|
+
"start:dev": "cd ../../ && yarn start:webpack emoji --proxy ./packages/elements/emoji/proxy.ts",
|
|
151
|
+
"start:edge": "cd ../../ && PROXY_TARGET_ENV=edge yarn start:webpack emoji --proxy ./packages/elements/emoji/proxy.ts"
|
|
152
152
|
}
|
|
153
153
|
}
|