@neo4j-ndl/react 0.8.2 → 0.8.3
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 +4 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,13 +1,15 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
-
## 0.8.
|
|
3
|
+
## 0.8.3
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
+
- 831c5c6: fix private publishing flag yarn workspace
|
|
7
8
|
- 98ea3fe: fix yarn workspace versioning issue
|
|
9
|
+
- Updated dependencies [831c5c6]
|
|
8
10
|
- Updated dependencies [7d934b2]
|
|
9
11
|
- Updated dependencies [98ea3fe]
|
|
10
|
-
- @neo4j-ndl/base@0.8.
|
|
12
|
+
- @neo4j-ndl/base@0.8.3
|
|
11
13
|
|
|
12
14
|
## 0.8.1
|
|
13
15
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@neo4j-ndl/react",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.3",
|
|
4
4
|
"description": "React implementation of Neo4j Design System",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"button",
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
},
|
|
70
70
|
"dependencies": {
|
|
71
71
|
"@heroicons/react": "^1.0.5",
|
|
72
|
-
"@neo4j-ndl/base": "^0.8.
|
|
72
|
+
"@neo4j-ndl/base": "^0.8.3",
|
|
73
73
|
"classnames": "^2.3.1",
|
|
74
74
|
"detect-browser": "^5.3.0",
|
|
75
75
|
"react-dropzone": "^14.0.0",
|