@atlaskit/icon-lab 2.7.0 → 2.8.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 +22 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# @atlaskit/icon-lab
|
|
2
2
|
|
|
3
|
+
## 2.8.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#114599](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/114599)
|
|
8
|
+
[`bea386785f6f4`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/bea386785f6f4) -
|
|
9
|
+
This release updates icons in `@atlaskit/icon-lab`. Minor metadata changes and includes small
|
|
10
|
+
internal updates to masked icons.
|
|
11
|
+
|
|
12
|
+
### Updated:
|
|
13
|
+
|
|
14
|
+
**`@atlaskit/icon-lab/core`**
|
|
15
|
+
|
|
16
|
+
- `cloud-offline`
|
|
17
|
+
- `cloud-saved`
|
|
18
|
+
- `cursor-strikethrough`
|
|
19
|
+
- `database-storage-cache`
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- Updated dependencies
|
|
24
|
+
|
|
3
25
|
## 2.7.0
|
|
4
26
|
|
|
5
27
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/icon-lab",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.8.0",
|
|
4
4
|
"description": "An icon package for public icon contributions",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"build-glyphs": "ts-node --project ../../../tsconfig.node.json ./build/index.tsx"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@atlaskit/icon": "^23.
|
|
35
|
+
"@atlaskit/icon": "^23.11.0",
|
|
36
36
|
"@babel/runtime": "^7.0.0"
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|