Skip to content

Commit d0e5f2c

Browse files
committed
version bump 18-05-26 release
1 parent 07dd0f0 commit d0e5f2c

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

packages/contentstack-asset-management/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contentstack/cli-asset-management",
3-
"version": "1.0.0-beta.0",
3+
"version": "1.0.0-beta.1",
44
"description": "Contentstack Assets API adapter for export and import",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

packages/contentstack-audit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contentstack/cli-audit",
3-
"version": "2.0.0-beta.11",
3+
"version": "2.0.0-beta.12",
44
"description": "Contentstack audit plugin",
55
"author": "Contentstack CLI",
66
"homepage": "https://github.com/contentstack/cli",

packages/contentstack-export/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@contentstack/cli-cm-export",
33
"description": "Contentstack CLI plugin to export content from stack",
4-
"version": "2.0.0-beta.16",
4+
"version": "2.0.0-beta.17",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"dependencies": {
88
"@contentstack/cli-command": "~2.0.0-beta.6",
99
"@contentstack/cli-utilities": "~2.0.0-beta.7",
1010
"@contentstack/cli-variants": "~2.0.0-beta.12",
11-
"@contentstack/cli-asset-management": "~1.0.0-beta.0",
11+
"@contentstack/cli-asset-management": "~1.0.0-beta.1",
1212
"@oclif/core": "^4.8.0",
1313
"async": "^3.2.6",
1414
"big-json": "^3.2.0",
@@ -94,4 +94,4 @@
9494
}
9595
},
9696
"repository": "https://github.com/contentstack/cli"
97-
}
97+
}

packages/contentstack-import/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "@contentstack/cli-cm-import",
33
"description": "Contentstack CLI plugin to import content into stack",
4-
"version": "2.0.0-beta.16",
4+
"version": "2.0.0-beta.17",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"dependencies": {
88
"@contentstack/cli-audit": "~2.0.0-beta.11",
99
"@contentstack/cli-command": "~2.0.0-beta.6",
1010
"@contentstack/cli-utilities": "~2.0.0-beta.7",
1111
"@contentstack/cli-variants": "~2.0.0-beta.12",
12-
"@contentstack/cli-asset-management": "~1.0.0-beta.0",
12+
"@contentstack/cli-asset-management": "~1.0.0-beta.1",
1313
"@oclif/core": "^4.3.0",
1414
"big-json": "^3.2.0",
1515
"bluebird": "^3.7.2",
@@ -86,4 +86,4 @@
8686
}
8787
},
8888
"repository": "https://github.com/contentstack/cli"
89-
}
89+
}

0 commit comments

Comments
 (0)