@atlaskit/onboarding 14.4.13 → 14.4.15
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 +13 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @atlaskit/onboarding
|
|
2
2
|
|
|
3
|
+
## 14.4.15
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 14.4.14
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [`55920a92e882a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/55920a92e882a) -
|
|
14
|
+
tsignores added for help-center local consumpton removed
|
|
15
|
+
|
|
3
16
|
## 14.4.13
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/onboarding",
|
|
3
|
-
"version": "14.4.
|
|
3
|
+
"version": "14.4.15",
|
|
4
4
|
"description": "An onboarding spotlight introduces new features to users through focused messages or multi-step tours.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -52,18 +52,18 @@
|
|
|
52
52
|
}
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@atlaskit/button": "^23.
|
|
56
|
-
"@atlaskit/css": "^0.
|
|
55
|
+
"@atlaskit/button": "^23.8.0",
|
|
56
|
+
"@atlaskit/css": "^0.18.0",
|
|
57
57
|
"@atlaskit/ds-lib": "^5.3.0",
|
|
58
58
|
"@atlaskit/heading": "^5.2.0",
|
|
59
59
|
"@atlaskit/layering": "^3.4.0",
|
|
60
|
-
"@atlaskit/modal-dialog": "^14.
|
|
60
|
+
"@atlaskit/modal-dialog": "^14.9.0",
|
|
61
61
|
"@atlaskit/motion": "^5.3.0",
|
|
62
62
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
63
63
|
"@atlaskit/popper": "^7.1.0",
|
|
64
64
|
"@atlaskit/portal": "^5.1.0",
|
|
65
|
-
"@atlaskit/primitives": "^16.
|
|
66
|
-
"@atlaskit/tokens": "^8.
|
|
65
|
+
"@atlaskit/primitives": "^16.4.0",
|
|
66
|
+
"@atlaskit/tokens": "^8.6.0",
|
|
67
67
|
"@babel/runtime": "^7.0.0",
|
|
68
68
|
"@compiled/react": "^0.18.6",
|
|
69
69
|
"bind-event-listener": "^3.0.0",
|