Skip to content

Commit 4651ca0

Browse files
committed
v2.2.2
1 parent 886902b commit 4651ca0

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "2.2.1",
6+
"version": "2.2.2",
77
"npmClient": "yarn",
88
"useWorkspaces": true
99
}

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codesandbox",
3-
"version": "2.2.1",
3+
"version": "2.2.2",
44
"description": "The CLI used for communicating with CodeSandbox",
55
"main": "lib/index.js",
66
"bin": {
@@ -28,7 +28,7 @@
2828
"axios": "^0.18.1",
2929
"chalk": "^2.4.1",
3030
"codesandbox-import-util-types": "^2.2.1",
31-
"codesandbox-import-utils": "^2.2.1",
31+
"codesandbox-import-utils": "^2.2.2",
3232
"commander": "^2.9.0",
3333
"datauri": "^1.1.0",
3434
"filesize": "^3.6.1",

packages/git-extractor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "git-converter",
3-
"version": "2.2.0",
3+
"version": "2.2.2",
44
"description": "",
55
"main": "index.js",
66
"private": true,

packages/import-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codesandbox-import-utils",
3-
"version": "2.2.1",
3+
"version": "2.2.2",
44
"main": "lib/index.js",
55
"files": [
66
"lib/**"

0 commit comments

Comments
 (0)