Skip to content

Commit

Permalink
v0.6.6-y.6
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-burel committed May 10, 2022
1 parent 7e8614a commit abb731b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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.6-y.5",
"version": "0.6.6-y.6",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": [
Expand Down
2 changes: 1 addition & 1 deletion packages/react-ui-bootstrap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vulcanjs/react-ui-bootstrap",
"version": "0.6.6-y.5",
"version": "0.6.6-y.6",
"description": "Vulcan UI components for React - Written with React Bootstrap",
"main": "./dist/index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/react-ui-lite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vulcanjs/react-ui-lite",
"version": "0.6.6-y.5",
"version": "0.6.6-y.6",
"description": "Vulcan UI components for React - Written with the lightest libraries avaiable",
"main": "./dist/index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/react-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vulcanjs/react-ui",
"version": "0.6.6-y.3",
"version": "0.6.6-y.6",
"description": "Vulcan UI components for React",
"main": "./dist/index.js",
"files": [
Expand Down
4 changes: 2 additions & 2 deletions starters/next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vulcan-next",
"version": "0.6.6-y.3",
"version": "0.6.6-y.6",
"private": true,
"scripts": {
"analyze:bundle:storybook": "cross-env ANALYZE=true yarn run build:storybook",
Expand Down Expand Up @@ -90,7 +90,7 @@
"@vulcanjs/mongo": "^0.6.4",
"@vulcanjs/mongo-apollo": "^0.6.6-alpha.4",
"@vulcanjs/react-hooks": "^0.6.6-alpha.4",
"@vulcanjs/react-ui": "^0.6.6-y.3",
"@vulcanjs/react-ui": "^0.6.6-y.6",
"@vulcanjs/schema": "^0.6.4",
"apollo-datasource-mongodb": "^0.5.2",
"apollo-server": "^3",
Expand Down

0 comments on commit abb731b

Please sign in to comment.