Skip to content

Commit

Permalink
v0.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
0xycvv committed Dec 21, 2018
1 parent 998a432 commit 9456495
Show file tree
Hide file tree
Showing 14 changed files with 42 additions and 42 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"publish": {
"access": "public"
},
"version": "0.9.6",
"version": "0.9.7",
"changelog": {
"repo": "GSS-FED/vital-ui-kit-react",
"labels": {
Expand Down
4 changes: 2 additions & 2 deletions packages/avatar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vital-ui/react-avatar",
"version": "0.9.5",
"version": "0.9.7",
"description": "",
"main": "cjs/index.js",
"module": "dist/index.js",
Expand All @@ -24,7 +24,7 @@
"license": "ISC",
"dependencies": {
"@vital-ui/react-theme": "^0.9.4",
"@vital-ui/react-utils": "^0.9.5",
"@vital-ui/react-utils": "^0.9.7",
"classnames": "^2.2.6"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/badge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vital-ui/react-badge",
"version": "0.9.5",
"version": "0.9.7",
"description": "",
"main": "cjs/index.js",
"module": "dist/index.js",
Expand All @@ -17,7 +17,7 @@
"license": "ISC",
"dependencies": {
"@vital-ui/react-theme": "^0.9.4",
"@vital-ui/react-utils": "^0.9.5",
"@vital-ui/react-utils": "^0.9.7",
"classnames": "^2.2.6"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vital-ui/react-button",
"version": "0.9.5",
"version": "0.9.7",
"description": "",
"main": "cjs/index.js",
"module": "dist/index.js",
Expand All @@ -17,7 +17,7 @@
"license": "ISC",
"dependencies": {
"@vital-ui/react-theme": "^0.9.4",
"@vital-ui/react-utils": "^0.9.5",
"@vital-ui/react-utils": "^0.9.7",
"classnames": "^2.2.6",
"polished": "^2.0.0",
"styled-map": "^3.0.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/card/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vital-ui/react-card",
"version": "0.9.5",
"version": "0.9.7",
"description": "",
"main": "cjs/index.js",
"module": "dist/index.js",
Expand All @@ -16,9 +16,9 @@
},
"license": "ISC",
"dependencies": {
"@vital-ui/react-badge": "^0.9.5",
"@vital-ui/react-badge": "^0.9.7",
"@vital-ui/react-theme": "^0.9.4",
"@vital-ui/react-utils": "^0.9.5",
"@vital-ui/react-utils": "^0.9.7",
"classnames": "^2.2.6"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vital-ui/react-form",
"version": "0.9.6",
"version": "0.9.7",
"description": "",
"main": "cjs/index.js",
"module": "dist/index.js",
Expand All @@ -17,12 +17,12 @@
},
"license": "ISC",
"dependencies": {
"@vital-ui/react-button": "^0.9.5",
"@vital-ui/react-button": "^0.9.7",
"@vital-ui/react-icon": "^0.9.4",
"@vital-ui/react-popup": "^0.9.5",
"@vital-ui/react-popup": "^0.9.7",
"@vital-ui/react-theme": "^0.9.4",
"@vital-ui/react-tooltip": "^0.9.5",
"@vital-ui/react-utils": "^0.9.5",
"@vital-ui/react-utils": "^0.9.7",
"classnames": "^2.2.6",
"downshift": "^3.0.0",
"polished": "2.3.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/list/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vital-ui/react-list",
"version": "0.9.5",
"version": "0.9.7",
"description": "",
"main": "cjs/index.js",
"module": "dist/index.js",
Expand All @@ -16,9 +16,9 @@
},
"license": "ISC",
"dependencies": {
"@vital-ui/react-badge": "^0.9.5",
"@vital-ui/react-badge": "^0.9.7",
"@vital-ui/react-theme": "^0.9.4",
"@vital-ui/react-utils": "^0.9.5",
"@vital-ui/react-utils": "^0.9.7",
"classnames": "^2.2.6",
"popmotion": "8.1.22"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/menu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vital-ui/react-menu",
"version": "0.9.5",
"version": "0.9.7",
"description": "",
"main": "cjs/index.js",
"module": "dist/index.js",
Expand All @@ -16,7 +16,7 @@
},
"license": "ISC",
"dependencies": {
"@vital-ui/react-button": "^0.9.5",
"@vital-ui/react-button": "^0.9.7",
"@vital-ui/react-theme": "^0.9.4",
"classnames": "^2.2.6"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/modal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vital-ui/react-modal",
"version": "0.9.5",
"version": "0.9.7",
"description": "",
"main": "cjs/index.js",
"module": "dist/index.js",
Expand All @@ -17,7 +17,7 @@
"license": "ISC",
"dependencies": {
"@vital-ui/react-theme": "^0.9.4",
"@vital-ui/react-utils": "^0.9.5",
"@vital-ui/react-utils": "^0.9.7",
"classnames": "^2.2.6",
"react-resize-detector": "^3.1.1"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/pill/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vital-ui/react-pill",
"version": "0.9.5",
"version": "0.9.7",
"description": "",
"main": "cjs/index.js",
"module": "dist/index.js",
Expand All @@ -16,9 +16,9 @@
},
"license": "ISC",
"dependencies": {
"@vital-ui/react-badge": "^0.9.5",
"@vital-ui/react-badge": "^0.9.7",
"@vital-ui/react-theme": "^0.9.4",
"@vital-ui/react-utils": "^0.9.5",
"@vital-ui/react-utils": "^0.9.7",
"classnames": "^2.2.6",
"react-priority-navigation": "0.3.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/popup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vital-ui/react-popup",
"version": "0.9.5",
"version": "0.9.7",
"description": "",
"main": "cjs/index.js",
"module": "dist/index.js",
Expand All @@ -17,7 +17,7 @@
"license": "ISC",
"dependencies": {
"@vital-ui/react-theme": "^0.9.4",
"@vital-ui/react-utils": "^0.9.5",
"@vital-ui/react-utils": "^0.9.7",
"classnames": "^2.2.6",
"rc-trigger": "2.6.2"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/tabs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vital-ui/react-tabs",
"version": "0.9.5",
"version": "0.9.7",
"description": "",
"main": "cjs/index.js",
"module": "dist/index.js",
Expand All @@ -16,9 +16,9 @@
},
"license": "ISC",
"dependencies": {
"@vital-ui/react-badge": "^0.9.5",
"@vital-ui/react-badge": "^0.9.7",
"@vital-ui/react-theme": "^0.9.4",
"@vital-ui/react-utils": "^0.9.5",
"@vital-ui/react-utils": "^0.9.7",
"classnames": "^2.2.6"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vital-ui/react-utils",
"version": "0.9.5",
"version": "0.9.7",
"description": "",
"main": "cjs/index.js",
"module": "dist/index.js",
Expand Down
24 changes: 12 additions & 12 deletions packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vital-ui/react",
"version": "0.9.6",
"version": "0.9.7",
"description": "Vital UI Kit for React!",
"main": "cjs/index.js",
"module": "dist/index.js",
Expand All @@ -26,20 +26,20 @@
"web"
],
"dependencies": {
"@vital-ui/react-avatar": "^0.9.5",
"@vital-ui/react-badge": "^0.9.5",
"@vital-ui/react-button": "^0.9.5",
"@vital-ui/react-card": "^0.9.5",
"@vital-ui/react-form": "^0.9.6",
"@vital-ui/react-avatar": "^0.9.7",
"@vital-ui/react-badge": "^0.9.7",
"@vital-ui/react-button": "^0.9.7",
"@vital-ui/react-card": "^0.9.7",
"@vital-ui/react-form": "^0.9.7",
"@vital-ui/react-icon": "^0.9.4",
"@vital-ui/react-list": "^0.9.5",
"@vital-ui/react-menu": "^0.9.5",
"@vital-ui/react-modal": "^0.9.5",
"@vital-ui/react-pill": "^0.9.5",
"@vital-ui/react-tabs": "^0.9.5",
"@vital-ui/react-list": "^0.9.7",
"@vital-ui/react-menu": "^0.9.7",
"@vital-ui/react-modal": "^0.9.7",
"@vital-ui/react-pill": "^0.9.7",
"@vital-ui/react-tabs": "^0.9.7",
"@vital-ui/react-theme": "^0.9.4",
"@vital-ui/react-tooltip": "^0.9.5",
"@vital-ui/react-utils": "^0.9.5"
"@vital-ui/react-utils": "^0.9.7"
},
"peerDependencies": {
"react": "^16",
Expand Down

1 comment on commit 9456495

@vercel
Copy link

@vercel vercel bot commented on 9456495 Dec 21, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.