@atlaskit/primitives 16.4.1 → 16.4.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 +14 -0
- package/package.json +17 -17
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @atlaskit/primitives
|
|
2
2
|
|
|
3
|
+
## 16.4.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 16.4.2
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [`a60a82196851a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a60a82196851a) -
|
|
14
|
+
Internal refactors to remove unused variables. No functional or public changes.
|
|
15
|
+
- Updated dependencies
|
|
16
|
+
|
|
3
17
|
## 16.4.1
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/primitives",
|
|
3
|
-
"version": "16.4.
|
|
3
|
+
"version": "16.4.3",
|
|
4
4
|
"description": "Primitives are token-backed low-level building blocks.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -134,10 +134,10 @@
|
|
|
134
134
|
"dependencies": {
|
|
135
135
|
"@atlaskit/analytics-next": "^11.1.0",
|
|
136
136
|
"@atlaskit/app-provider": "^3.2.0",
|
|
137
|
-
"@atlaskit/css": "^0.
|
|
137
|
+
"@atlaskit/css": "^0.18.0",
|
|
138
138
|
"@atlaskit/ds-lib": "^5.3.0",
|
|
139
139
|
"@atlaskit/interaction-context": "^3.1.0",
|
|
140
|
-
"@atlaskit/tokens": "^8.
|
|
140
|
+
"@atlaskit/tokens": "^8.6.0",
|
|
141
141
|
"@atlaskit/visually-hidden": "^3.0.0",
|
|
142
142
|
"@babel/runtime": "^7.0.0",
|
|
143
143
|
"@compiled/react": "^0.18.6",
|
|
@@ -154,27 +154,27 @@
|
|
|
154
154
|
"@af/formatting": "workspace:^",
|
|
155
155
|
"@af/integration-testing": "workspace:^",
|
|
156
156
|
"@af/visual-regression": "workspace:^",
|
|
157
|
-
"@atlaskit/avatar": "^25.
|
|
158
|
-
"@atlaskit/button": "^23.
|
|
159
|
-
"@atlaskit/checkbox": "^17.
|
|
160
|
-
"@atlaskit/code": "^17.
|
|
157
|
+
"@atlaskit/avatar": "^25.6.0",
|
|
158
|
+
"@atlaskit/button": "^23.8.0",
|
|
159
|
+
"@atlaskit/checkbox": "^17.2.0",
|
|
160
|
+
"@atlaskit/code": "^17.4.0",
|
|
161
161
|
"@atlaskit/docs": "^11.2.0",
|
|
162
162
|
"@atlaskit/dropdown-menu": "^16.3.0",
|
|
163
|
-
"@atlaskit/flag": "^17.
|
|
164
|
-
"@atlaskit/form": "^
|
|
163
|
+
"@atlaskit/flag": "^17.7.0",
|
|
164
|
+
"@atlaskit/form": "^15.0.0",
|
|
165
165
|
"@atlaskit/heading": "^5.2.0",
|
|
166
|
-
"@atlaskit/icon": "^29.
|
|
167
|
-
"@atlaskit/icon-object": "^7.
|
|
166
|
+
"@atlaskit/icon": "^29.2.0",
|
|
167
|
+
"@atlaskit/icon-object": "^7.4.0",
|
|
168
168
|
"@atlaskit/image": "^3.0.0",
|
|
169
169
|
"@atlaskit/link": "^3.2.0",
|
|
170
170
|
"@atlaskit/logo": "^19.9.0",
|
|
171
|
-
"@atlaskit/lozenge": "^13.
|
|
171
|
+
"@atlaskit/lozenge": "^13.2.0",
|
|
172
172
|
"@atlaskit/motion": "^5.3.0",
|
|
173
|
-
"@atlaskit/range": "^9.
|
|
174
|
-
"@atlaskit/section-message": "^8.
|
|
175
|
-
"@atlaskit/textfield": "^8.
|
|
176
|
-
"@atlaskit/toggle": "^15.
|
|
177
|
-
"@atlaskit/tooltip": "^20.
|
|
173
|
+
"@atlaskit/range": "^9.3.0",
|
|
174
|
+
"@atlaskit/section-message": "^8.11.0",
|
|
175
|
+
"@atlaskit/textfield": "^8.2.0",
|
|
176
|
+
"@atlaskit/toggle": "^15.2.0",
|
|
177
|
+
"@atlaskit/tooltip": "^20.11.0",
|
|
178
178
|
"@atlassian/analytics-bridge": "^0.7.0",
|
|
179
179
|
"@atlassian/codegen": "^0.1.0",
|
|
180
180
|
"@atlassian/ssr-tests": "workspace:^",
|