Skip to content
This repository has been archived by the owner on Sep 29, 2022. It is now read-only.

Commit

Permalink
v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tirr-c committed Aug 12, 2019
1 parent 52e68b0 commit a9813c6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.6.0",
"version": "0.6.1",
"packages": [
"package-explorer",
"packages/*"
Expand Down
4 changes: 2 additions & 2 deletions package-explorer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "package-explorer",
"version": "0.6.0",
"version": "0.6.1",
"scripts": {
"clean": "git clean -xdf --exclude=node_modules .",
"start": "styleguidist server",
Expand All @@ -11,7 +11,7 @@
"dependencies": {
"@ridi/colors": "^0.6.0",
"@ridi/web-icons": "^0.6.0",
"@ridi/web-ui": "^0.6.0",
"@ridi/web-ui": "^0.6.1",
"color": "^3.1.0",
"react": "^16.6.0",
"react-dom": "^16.6.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/web-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ridi/web-ui",
"version": "0.6.0",
"version": "0.6.1",
"description": "RIDI Web UI",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit a9813c6

Please sign in to comment.