@atlaskit/onboarding 14.3.0 → 14.3.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @atlaskit/onboarding
2
2
 
3
+ ## 14.3.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#188952](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/188952)
8
+ [`1a88e6e2601ae`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1a88e6e2601ae) -
9
+ Migrated usage of renamed/deprecated icons
10
+ - Updated dependencies
11
+
3
12
  ## 14.3.0
4
13
 
5
14
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/onboarding",
3
- "version": "14.3.0",
3
+ "version": "14.3.1",
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,13 +52,13 @@
52
52
  "@atlaskit/ds-lib": "^4.1.0",
53
53
  "@atlaskit/heading": "^5.2.0",
54
54
  "@atlaskit/layering": "^3.0.0",
55
- "@atlaskit/modal-dialog": "^14.2.0",
55
+ "@atlaskit/modal-dialog": "^14.3.0",
56
56
  "@atlaskit/motion": "^5.1.0",
57
57
  "@atlaskit/platform-feature-flags": "^1.1.0",
58
58
  "@atlaskit/popper": "^7.1.0",
59
59
  "@atlaskit/portal": "^5.1.0",
60
60
  "@atlaskit/primitives": "^14.10.0",
61
- "@atlaskit/tokens": "^5.5.0",
61
+ "@atlaskit/tokens": "^5.6.0",
62
62
  "@babel/runtime": "^7.0.0",
63
63
  "@compiled/react": "^0.18.3",
64
64
  "bind-event-listener": "^3.0.0",