@atlaskit/onboarding 14.4.7 → 14.4.8
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 +7 -0
- package/package.json +10 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @atlaskit/onboarding
|
|
2
2
|
|
|
3
|
+
## 14.4.8
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`9eb23c8a1d25b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9eb23c8a1d25b) -
|
|
8
|
+
Mark `@atlaskit/onboarding` as deprecated. Please use `@atlaskit/spotlight` instead.
|
|
9
|
+
|
|
3
10
|
## 14.4.7
|
|
4
11
|
|
|
5
12
|
### 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.8",
|
|
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/"
|
|
@@ -31,16 +31,21 @@
|
|
|
31
31
|
"name": "Onboarding (spotlight)",
|
|
32
32
|
"category": "Messaging",
|
|
33
33
|
"status": {
|
|
34
|
-
"type": "
|
|
35
|
-
"description": "We intend to deprecate `@atlaskit/onboarding` in favor of a future `@atlaskit/spotlight` package."
|
|
34
|
+
"type": "deprecated"
|
|
36
35
|
},
|
|
37
36
|
"subPages": [
|
|
38
37
|
{
|
|
39
38
|
"title": "Benefits modal",
|
|
40
39
|
"id": "benefits-modal",
|
|
41
40
|
"status": {
|
|
42
|
-
"type": "
|
|
43
|
-
|
|
41
|
+
"type": "deprecated"
|
|
42
|
+
}
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"title": "Spotlight card",
|
|
46
|
+
"id": "spotlight-card",
|
|
47
|
+
"status": {
|
|
48
|
+
"type": "deprecated"
|
|
44
49
|
}
|
|
45
50
|
}
|
|
46
51
|
]
|