Skip to content

Commit

Permalink
chore(release): version 0.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
tomenden committed Nov 9, 2020
1 parent d0eea26 commit a356d2f
Show file tree
Hide file tree
Showing 10 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.2.9",
"version": "0.2.10",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
12 changes: 6 additions & 6 deletions packages/corvid-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "corvid-cli",
"version": "0.2.9",
"version": "0.2.10",
"description": "Download your Wix site, code in a local IDE, collaborate, use git, and more!",
"main": "index.js",
"scripts": {
Expand All @@ -23,8 +23,8 @@
},
"license": "MIT",
"devDependencies": {
"corvid-fake-local-mode-editor": "0.2.9",
"corvid-local-test-utils": "0.2.9",
"corvid-fake-local-mode-editor": "0.2.10",
"corvid-local-test-utils": "0.2.10",
"fetch-mock": "7.3.1",
"jest": "^24.8.0",
"nock": "^10.0.6",
Expand All @@ -41,9 +41,9 @@
},
"dependencies": {
"chalk": "2.4.2",
"corvid-local-logger": "0.2.9",
"corvid-local-server": "0.2.9",
"corvid-local-site": "0.2.9",
"corvid-local-logger": "0.2.10",
"corvid-local-server": "0.2.10",
"corvid-local-site": "0.2.10",
"electron": "^10.1.5",
"es6-error": "^4.1.1",
"fs-extra": "^7.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/corvid-dir-as-json/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "corvid-dir-as-json",
"version": "0.2.9",
"version": "0.2.10",
"description": "",
"main": "src/index.js",
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions packages/corvid-e2e-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "corvid-e2e-tests",
"version": "0.2.9",
"version": "0.2.10",
"description": "",
"scripts": {
"test": "run-script-os",
"test:windows": ":",
"test:default": "jest --runInBand"
},
"devDependencies": {
"corvid-local-test-utils": "0.2.9",
"corvid-local-test-utils": "0.2.10",
"execa": "^3.4.0",
"get-port": "^5.0.0",
"jest": "^24.8.0",
Expand All @@ -32,7 +32,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"corvid-cli": "0.2.9",
"corvid-cli": "0.2.10",
"dotenv": "^8.2.0",
"find-config": "^1.0.0",
"node-fetch": "^2.6.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/corvid-fake-local-mode-editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "corvid-fake-local-mode-editor",
"version": "0.2.9",
"version": "0.2.10",
"description": "",
"main": "src/index.js",
"scripts": {
Expand All @@ -18,7 +18,7 @@
"dependencies": {
"atob": "^2.1.2",
"browserify": "^16.2.3",
"corvid-local-test-utils": "0.2.9",
"corvid-local-test-utils": "0.2.10",
"expect": "^24.8.0",
"express": "^4.16.4",
"flat": "^4.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/corvid-local-logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "corvid-local-logger",
"version": "0.2.9",
"version": "0.2.10",
"description": "",
"main": "src/index.js",
"scripts": {
Expand All @@ -18,7 +18,7 @@
"license": "MIT",
"dependencies": {
"@sentry/node": "^5.5.0",
"corvid-local-test-utils": "0.2.9",
"corvid-local-test-utils": "0.2.10",
"es6-error": "^4.1.1",
"lodash": "^4.17.15",
"read-pkg-up": "^6.0.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/corvid-local-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "corvid-local-server",
"version": "0.2.9",
"version": "0.2.10",
"description": "",
"main": "src/index.js",
"scripts": {
Expand All @@ -17,9 +17,9 @@
},
"license": "MIT",
"dependencies": {
"corvid-local-logger": "0.2.9",
"corvid-local-site": "0.2.9",
"corvid-local-test-utils": "0.2.9",
"corvid-local-logger": "0.2.10",
"corvid-local-site": "0.2.10",
"corvid-local-test-utils": "0.2.10",
"express": "^4.16.4",
"fs-extra": "^7.0.1",
"listen-on-free-port": "1.0.3",
Expand All @@ -29,8 +29,8 @@
"uuid": "^3.3.2"
},
"devDependencies": {
"corvid-dir-as-json": "0.2.9",
"corvid-fake-local-mode-editor": "0.2.9",
"corvid-dir-as-json": "0.2.10",
"corvid-fake-local-mode-editor": "0.2.10",
"flat": "^4.1.0",
"jest": "^24.8.0",
"nock": "^10.0.6",
Expand Down
10 changes: 5 additions & 5 deletions packages/corvid-local-site/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "corvid-local-site",
"version": "0.2.9",
"version": "0.2.10",
"description": "",
"scripts": {
"build": ":",
Expand All @@ -15,7 +15,7 @@
},
"license": "MIT",
"devDependencies": {
"corvid-local-test-utils": "0.2.9",
"corvid-local-test-utils": "0.2.10",
"corvid-types": "^0.1.84",
"flat": "^4.1.0",
"jest": "^24.8.0",
Expand All @@ -25,9 +25,9 @@
"atob": "^2.1.2",
"btoa": "^1.2.1",
"chokidar": "^2.1.6",
"corvid-dir-as-json": "0.2.9",
"corvid-fake-local-mode-editor": "0.2.9",
"corvid-local-logger": "0.2.9",
"corvid-dir-as-json": "0.2.10",
"corvid-fake-local-mode-editor": "0.2.10",
"corvid-local-logger": "0.2.10",
"es6-error": "^4.1.1",
"fs-extra": "^7.0.1",
"lodash": "^4.17.15",
Expand Down
4 changes: 2 additions & 2 deletions packages/corvid-local-test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "corvid-local-test-utils",
"version": "0.2.9",
"version": "0.2.10",
"description": "",
"main": "src/index.js",
"scripts": {
Expand All @@ -18,7 +18,7 @@
"dependencies": {
"atob": "^2.1.2",
"btoa": "^1.2.1",
"corvid-dir-as-json": "0.2.9",
"corvid-dir-as-json": "0.2.10",
"fs-extra": "^8.1.0",
"lodash": "^4.17.15",
"socket.io-client": "^2.2.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/corvid-local-testkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "corvid-local-testkit",
"version": "0.2.9",
"version": "0.2.10",
"description": "",
"main": "src/index.js",
"scripts": {
Expand All @@ -16,8 +16,8 @@
"node": ">=10"
},
"dependencies": {
"corvid-local-server": "0.2.9",
"corvid-local-test-utils": "0.2.9",
"corvid-local-server": "0.2.10",
"corvid-local-test-utils": "0.2.10",
"tmp": "^0.1.0"
}
}

0 comments on commit a356d2f

Please sign in to comment.