@atlaskit/side-nav-items 1.7.3 → 1.7.4
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 +8 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @atlaskit/side-nav-items
|
|
2
2
|
|
|
3
|
+
## 1.7.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`6d87d08be8526`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6d87d08be8526) -
|
|
8
|
+
Add dependency for a11y testing.
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
3
11
|
## 1.7.3
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/side-nav-items",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.4",
|
|
4
4
|
"description": "Menu items and elements for the navigation side nav area.",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"@af/visual-regression": "workspace:^",
|
|
59
59
|
"@atlaskit/app-provider": "^4.1.0",
|
|
60
60
|
"@atlaskit/lozenge": "^13.4.0",
|
|
61
|
-
"@atlaskit/navigation-system": "^5.
|
|
61
|
+
"@atlaskit/navigation-system": "^5.40.0",
|
|
62
62
|
"@atlaskit/ssr": "workspace:^",
|
|
63
63
|
"@atlassian/a11y-jest-testing": "^0.10.0",
|
|
64
64
|
"@atlassian/feature-flags-test-utils": "^1.0.0",
|