Skip to content

Commit

Permalink
chore(release): publish v5.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoffer Åström committed Nov 7, 2018
1 parent 57ad575 commit e3a184d
Show file tree
Hide file tree
Showing 12 changed files with 31 additions and 31 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": "5.0.2",
"version": "5.0.3",
"publishConfig": {
"access": "public"
},
Expand All @@ -20,11 +20,11 @@
},
"homepage": "https://github.com/qlik-oss/after-work.js#readme",
"dependencies": {
"@after-work.js/cdp": "5.0.2",
"@after-work.js/cli": "5.0.2",
"@after-work.js/node": "5.0.2",
"@after-work.js/protractor": "5.0.2",
"@after-work.js/puppeteer": "5.0.2",
"@after-work.js/serve": "5.0.2"
"@after-work.js/cdp": "5.0.3",
"@after-work.js/cli": "5.0.3",
"@after-work.js/node": "5.0.3",
"@after-work.js/protractor": "5.0.3",
"@after-work.js/puppeteer": "5.0.3",
"@after-work.js/serve": "5.0.3"
}
}
4 changes: 2 additions & 2 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": "5.0.2",
"version": "5.0.3",
"publishConfig": {
"access": "public"
},
Expand All @@ -20,7 +20,7 @@
},
"homepage": "https://github.com/qlik-oss/after-work.js#readme",
"dependencies": {
"@after-work.js/server": "5.0.2",
"@after-work.js/server": "5.0.3",
"@after-work.js/transform": "5.0.2",
"@after-work.js/utils": "5.0.2",
"chokidar": "2.0.4",
Expand Down
16 changes: 8 additions & 8 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": "5.0.2",
"version": "5.0.3",
"publishConfig": {
"access": "public"
},
Expand All @@ -23,8 +23,8 @@
},
"homepage": "https://github.com/qlik-oss/after-work.js#readme",
"dependencies": {
"@after-work.js/chai-plugin-screenshot": "5.0.2",
"@after-work.js/chai-plugin-snapshot": "5.0.2",
"@after-work.js/chai-plugin-screenshot": "5.0.3",
"@after-work.js/chai-plugin-snapshot": "5.0.3",
"chai": "4.2.0",
"chai-as-promised": "7.1.1",
"chai-subset": "1.6.0",
Expand All @@ -35,11 +35,11 @@
"yargs": "12.0.2"
},
"devDependencies": {
"@after-work.js/cdp": "5.0.2",
"@after-work.js/node": "5.0.2",
"@after-work.js/protractor": "5.0.2",
"@after-work.js/puppeteer": "5.0.2",
"@after-work.js/serve": "5.0.2"
"@after-work.js/cdp": "5.0.3",
"@after-work.js/node": "5.0.3",
"@after-work.js/protractor": "5.0.3",
"@after-work.js/puppeteer": "5.0.3",
"@after-work.js/serve": "5.0.3"
},
"files": [
"/src"
Expand Down
4 changes: 2 additions & 2 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": "5.0.2",
"version": "5.0.3",
"publishConfig": {
"access": "public"
},
Expand All @@ -20,7 +20,7 @@
},
"homepage": "https://github.com/qlik-oss/after-work.js#readme",
"dependencies": {
"@after-work.js/register": "5.0.2",
"@after-work.js/register": "5.0.3",
"@after-work.js/transform": "5.0.2",
"@after-work.js/utils": "5.0.2",
"chokidar": "2.0.4",
Expand Down
6 changes: 3 additions & 3 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": "5.0.2",
"version": "5.0.3",
"publishConfig": {
"access": "public"
},
Expand All @@ -20,8 +20,8 @@
},
"homepage": "https://github.com/qlik-oss/after-work.js#readme",
"dependencies": {
"@after-work.js/register": "5.0.2",
"@after-work.js/server": "5.0.2",
"@after-work.js/register": "5.0.3",
"@after-work.js/server": "5.0.3",
"@after-work.js/utils": "5.0.2",
"extend": "3.0.2",
"handlebars": "4.0.12",
Expand Down
4 changes: 2 additions & 2 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": "5.0.2",
"version": "5.0.3",
"publishConfig": {
"access": "public"
},
Expand All @@ -20,7 +20,7 @@
},
"homepage": "https://github.com/qlik-oss/after-work.js#readme",
"dependencies": {
"@after-work.js/node": "5.0.2",
"@after-work.js/node": "5.0.3",
"@after-work.js/utils": "5.0.2",
"chrome-launcher": "0.10.5",
"import-cwd": "2.1.0",
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": "5.0.2",
"version": "5.0.3",
"publishConfig": {
"access": "public"
},
Expand All @@ -20,7 +20,7 @@
},
"homepage": "https://github.com/qlik-oss/after-work.js#readme",
"dependencies": {
"@after-work.js/server": "5.0.2"
"@after-work.js/server": "5.0.3"
},
"files": [
"/src"
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": "5.0.2"
"version": "5.0.3"
}
2 changes: 1 addition & 1 deletion packages/register/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@after-work.js/register",
"version": "5.0.2",
"version": "5.0.3",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@after-work.js/server",
"version": "5.0.2",
"version": "5.0.3",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion 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": "5.0.2",
"version": "5.0.3",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion 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": "5.0.2",
"version": "5.0.3",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit e3a184d

Please sign in to comment.