Skip to content

Commit

Permalink
v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-burel committed Sep 15, 2022
1 parent d71580f commit 86d8542
Show file tree
Hide file tree
Showing 25 changed files with 102 additions and 102 deletions.
2 changes: 1 addition & 1 deletion docusaurus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vulcanjs/docusaurus",
"version": "0.6.10",
"version": "0.7.0",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down
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.11",
"version": "0.7.0",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": [
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vulcanjs/core",
"version": "0.6.10",
"version": "0.7.0",
"main": "dist/index.js",
"files": [
"dist/"
Expand Down Expand Up @@ -33,7 +33,7 @@
"access": "public"
},
"dependencies": {
"@vulcanjs/utils": "^0.6.10",
"@vulcanjs/utils": "^0.7.0",
"debug": "^4.3.1",
"lodash": "^4.17.21"
}
Expand Down
12 changes: 6 additions & 6 deletions packages/crud/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vulcanjs/crud",
"version": "0.6.10",
"version": "0.7.0",
"main": "./dist/index.js",
"files": [
"dist/"
Expand All @@ -23,11 +23,11 @@
"homepage": "https://github.com/VulcanJS/vulcan-npm#readme",
"license": "MIT",
"dependencies": {
"@vulcanjs/core": "^0.6.10",
"@vulcanjs/model": "^0.6.10",
"@vulcanjs/permissions": "^0.6.10",
"@vulcanjs/schema": "^0.6.7",
"@vulcanjs/utils": "^0.6.10",
"@vulcanjs/core": "^0.7.0",
"@vulcanjs/model": "^0.7.0",
"@vulcanjs/permissions": "^0.7.0",
"@vulcanjs/schema": "^0.7.0",
"@vulcanjs/utils": "^0.7.0",
"debug": "^4.3.1",
"lodash": "^4.17.21"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-vulcan-internal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"name": "eslint-plugin-vulcan-internal",
"description": "A plugin for our custom liniting rules",
"private": true,
"version": "0.6.10",
"version": "0.7.0",
"main": "index.js"
}
14 changes: 7 additions & 7 deletions packages/graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vulcanjs/graphql",
"version": "0.6.10",
"version": "0.7.0",
"main": "./dist/index.js",
"files": [
"dist/"
Expand All @@ -27,12 +27,12 @@
"homepage": "https://github.com/VulcanJS/vulcan-npm#readme",
"license": "MIT",
"dependencies": {
"@vulcanjs/crud": "^0.6.10",
"@vulcanjs/i18n": "^0.6.10",
"@vulcanjs/model": "^0.6.10",
"@vulcanjs/permissions": "^0.6.10",
"@vulcanjs/schema": "^0.6.7",
"@vulcanjs/utils": "^0.6.10",
"@vulcanjs/crud": "^0.7.0",
"@vulcanjs/i18n": "^0.7.0",
"@vulcanjs/model": "^0.7.0",
"@vulcanjs/permissions": "^0.7.0",
"@vulcanjs/schema": "^0.7.0",
"@vulcanjs/utils": "^0.7.0",
"apollo-datasource": "^3.3.1",
"debug": "^4.3.1",
"deepmerge": "^4.2.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/i18n/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vulcanjs/i18n",
"version": "0.6.10",
"version": "0.7.0",
"description": "Vulcan i18n helpers",
"main": "./dist/index.js",
"files": [
Expand Down Expand Up @@ -28,8 +28,8 @@
"author": "",
"license": "MIT",
"dependencies": {
"@vulcanjs/schema": "^0.6.7",
"@vulcanjs/utils": "^0.6.10",
"@vulcanjs/schema": "^0.7.0",
"@vulcanjs/utils": "^0.7.0",
"prop-types": "^15.7.2",
"simpl-schema": "^1.12.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/mdx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vulcanjs/mdx",
"version": "0.6.7",
"version": "0.7.0",
"description": "Vulcan MDX (Markdown + JSX) helpers",
"main": "./dist/index.js",
"files": [
Expand Down
4 changes: 2 additions & 2 deletions packages/meteor-legacy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vulcanjs/meteor-legacy",
"version": "0.6.10",
"version": "0.7.0",
"description": "Vulcan Meteor bindings",
"main": "./dist/index.js",
"files": [
Expand All @@ -27,7 +27,7 @@
"url": "https://github.com/VulcanJS/vulcan-npm/issues"
},
"dependencies": {
"@vulcanjs/graphql": "^0.6.10",
"@vulcanjs/graphql": "^0.7.0",
"lodash": "^4.17.21"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/model/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vulcanjs/model",
"version": "0.6.10",
"version": "0.7.0",
"description": "Vulcan domain models built from schema",
"main": "./dist/index.js",
"files": [
Expand Down Expand Up @@ -29,7 +29,7 @@
"url": "https://github.com/VulcanJS/vulcan-npm/issues"
},
"dependencies": {
"@vulcanjs/schema": "^0.6.7",
"@vulcanjs/schema": "^0.7.0",
"lodash": "^4.17.21"
},
"gitHead": "f4594745e0a5c455a2f0c3e78fa3ff7a35ef4c95",
Expand Down
10 changes: 5 additions & 5 deletions packages/mongo-apollo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vulcanjs/mongo-apollo",
"version": "0.6.10",
"version": "0.7.0",
"description": "Vulcan mongo + Apollo graphql bindings and helpers",
"main": "./dist/index.js",
"files": [
Expand Down Expand Up @@ -36,10 +36,10 @@
"url": "https://github.com/VulcanJS/vulcan-npm/issues"
},
"dependencies": {
"@vulcanjs/crud": "^0.6.10",
"@vulcanjs/graphql": "^0.6.10",
"@vulcanjs/mongo": "^0.6.10",
"@vulcanjs/utils": "^0.6.10",
"@vulcanjs/crud": "^0.7.0",
"@vulcanjs/graphql": "^0.7.0",
"@vulcanjs/mongo": "^0.7.0",
"@vulcanjs/utils": "^0.7.0",
"apollo-datasource-mongodb": "^0.5.2",
"graphql-objectid-scalar": "^1.0.4"
},
Expand Down
12 changes: 6 additions & 6 deletions packages/mongo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vulcanjs/mongo",
"version": "0.6.10",
"version": "0.7.0",
"description": "Vulcan mongo bindings and helpers",
"main": "./dist/index.js",
"files": [
Expand Down Expand Up @@ -36,11 +36,11 @@
"url": "https://github.com/VulcanJS/vulcan-npm/issues"
},
"dependencies": {
"@vulcanjs/crud": "^0.6.10",
"@vulcanjs/model": "^0.6.10",
"@vulcanjs/permissions": "^0.6.10",
"@vulcanjs/schema": "^0.6.7",
"@vulcanjs/utils": "^0.6.10",
"@vulcanjs/crud": "^0.7.0",
"@vulcanjs/model": "^0.7.0",
"@vulcanjs/permissions": "^0.7.0",
"@vulcanjs/schema": "^0.7.0",
"@vulcanjs/utils": "^0.7.0",
"lodash": "^4.17.20"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/permissions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vulcanjs/permissions",
"version": "0.6.10",
"version": "0.7.0",
"description": "Vulcan permissions",
"main": "./dist/index.js",
"files": [
Expand All @@ -20,8 +20,8 @@
"author": "",
"license": "MIT",
"dependencies": {
"@vulcanjs/model": "^0.6.10",
"@vulcanjs/schema": "^0.6.7",
"@vulcanjs/model": "^0.7.0",
"@vulcanjs/schema": "^0.7.0",
"lodash": "^4.17.21"
},
"peerDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions packages/react-hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vulcanjs/react-hooks",
"version": "0.6.10",
"version": "0.7.0",
"description": "Connect to an existing Vulcan backend using hooks",
"main": "./dist/index.js",
"files": [
Expand All @@ -19,9 +19,9 @@
"author": "",
"license": "MIT",
"dependencies": {
"@vulcanjs/crud": "^0.6.10",
"@vulcanjs/graphql": "^0.6.10",
"@vulcanjs/mongo": "^0.6.10",
"@vulcanjs/crud": "^0.7.0",
"@vulcanjs/graphql": "^0.7.0",
"@vulcanjs/mongo": "^0.7.0",
"debug": "^4.3.1",
"lodash": "^4.17.20",
"mingo": "^3.0.6"
Expand All @@ -38,7 +38,7 @@
},
"devDependencies": {
"@testing-library/react-hooks": "^3.4.1",
"@vulcanjs/schema": "^0.6.7",
"@vulcanjs/schema": "^0.7.0",
"mock-apollo-client": "^1.1.0",
"react-test-renderer": "^16.13.1"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/react-i18n/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vulcanjs/react-i18n",
"version": "0.6.10",
"version": "0.7.0",
"description": "Vulcan i18n React components",
"main": "./dist/index.js",
"files": [
Expand All @@ -24,8 +24,8 @@
"author": "",
"license": "MIT",
"dependencies": {
"@vulcanjs/i18n": "^0.6.10",
"@vulcanjs/utils": "^0.6.10",
"@vulcanjs/i18n": "^0.7.0",
"@vulcanjs/utils": "^0.7.0",
"prop-types": "^15.7.2"
},
"publishConfig": {
Expand Down
8 changes: 4 additions & 4 deletions 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.10",
"version": "0.7.0",
"description": "Vulcan UI components for React - Written with React Bootstrap",
"main": "./dist/index.js",
"files": [
Expand Down Expand Up @@ -40,9 +40,9 @@
"devDependencies": {
"@types/lodash": "^4.14.168",
"@types/underscore": "^1.11.1",
"@vulcanjs/graphql": "^0.6.10",
"@vulcanjs/model": "^0.6.10",
"@vulcanjs/schema": "^0.6.7"
"@vulcanjs/graphql": "^0.7.0",
"@vulcanjs/model": "^0.7.0",
"@vulcanjs/schema": "^0.7.0"
},
"gitHead": "ee0303a08e123a54d65af6c36410fa8929f9427f"
}
20 changes: 10 additions & 10 deletions 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.10",
"version": "0.7.0",
"description": "Vulcan UI components for React - Written with the lightest libraries avaiable",
"main": "./dist/index.js",
"files": [
Expand All @@ -20,15 +20,15 @@
"author": "",
"license": "MIT",
"dependencies": {
"@vulcanjs/graphql": "^0.6.10",
"@vulcanjs/i18n": "^0.6.10",
"@vulcanjs/model": "^0.6.10",
"@vulcanjs/permissions": "^0.6.10",
"@vulcanjs/react-hooks": "^0.6.10",
"@vulcanjs/react-i18n": "^0.6.10",
"@vulcanjs/react-ui": "^0.6.10",
"@vulcanjs/schema": "^0.6.7",
"@vulcanjs/utils": "^0.6.10",
"@vulcanjs/graphql": "^0.7.0",
"@vulcanjs/i18n": "^0.7.0",
"@vulcanjs/model": "^0.7.0",
"@vulcanjs/permissions": "^0.7.0",
"@vulcanjs/react-hooks": "^0.7.0",
"@vulcanjs/react-i18n": "^0.7.0",
"@vulcanjs/react-ui": "^0.7.0",
"@vulcanjs/schema": "^0.7.0",
"@vulcanjs/utils": "^0.7.0",
"classnames": "^2.3.1",
"debug": "^4.3.1",
"lodash": "^4.17.21"
Expand Down
18 changes: 9 additions & 9 deletions packages/react-ui-material/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vulcanjs/react-ui-material",
"version": "0.6.10",
"version": "0.7.0",
"description": "Vulcan UI components for React - Written with Material UI",
"main": "./dist/index.js",
"files": [
Expand All @@ -26,14 +26,14 @@
"@mui/icons-material": "^5.2.0",
"@mui/material": "^5.2.1",
"@mui/styles": "^5.2.1",
"@vulcanjs/core": "^0.6.10",
"@vulcanjs/graphql": "^0.6.10",
"@vulcanjs/model": "^0.6.10",
"@vulcanjs/permissions": "^0.6.10",
"@vulcanjs/react-hooks": "^0.6.10",
"@vulcanjs/react-i18n": "^0.6.10",
"@vulcanjs/schema": "^0.6.7",
"@vulcanjs/utils": "^0.6.10",
"@vulcanjs/core": "^0.7.0",
"@vulcanjs/graphql": "^0.7.0",
"@vulcanjs/model": "^0.7.0",
"@vulcanjs/permissions": "^0.7.0",
"@vulcanjs/react-hooks": "^0.7.0",
"@vulcanjs/react-i18n": "^0.7.0",
"@vulcanjs/schema": "^0.7.0",
"@vulcanjs/utils": "^0.7.0",
"autosuggest-highlight": "^3.2.0",
"classnames": "^2.3.1",
"create-react-class": "^15.7.0",
Expand Down
20 changes: 10 additions & 10 deletions 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.10",
"version": "0.7.0",
"description": "Vulcan UI components for React",
"main": "./dist/index.js",
"files": [
Expand Down Expand Up @@ -28,15 +28,15 @@
"author": "",
"license": "MIT",
"dependencies": {
"@vulcanjs/core": "^0.6.10",
"@vulcanjs/graphql": "^0.6.10",
"@vulcanjs/i18n": "^0.6.10",
"@vulcanjs/model": "^0.6.10",
"@vulcanjs/permissions": "^0.6.10",
"@vulcanjs/react-hooks": "^0.6.10",
"@vulcanjs/react-i18n": "^0.6.10",
"@vulcanjs/schema": "^0.6.7",
"@vulcanjs/utils": "^0.6.10",
"@vulcanjs/core": "^0.7.0",
"@vulcanjs/graphql": "^0.7.0",
"@vulcanjs/i18n": "^0.7.0",
"@vulcanjs/model": "^0.7.0",
"@vulcanjs/permissions": "^0.7.0",
"@vulcanjs/react-hooks": "^0.7.0",
"@vulcanjs/react-i18n": "^0.7.0",
"@vulcanjs/schema": "^0.7.0",
"@vulcanjs/utils": "^0.7.0",
"classnames": "^2.3.1",
"debug": "^4.3.1",
"lodash": "^4.17.21",
Expand Down
2 changes: 1 addition & 1 deletion packages/remix-graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vulcanjs/remix-graphql",
"version": "0.6.8-alpha.4",
"version": "0.7.0",
"description": "Utilities for using GraphQL with a Remix app",
"keywords": [
"remix",
Expand Down
Loading

1 comment on commit 86d8542

@vercel
Copy link

@vercel vercel bot commented on 86d8542 Sep 15, 2022

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

vulcan-docs – ./docusaurus

vulcan-docs.vercel.app
vulcan-docs-vulcan.vercel.app
vulcan-docs-git-main-vulcan.vercel.app

Please sign in to comment.