@atlaskit/analytics-next 9.0.1 → 9.0.2
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 +6 -0
- package/README.md +4 -1
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/version.json +1 -1
- package/docs/0-intro.tsx +4 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
# Analytics-next
|
|
2
|
-
|
|
3
2
|
Tools for tracking interactions with UI components. Easily capture UI context and state when these events occur.
|
|
4
3
|
|
|
4
|
+
> **_Maintaince Mode:_** \
|
|
5
|
+
This package is officially in maintenance mode, which means only bugfixes or VULN fixes are currently being accepted and no breaking changes will be approved in the PR process. \
|
|
6
|
+
Please refer to this [DACI](https://hello.atlassian.net/wiki/spaces/APD/pages/2470435075/DACI+analytics-next+in+a+maintenance+mode) for more details.
|
|
7
|
+
|
|
5
8
|
## Installation
|
|
6
9
|
|
|
7
10
|
```sh
|
package/dist/cjs/version.json
CHANGED
package/dist/es2019/version.json
CHANGED
package/dist/esm/version.json
CHANGED
package/docs/0-intro.tsx
CHANGED
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
import { md } from '@atlaskit/docs';
|
|
2
2
|
|
|
3
3
|
export default md`
|
|
4
|
+
> **_Maintaince Mode:_** \
|
|
5
|
+
> This package is officially in maintenance mode, which means only bugfixes or VULN fixes are currently being accepted and no breaking changes will be approved in the PR process. \
|
|
6
|
+
> Please refer to this [DACI](https://hello.atlassian.net/wiki/spaces/APD/pages/2470435075/DACI+analytics-next+in+a+maintenance+mode) for more details.
|
|
7
|
+
|
|
4
8
|
This package aims to help assist consumers track the way their React components are being used.
|
|
5
9
|
|
|
6
10
|
### Contents
|
package/package.json
CHANGED