Skip to content

Commit

Permalink
v1.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JaceHensley committed Nov 15, 2019
1 parent 4b37d1d commit 29f0625
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 11 deletions.
6 changes: 4 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"packages": ["packages/*"],
"version": "1.0.0-beta.0"
"packages": [
"packages/*"
],
"version": "1.0.0-beta.1"
}
2 changes: 1 addition & 1 deletion packages/eslint-config-react/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/eslint-config-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bloomprotocol/eslint-config-react",
"version": "1.0.0-beta.0",
"version": "1.0.0-beta.1",
"description": "Bloom's Base React ESLint Configuration",
"main": "index.js",
"author": "Bloom Team <[email protected]>",
Expand All @@ -14,8 +14,8 @@
"eslint-plugin-react-hooks": "^2.2.0"
},
"devDependencies": {
"@bloomprotocol/eslint-config": "^1.0.0-beta.0",
"@bloomprotocol/prettier-config": "^1.0.0-beta.0",
"@bloomprotocol/eslint-config": "^1.0.0-beta.1",
"@bloomprotocol/prettier-config": "^1.0.0-beta.1",
"@typescript-eslint/eslint-plugin": "^2.7.0",
"@typescript-eslint/parser": "^2.7.0",
"eslint": "^6.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bloomprotocol/eslint-config",
"version": "1.0.0-beta.0",
"version": "1.0.0-beta.1",
"description": "Bloom's Base ESLint Configuration",
"main": "index.js",
"author": "Bloom Team <[email protected]>",
Expand All @@ -17,7 +17,7 @@
"prettier": "^1.19.1"
},
"devDependencies": {
"@bloomprotocol/prettier-config": "^1.0.0-beta.0",
"@bloomprotocol/prettier-config": "^1.0.0-beta.1",
"@typescript-eslint/eslint-plugin": "^2.7.0",
"@typescript-eslint/parser": "^2.7.0",
"eslint": "^6.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-config/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/prettier-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bloomprotocol/prettier-config",
"version": "1.0.0-beta.0",
"version": "1.0.0-beta.1",
"description": "Bloom's Base Prettier Configuration",
"main": "index.js",
"author": "Bloom Team <[email protected]>",
Expand Down

0 comments on commit 29f0625

Please sign in to comment.