Skip to content

Commit

Permalink
v6.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
helinjiang committed Jul 16, 2020
1 parent 5870b33 commit 3a9a8fd
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "6.0.9",
"version": "6.0.10",
"command": {
"publish": {
"ignoreChanges": [
Expand Down
2 changes: 1 addition & 1 deletion packages/matman-runner-nightmare/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/matman-runner-nightmare/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "matman-runner-nightmare",
"version": "6.0.9",
"version": "6.0.10",
"description": "matman测试框架nightmare底层驱动",
"scripts": {
"prepublishOnly": "npm run build",
Expand Down
2 changes: 1 addition & 1 deletion packages/matman-runner-puppeteer/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/matman-runner-puppeteer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "matman-runner-puppeteer",
"version": "6.0.9",
"version": "6.0.10",
"description": "matman的puppeteer底层驱动",
"scripts": {
"prepublishOnly": "npm run build",
Expand Down
2 changes: 1 addition & 1 deletion packages/matman/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/matman/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "matman",
"version": "6.0.9",
"version": "6.0.10",
"description": "Easy to write e2e test",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 3a9a8fd

Please sign in to comment.