Skip to content

Commit

Permalink
v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
charrondev committed Sep 30, 2019
1 parent b1bb3aa commit f819895
Show file tree
Hide file tree
Showing 14 changed files with 46 additions and 38 deletions.
8 changes: 4 additions & 4 deletions applications/dashboard/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
{
"name": "@vanilla/addon-dashboard",
"version": "3.0.0",
"version": "3.0.1",
"private": true,
"workspaces": {
"nohoist": [
"grunt*"
]
},
"devDependencies": {
"@vanilla/library": "^3.0.1",
"@vanilla/utils": "^3.0.1",
"bower": "1.8.8",
"fibers": "4.0.1",
"grunt": "1.0.4",
Expand All @@ -23,9 +25,7 @@
"grunt-wiredep": "3.0.x",
"load-grunt-tasks": "4.0.0",
"sass": "1.20.1",
"time-grunt": "2.0.0",
"@vanilla/utils": "*",
"@vanilla/library": "*"
"time-grunt": "2.0.0"
},
"scripts": {
"install": "bower install --allow-root",
Expand Down
6 changes: 3 additions & 3 deletions applications/vanilla/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@vanilla/addon-vanilla",
"version": "3.0.0",
"version": "3.0.1",
"private": true,
"dependencies": {
"@vanilla/utils": "*",
"@vanilla/library": "*"
"@vanilla/library": "^3.0.1",
"@vanilla/utils": "^3.0.1"
}
}
14 changes: 11 additions & 3 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
{
"packages": ["packages/*", "library", "applications/dashboard", "applications/vanilla", "plugins/*"],
"version": "3.0.0",
"packages": [
"packages/*",
"library",
"applications/dashboard",
"applications/vanilla",
"plugins/*"
],
"version": "3.0.1",
"npmClient": "yarn",
"useWorkspaces": true,
"npmClientArgs": ["--pure-lockfile"]
"npmClientArgs": [
"--pure-lockfile"
]
}
8 changes: 4 additions & 4 deletions library/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@vanilla/library",
"version": "3.0.0",
"version": "3.0.1",
"private": true,
"dependencies": {
"@vanilla/utils": "*",
"@vanilla/dom-utils": "*",
"@vanilla/react-utils": "*"
"@vanilla/dom-utils": "^3.0.1",
"@vanilla/react-utils": "^3.0.1",
"@vanilla/utils": "^3.0.1"
}
}
6 changes: 3 additions & 3 deletions packages/vanilla-dom-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"name": "@vanilla/dom-utils",
"main": "./src/index.ts",
"module": "./src/index.ts",
"version": "3.0.0",
"version": "3.0.1",
"dependencies": {
"@vanilla/utils": "*",
"@vanilla/utils": "^3.0.1",
"focus-visible": "4.1.5",
"smoothscroll-polyfill": "0.4.4",
"twemoji": "2.5.1"
},
"devDependencies": {
"@vanilla/tsconfig": "*"
"@vanilla/tsconfig": "^3.0.1"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions packages/vanilla-eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vanilla/eslint-config",
"description": "The official Vanilla eslint configuration.",
"version": "3.0.0",
"version": "3.0.1",
"main": "index.js",
"peerDependencies": {
"eslint": "^5.16.0"
Expand All @@ -13,8 +13,8 @@
"eslint-config-prettier": "^4.3.0",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-lodash": "^6.0.0",
"eslint-plugin-react": "^7.13.0",
"eslint-plugin-react-hooks": "^1.6.0",
"eslint-plugin-lodash": "^6.0.0"
"eslint-plugin-react-hooks": "^1.6.0"
}
}
2 changes: 1 addition & 1 deletion packages/vanilla-polyfill/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vanilla/polyfill",
"version": "3.0.0",
"version": "3.0.1",
"main": "index.js",
"module": "index.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vanilla-prettier-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vanilla/prettier-config",
"version": "3.0.0",
"version": "3.0.1",
"main": "index.js",
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions packages/vanilla-react-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"name": "@vanilla/react-utils",
"main": "./src/index.ts",
"module": "./src/index.ts",
"version": "3.0.0",
"version": "3.0.1",
"dependencies": {
"@vanilla/dom-utils": "*",
"@vanilla/dom-utils": "^3.0.1",
"resize-observer-polyfill": "1.5.1"
},
"peerDependencies": {
Expand All @@ -13,7 +13,7 @@
"typestyle": "^2.0.1"
},
"devDependencies": {
"@vanilla/tsconfig": "*"
"@vanilla/tsconfig": "^3.0.1"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/vanilla-tsconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vanilla/tsconfig",
"version": "3.0.0",
"version": "3.0.1",
"publishConfig": {
"access": "public"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/vanilla-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"name": "@vanilla/utils",
"main": "./index.ts",
"module": "./index.ts",
"version": "3.0.0",
"version": "3.0.1",
"devDependencies": {
"@vanilla/tsconfig": "*"
"@vanilla/tsconfig": "^3.0.1"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion plugins/editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "advanced-editor",
"version": "3.0.0",
"version": "3.0.1",
"private": true,
"devDependencies": {
"fibers": "4.0.1",
Expand Down
12 changes: 6 additions & 6 deletions plugins/rich-editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vanilla/addon-rich-editor",
"version": "3.0.0",
"version": "3.0.1",
"private": true,
"workspaces": {
"nohoist": [
Expand All @@ -10,10 +10,10 @@
]
},
"dependencies": {
"quill": "https://github.com/vanilla/quill.git#1.3.7",
"@vanilla/utils": "*",
"@vanilla/library": "*",
"@vanilla/dom-utils": "*",
"@vanilla/react-utils": "*"
"@vanilla/dom-utils": "^3.0.1",
"@vanilla/library": "^3.0.1",
"@vanilla/react-utils": "^3.0.1",
"@vanilla/utils": "^3.0.1",
"quill": "https://github.com/vanilla/quill.git#1.3.7"
}
}
6 changes: 3 additions & 3 deletions plugins/swagger-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@vanilla/plugin-swagger-ui",
"version": "3.0.0",
"version": "3.0.1",
"private": true,
"license": "GPL-2.0",
"dependencies": {
"swagger-ui-dist": "3.20.4",
"@vanilla/library": "*"
"@vanilla/library": "^3.0.1",
"swagger-ui-dist": "3.20.4"
}
}

0 comments on commit f819895

Please sign in to comment.