Skip to content

Commit

Permalink
Merge pull request #41 from airbnb/release-0.8.6
Browse files Browse the repository at this point in the history
Release v0.8.6
  • Loading branch information
malash committed Nov 24, 2020
2 parents 32ec3ca + 4ce4260 commit 1f0f510
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.8.5"
"version": "0.8.6"
}
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@goji/cli",
"version": "0.8.5",
"version": "0.8.6",
"description": "GojiJS CLI",
"main": "dist/cjs/index.js",
"bin": {
Expand Down Expand Up @@ -40,7 +40,7 @@
"@babel/preset-react": "^7.10.1",
"@babel/preset-typescript": "^7.10.1",
"@babel/runtime": "^7.10.1",
"@goji/webpack-plugin": "^0.8.5",
"@goji/webpack-plugin": "^0.8.6",
"babel-loader": "^8.2.1",
"cache-loader": "^4.1.0",
"chalk": "^4.0.0",
Expand All @@ -65,7 +65,7 @@
"yargs": "^16.1.0"
},
"devDependencies": {
"@goji/core": "^0.8.5",
"@goji/core": "^0.8.6",
"@types/yargs": "^15.0.5"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@goji/core",
"version": "0.8.5",
"version": "0.8.6",
"description": "GojiJS Core",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-goji-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-goji-app",
"version": "0.8.5",
"version": "0.8.6",
"description": "Create GojiJS App",
"main": "index.js",
"repository": "https://github.com/airbnb/goji-js",
Expand Down
8 changes: 4 additions & 4 deletions packages/demo-todomvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "demo-todomvc",
"version": "0.8.5",
"version": "0.8.6",
"description": "GojiJS TodoMVC Example",
"main": "index.js",
"repository": "git+https://github.com/airbnb/goji.git",
Expand All @@ -15,7 +15,7 @@
"lint": "eslint --ext .js,.ts,.jsx,.tsx ."
},
"dependencies": {
"@goji/core": "^0.8.5",
"@goji/core": "^0.8.6",
"classnames": "^2.2.6",
"core-js": "^3.6.5",
"react": "^16.13.1",
Expand All @@ -24,8 +24,8 @@
"tslib": "^2.0.3"
},
"devDependencies": {
"@goji/cli": "^0.8.5",
"@goji/testing-library": "^0.8.5",
"@goji/cli": "^0.8.6",
"@goji/testing-library": "^0.8.6",
"@types/classnames": "^2.2.10",
"@types/css-modules": "^1.0.0",
"@types/react": "^16.9.35",
Expand Down
2 changes: 1 addition & 1 deletion packages/goji.js.org/website/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "goji.js.org",
"private": true,
"version": "0.8.5",
"version": "0.8.6",
"scripts": {
"examples": "docusaurus-examples",
"start": "docusaurus-start",
Expand Down
4 changes: 2 additions & 2 deletions packages/testing-library/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@goji/testing-library",
"version": "0.8.5",
"version": "0.8.6",
"description": "GojiJS Testing Library",
"main": "dist/cjs/index.js",
"scripts": {
Expand Down Expand Up @@ -40,7 +40,7 @@
"react": "*"
},
"devDependencies": {
"@goji/core": "^0.8.5",
"@goji/core": "^0.8.6",
"@types/lodash": "^4.14.151",
"@types/react-test-renderer": "^16.9.2",
"react": "^16.13.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/webpack-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@goji/webpack-plugin",
"version": "0.8.5",
"version": "0.8.6",
"description": "GojiJS Webpack Plugin",
"main": "dist/cjs/cjs.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -32,7 +32,7 @@
"devDependencies": {
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3",
"@babel/plugin-proposal-optional-chaining": "^7.9.0",
"@goji/core": "^0.8.5",
"@goji/core": "^0.8.6",
"@types/ejs": "^3.0.4",
"@types/enhanced-resolve": "^3.0.6",
"@types/html-minifier": "^4.0.0",
Expand Down

0 comments on commit 1f0f510

Please sign in to comment.