Skip to content
This repository was archived by the owner on Jan 24, 2022. It is now read-only.

Commit b2abc42

Browse files
committed
v1.4.3
1 parent 483eb65 commit b2abc42

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"tests/*",
66
"tests/cli-app/workdir"
77
],
8-
"version": "1.4.2",
8+
"version": "1.4.3",
99
"command": {
1010
"publish": {
1111
"ignoreChanges": [

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zos",
3-
"version": "1.4.2",
3+
"version": "1.4.3",
44
"description": "ZeppelinOS command line interface",
55
"main": "lib/index.js",
66
"scripts": {

packages/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zos-docs",
3-
"version": "1.4.1",
3+
"version": "1.4.3",
44
"description": "Documentation site for ZeppelinOS",
55
"private": true,
66
"main": "index.js",

tests/cli-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "cli-app-tests",
33
"private": true,
4-
"version": "1.4.1",
4+
"version": "1.4.3",
55
"description": "Integration tests for CLI app",
66
"author": "[email protected]",
77
"license": "MIT",

0 commit comments

Comments
 (0)