Skip to content

Commit

Permalink
chore(release): publish v7.0.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
egilsster committed Sep 16, 2020
1 parent cc1f5c5 commit e064f0d
Show file tree
Hide file tree
Showing 21 changed files with 83 additions and 83 deletions.
14 changes: 7 additions & 7 deletions commands/aw/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@after-work.js/aw",
"version": "7.0.0-alpha.0",
"version": "7.0.0-alpha.1",
"publishConfig": {
"access": "public"
},
Expand All @@ -20,11 +20,11 @@
},
"homepage": "https://github.com/qlik-oss/after-work.js#readme",
"dependencies": {
"@after-work.js/cdp": "7.0.0-alpha.0",
"@after-work.js/cli": "7.0.0-alpha.0",
"@after-work.js/node": "7.0.0-alpha.0",
"@after-work.js/protractor": "7.0.0-alpha.0",
"@after-work.js/puppeteer": "7.0.0-alpha.0",
"@after-work.js/serve": "7.0.0-alpha.0"
"@after-work.js/cdp": "7.0.0-alpha.1",
"@after-work.js/cli": "7.0.0-alpha.1",
"@after-work.js/node": "7.0.0-alpha.1",
"@after-work.js/protractor": "7.0.0-alpha.1",
"@after-work.js/puppeteer": "7.0.0-alpha.1",
"@after-work.js/serve": "7.0.0-alpha.1"
}
}
12 changes: 6 additions & 6 deletions commands/cdp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@after-work.js/cdp",
"version": "7.0.0-alpha.0",
"version": "7.0.0-alpha.1",
"publishConfig": {
"access": "public"
},
Expand All @@ -20,11 +20,11 @@
},
"homepage": "https://github.com/qlik-oss/after-work.js#readme",
"dependencies": {
"@after-work.js/interactive-plugin": "7.0.0-alpha.0",
"@after-work.js/server": "7.0.0-alpha.0",
"@after-work.js/transform": "7.0.0-alpha.0",
"@after-work.js/utils": "7.0.0-alpha.0",
"@after-work.js/watch-plugin": "7.0.0-alpha.0",
"@after-work.js/interactive-plugin": "7.0.0-alpha.1",
"@after-work.js/server": "7.0.0-alpha.1",
"@after-work.js/transform": "7.0.0-alpha.1",
"@after-work.js/utils": "7.0.0-alpha.1",
"@after-work.js/watch-plugin": "7.0.0-alpha.1",
"chokidar": "3.4.2",
"chrome-launcher": "0.13.4",
"chrome-remote-interface": "0.28.2",
Expand Down
20 changes: 10 additions & 10 deletions commands/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@after-work.js/cli",
"version": "7.0.0-alpha.0",
"version": "7.0.0-alpha.1",
"publishConfig": {
"access": "public"
},
Expand All @@ -23,10 +23,10 @@
},
"homepage": "https://github.com/qlik-oss/after-work.js#readme",
"dependencies": {
"@after-work.js/chai-plugin-screenshot": "7.0.0-alpha.0",
"@after-work.js/chai-plugin-snapshot": "7.0.0-alpha.0",
"@after-work.js/interactive-plugin": "7.0.0-alpha.0",
"@after-work.js/utils": "7.0.0-alpha.0",
"@after-work.js/chai-plugin-screenshot": "7.0.0-alpha.1",
"@after-work.js/chai-plugin-snapshot": "7.0.0-alpha.1",
"@after-work.js/interactive-plugin": "7.0.0-alpha.1",
"@after-work.js/utils": "7.0.0-alpha.1",
"chai": "4.2.0",
"chai-as-promised": "7.1.1",
"chai-subset": "1.6.0",
Expand All @@ -37,11 +37,11 @@
"yargs": "16.0.3"
},
"devDependencies": {
"@after-work.js/cdp": "7.0.0-alpha.0",
"@after-work.js/node": "7.0.0-alpha.0",
"@after-work.js/protractor": "7.0.0-alpha.0",
"@after-work.js/puppeteer": "7.0.0-alpha.0",
"@after-work.js/serve": "7.0.0-alpha.0"
"@after-work.js/cdp": "7.0.0-alpha.1",
"@after-work.js/node": "7.0.0-alpha.1",
"@after-work.js/protractor": "7.0.0-alpha.1",
"@after-work.js/puppeteer": "7.0.0-alpha.1",
"@after-work.js/serve": "7.0.0-alpha.1"
},
"files": [
"/src"
Expand Down
6 changes: 3 additions & 3 deletions commands/node-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@after-work.js/node-cli",
"version": "7.0.0-alpha.0",
"version": "7.0.0-alpha.1",
"publishConfig": {
"access": "public"
},
Expand All @@ -16,7 +16,7 @@
},
"homepage": "https://github.com/qlik-oss/after-work.js#readme",
"dependencies": {
"@after-work.js/cli": "7.0.0-alpha.0",
"@after-work.js/node": "7.0.0-alpha.0"
"@after-work.js/cli": "7.0.0-alpha.1",
"@after-work.js/node": "7.0.0-alpha.1"
}
}
14 changes: 7 additions & 7 deletions commands/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@after-work.js/node",
"version": "7.0.0-alpha.0",
"version": "7.0.0-alpha.1",
"publishConfig": {
"access": "public"
},
Expand All @@ -20,12 +20,12 @@
},
"homepage": "https://github.com/qlik-oss/after-work.js#readme",
"dependencies": {
"@after-work.js/interactive-plugin": "7.0.0-alpha.0",
"@after-work.js/preset-plugin": "7.0.0-alpha.0",
"@after-work.js/register": "7.0.0-alpha.0",
"@after-work.js/transform": "7.0.0-alpha.0",
"@after-work.js/utils": "7.0.0-alpha.0",
"@after-work.js/watch-plugin": "7.0.0-alpha.0",
"@after-work.js/interactive-plugin": "7.0.0-alpha.1",
"@after-work.js/preset-plugin": "7.0.0-alpha.1",
"@after-work.js/register": "7.0.0-alpha.1",
"@after-work.js/transform": "7.0.0-alpha.1",
"@after-work.js/utils": "7.0.0-alpha.1",
"@after-work.js/watch-plugin": "7.0.0-alpha.1",
"chokidar": "3.4.2",
"globby": "11.0.1",
"import-cwd": "3.0.0",
Expand Down
10 changes: 5 additions & 5 deletions commands/protractor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@after-work.js/protractor",
"version": "7.0.0-alpha.0",
"version": "7.0.0-alpha.1",
"publishConfig": {
"access": "public"
},
Expand All @@ -20,10 +20,10 @@
},
"homepage": "https://github.com/qlik-oss/after-work.js#readme",
"dependencies": {
"@after-work.js/preset-plugin": "7.0.0-alpha.0",
"@after-work.js/register": "7.0.0-alpha.0",
"@after-work.js/server": "7.0.0-alpha.0",
"@after-work.js/utils": "7.0.0-alpha.0",
"@after-work.js/preset-plugin": "7.0.0-alpha.1",
"@after-work.js/register": "7.0.0-alpha.1",
"@after-work.js/server": "7.0.0-alpha.1",
"@after-work.js/utils": "7.0.0-alpha.1",
"extend": "3.0.2",
"globby": "11.0.1",
"handlebars": "4.7.6",
Expand Down
16 changes: 8 additions & 8 deletions commands/puppeteer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@after-work.js/puppeteer",
"version": "7.0.0-alpha.0",
"version": "7.0.0-alpha.1",
"publishConfig": {
"access": "public"
},
Expand All @@ -20,13 +20,13 @@
},
"homepage": "https://github.com/qlik-oss/after-work.js#readme",
"dependencies": {
"@after-work.js/interactive-plugin": "7.0.0-alpha.0",
"@after-work.js/node": "7.0.0-alpha.0",
"@after-work.js/preset-plugin": "7.0.0-alpha.0",
"@after-work.js/register": "7.0.0-alpha.0",
"@after-work.js/server": "7.0.0-alpha.0",
"@after-work.js/utils": "7.0.0-alpha.0",
"@after-work.js/watch-plugin": "7.0.0-alpha.0",
"@after-work.js/interactive-plugin": "7.0.0-alpha.1",
"@after-work.js/node": "7.0.0-alpha.1",
"@after-work.js/preset-plugin": "7.0.0-alpha.1",
"@after-work.js/register": "7.0.0-alpha.1",
"@after-work.js/server": "7.0.0-alpha.1",
"@after-work.js/utils": "7.0.0-alpha.1",
"@after-work.js/watch-plugin": "7.0.0-alpha.1",
"chrome-launcher": "0.13.4",
"import-cwd": "3.0.0",
"mkdirp": "0.5.5",
Expand Down
4 changes: 2 additions & 2 deletions commands/serve/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@after-work.js/serve",
"version": "7.0.0-alpha.0",
"version": "7.0.0-alpha.1",
"publishConfig": {
"access": "public"
},
Expand All @@ -20,7 +20,7 @@
},
"homepage": "https://github.com/qlik-oss/after-work.js#readme",
"dependencies": {
"@after-work.js/server": "7.0.0-alpha.0"
"@after-work.js/server": "7.0.0-alpha.1"
},
"files": [
"/src"
Expand Down
4 changes: 2 additions & 2 deletions examples/webpack-dev-server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@after-work.js/example-webpack-dev-server",
"private": true,
"version": "7.0.0-alpha.0",
"version": "7.0.0-alpha.1",
"description": "Webpack dev server example",
"scripts": {},
"repository": {
Expand All @@ -15,7 +15,7 @@
},
"homepage": "https://github.com/qlik-oss/after-work.js#readme",
"dependencies": {
"@after-work.js/transform-middleware": "7.0.0-alpha.0",
"@after-work.js/transform-middleware": "7.0.0-alpha.1",
"@babel/core": "7.3.4",
"@babel/preset-env": "7.3.4",
"@babel/preset-react": "7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"message": "chore(release): publish %s"
}
},
"version": "7.0.0-alpha.0"
"version": "7.0.0-alpha.1"
}
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
"url": "ssh://git@github.com:qlik-oss/after-work.js.git"
},
"devDependencies": {
"@after-work.js/cdp": "7.0.0-alpha.0",
"@after-work.js/cli": "7.0.0-alpha.0",
"@after-work.js/node": "7.0.0-alpha.0",
"@after-work.js/protractor": "7.0.0-alpha.0",
"@after-work.js/puppeteer": "7.0.0-alpha.0",
"@after-work.js/serve": "7.0.0-alpha.0",
"@after-work.js/cdp": "7.0.0-alpha.1",
"@after-work.js/cli": "7.0.0-alpha.1",
"@after-work.js/node": "7.0.0-alpha.1",
"@after-work.js/protractor": "7.0.0-alpha.1",
"@after-work.js/puppeteer": "7.0.0-alpha.1",
"@after-work.js/serve": "7.0.0-alpha.1",
"@babel/core": "7.11.5",
"@babel/plugin-transform-react-jsx": "7.10.4",
"@babel/preset-env": "7.11.5",
Expand Down
6 changes: 3 additions & 3 deletions packages/register/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@after-work.js/register",
"version": "7.0.0-alpha.0",
"version": "7.0.0-alpha.1",
"publishConfig": {
"access": "public"
},
Expand All @@ -20,8 +20,8 @@
},
"homepage": "https://github.com/qlik-oss/after-work.js#readme",
"dependencies": {
"@after-work.js/transform": "7.0.0-alpha.0",
"@after-work.js/utils": "7.0.0-alpha.0",
"@after-work.js/transform": "7.0.0-alpha.1",
"@after-work.js/utils": "7.0.0-alpha.1",
"find-cache-dir": "3.3.1",
"import-cwd": "3.0.0",
"minimatch": "3.0.4",
Expand Down
6 changes: 3 additions & 3 deletions packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@after-work.js/server",
"version": "7.0.0-alpha.0",
"version": "7.0.0-alpha.1",
"publishConfig": {
"access": "public"
},
Expand All @@ -20,8 +20,8 @@
},
"homepage": "https://github.com/qlik-oss/after-work.js#readme",
"dependencies": {
"@after-work.js/transform-middleware": "7.0.0-alpha.0",
"@after-work.js/utils": "7.0.0-alpha.0",
"@after-work.js/transform-middleware": "7.0.0-alpha.1",
"@after-work.js/utils": "7.0.0-alpha.1",
"express": "4.17.1",
"http-proxy-middleware": "1.0.5",
"import-cwd": "3.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/transform-middleware/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@after-work.js/transform-middleware",
"version": "7.0.0-alpha.0",
"version": "7.0.0-alpha.1",
"publishConfig": {
"access": "public"
},
Expand All @@ -20,8 +20,8 @@
},
"homepage": "https://github.com/qlik-oss/after-work.js#readme",
"dependencies": {
"@after-work.js/transform": "7.0.0-alpha.0",
"@after-work.js/utils": "7.0.0-alpha.0",
"@after-work.js/transform": "7.0.0-alpha.1",
"@after-work.js/utils": "7.0.0-alpha.1",
"import-cwd": "3.0.0",
"nyc": "15.1.0",
"test-exclude": "6.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/transform/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@after-work.js/transform",
"version": "7.0.0-alpha.0",
"version": "7.0.0-alpha.1",
"publishConfig": {
"access": "public"
},
Expand All @@ -20,7 +20,7 @@
},
"homepage": "https://github.com/qlik-oss/after-work.js#readme",
"dependencies": {
"@after-work.js/utils": "7.0.0-alpha.0",
"@after-work.js/utils": "7.0.0-alpha.1",
"find-cache-dir": "3.3.1",
"import-cwd": "3.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@after-work.js/utils",
"version": "7.0.0-alpha.0",
"version": "7.0.0-alpha.1",
"publishConfig": {
"access": "public"
},
Expand Down
4 changes: 2 additions & 2 deletions plugins/chai-plugin-screenshot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@after-work.js/chai-plugin-screenshot",
"version": "7.0.0-alpha.0",
"version": "7.0.0-alpha.1",
"publishConfig": {
"access": "public"
},
Expand All @@ -20,7 +20,7 @@
},
"homepage": "https://github.com/qlik-oss/after-work.js#readme",
"dependencies": {
"@after-work.js/utils": "7.0.0-alpha.0",
"@after-work.js/utils": "7.0.0-alpha.1",
"jimp": "0.16.1",
"mkdirp": "1.0.4"
},
Expand Down
6 changes: 3 additions & 3 deletions plugins/chai-plugin-snapshot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@after-work.js/chai-plugin-snapshot",
"version": "7.0.0-alpha.0",
"version": "7.0.0-alpha.1",
"publishConfig": {
"access": "public"
},
Expand All @@ -20,8 +20,8 @@
},
"homepage": "https://github.com/qlik-oss/after-work.js#readme",
"dependencies": {
"@after-work.js/transform": "7.0.0-alpha.0",
"@after-work.js/utils": "7.0.0-alpha.0",
"@after-work.js/transform": "7.0.0-alpha.1",
"@after-work.js/utils": "7.0.0-alpha.1",
"jest-snapshot": "26.4.2"
},
"files": [
Expand Down
4 changes: 2 additions & 2 deletions plugins/interactive-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@after-work.js/interactive-plugin",
"version": "7.0.0-alpha.0",
"version": "7.0.0-alpha.1",
"publishConfig": {
"access": "public"
},
Expand All @@ -20,7 +20,7 @@
},
"homepage": "https://github.com/qlik-oss/after-work.js#readme",
"dependencies": {
"@after-work.js/utils": "7.0.0-alpha.0",
"@after-work.js/utils": "7.0.0-alpha.1",
"fuzzy": "0.1.3",
"globby": "11.0.1",
"import-cwd": "3.0.0",
Expand Down
Loading

0 comments on commit e064f0d

Please sign in to comment.