Skip to content

Commit

Permalink
v0.5.4-alpha.10
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-burel committed Mar 12, 2022
1 parent e928904 commit cd38a0f
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,5 +1,5 @@
{
"version": "0.5.4-alpha.9",
"version": "0.5.4-alpha.10",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": [
Expand Down
4 changes: 2 additions & 2 deletions packages/graphql/package.json
@@ -1,6 +1,6 @@
{
"name": "@vulcanjs/graphql",
"version": "0.5.4-alpha.9",
"version": "0.5.4-alpha.10",
"main": "./dist/index.js",
"files": [
"dist/"
Expand Down Expand Up @@ -29,7 +29,7 @@
"dependencies": {
"@vulcanjs/core": "^0.5.4-alpha.9",
"@vulcanjs/crud": "^0.5.4-alpha.9",
"@vulcanjs/i18n": "^0.5.4-alpha.9",
"@vulcanjs/i18n": "^0.5.4-alpha.10",
"@vulcanjs/model": "^0.5.4-alpha.7",
"@vulcanjs/permissions": "^0.5.4-alpha.9",
"@vulcanjs/schema": "^0.5.4-alpha.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/i18n/package.json
@@ -1,6 +1,6 @@
{
"name": "@vulcanjs/i18n",
"version": "0.5.4-alpha.9",
"version": "0.5.4-alpha.10",
"description": "Vulcan i18n helpers",
"main": "./dist/index.js",
"files": [
Expand Down
4 changes: 2 additions & 2 deletions packages/meteor-legacy/package.json
@@ -1,6 +1,6 @@
{
"name": "@vulcanjs/meteor-legacy",
"version": "0.5.4-alpha.9",
"version": "0.5.4-alpha.10",
"description": "Vulcan Meteor bindings",
"main": "./dist/index.js",
"files": [
Expand Down Expand Up @@ -29,7 +29,7 @@
"url": "https://github.com/VulcanJS/vulcan-npm/issues"
},
"dependencies": {
"@vulcanjs/graphql": "^0.5.4-alpha.9",
"@vulcanjs/graphql": "^0.5.4-alpha.10",
"lodash": "^4.17.21"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/react-hooks/package.json
@@ -1,6 +1,6 @@
{
"name": "@vulcanjs/react-hooks",
"version": "0.5.4-alpha.9",
"version": "0.5.4-alpha.10",
"description": "Connect to an existing Vulcan backend using hooks",
"main": "./dist/index.js",
"files": [
Expand All @@ -20,7 +20,7 @@
"author": "",
"license": "MIT",
"dependencies": {
"@vulcanjs/graphql": "^0.5.4-alpha.9",
"@vulcanjs/graphql": "^0.5.4-alpha.10",
"@vulcanjs/mongo": "^0.5.4-alpha.9",
"debug": "^4.3.1",
"lodash": "^4.17.20",
Expand Down
8 changes: 4 additions & 4 deletions packages/react-ui-material/package.json
@@ -1,6 +1,6 @@
{
"name": "@vulcanjs/react-ui-material",
"version": "0.5.4-alpha.9",
"version": "0.5.4-alpha.10",
"description": "Vulcan UI components for React - Written with Material UI",
"main": "./dist/index.js",
"files": [
Expand Down Expand Up @@ -28,11 +28,11 @@
"@mui/material": "^5.2.1",
"@mui/styles": "^5.2.1",
"@vulcanjs/core": "^0.5.4-alpha.9",
"@vulcanjs/graphql": "^0.5.4-alpha.9",
"@vulcanjs/i18n": "^0.5.4-alpha.9",
"@vulcanjs/graphql": "^0.5.4-alpha.10",
"@vulcanjs/i18n": "^0.5.4-alpha.10",
"@vulcanjs/model": "^0.5.4-alpha.7",
"@vulcanjs/permissions": "^0.5.4-alpha.9",
"@vulcanjs/react-hooks": "^0.5.4-alpha.9",
"@vulcanjs/react-hooks": "^0.5.4-alpha.10",
"@vulcanjs/schema": "^0.5.4-alpha.7",
"@vulcanjs/utils": "^0.5.4-alpha.7",
"autosuggest-highlight": "^3.2.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/react-ui/package.json
@@ -1,6 +1,6 @@
{
"name": "@vulcanjs/react-ui",
"version": "0.5.4-alpha.9",
"version": "0.5.4-alpha.10",
"description": "Vulcan UI components for React",
"main": "./dist/index.js",
"files": [
Expand All @@ -24,11 +24,11 @@
"license": "MIT",
"dependencies": {
"@vulcanjs/core": "^0.5.4-alpha.9",
"@vulcanjs/graphql": "^0.5.4-alpha.9",
"@vulcanjs/i18n": "^0.5.4-alpha.9",
"@vulcanjs/graphql": "^0.5.4-alpha.10",
"@vulcanjs/i18n": "^0.5.4-alpha.10",
"@vulcanjs/model": "^0.5.4-alpha.7",
"@vulcanjs/permissions": "^0.5.4-alpha.9",
"@vulcanjs/react-hooks": "^0.5.4-alpha.9",
"@vulcanjs/react-hooks": "^0.5.4-alpha.10",
"@vulcanjs/schema": "^0.5.4-alpha.7",
"@vulcanjs/utils": "^0.5.4-alpha.7",
"classnames": "^2.3.1",
Expand Down

0 comments on commit cd38a0f

Please sign in to comment.