Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
sarmadsangi committed Aug 4, 2020
1 parent 5c5b34d commit 0301382
Show file tree
Hide file tree
Showing 8 changed files with 38 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.0.0-beta.2 (2020-08-04)

**Note:** Version bump only for package zcli-monorepo





# 1.0.0-beta.1 (2020-08-04)

**Note:** Version bump only for package zcli-monorepo
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
"--no-lockfile"
],
"useWorkspaces": true,
"version": "1.0.0-beta.1"
"version": "1.0.0-beta.2"
}
8 changes: 8 additions & 0 deletions packages/zcli-apps/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.0.0-beta.2 (2020-08-04)

**Note:** Version bump only for package @zendesk/zcli-apps





# 1.0.0-beta.1 (2020-08-04)

**Note:** Version bump only for package @zendesk/zcli-apps
2 changes: 1 addition & 1 deletion packages/zcli-apps/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@zendesk/zcli-apps",
"description": "zcli apps commands live here",
"version": "1.0.0-beta.1",
"version": "1.0.0-beta.2",
"author": "@vegemite",
"npmRegistry": "https://registry.npmjs.org",
"publishConfig": {
Expand Down
8 changes: 8 additions & 0 deletions packages/zcli-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.0.0-beta.2 (2020-08-04)

**Note:** Version bump only for package @zendesk/zcli-core





# 1.0.0-beta.1 (2020-08-04)

**Note:** Version bump only for package @zendesk/zcli-core
2 changes: 1 addition & 1 deletion packages/zcli-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zendesk/zcli-core",
"version": "1.0.0-beta.1",
"version": "1.0.0-beta.2",
"description": "ZCLI core libraries and services",
"main": "src/index.ts",
"npmRegistry": "https://registry.npmjs.org",
Expand Down
8 changes: 8 additions & 0 deletions packages/zcli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.0.0-beta.2 (2020-08-04)

**Note:** Version bump only for package @zendesk/zcli





# 1.0.0-beta.1 (2020-08-04)

**Note:** Version bump only for package @zendesk/zcli
6 changes: 3 additions & 3 deletions packages/zcli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@zendesk/zcli",
"description": "Zendesk cli is a single command line tool for all your zendesk needs",
"version": "1.0.0-beta.1",
"version": "1.0.0-beta.2",
"author": "@vegemite",
"npmRegistry": "https://registry.npmjs.org",
"publishConfig": {
Expand All @@ -21,8 +21,8 @@
"@oclif/plugin-not-found": "^1.2.4",
"@oclif/plugin-update": "1.3.10",
"@oclif/plugin-warn-if-update-available": "1.7.0",
"@zendesk/zcli-apps": "^1.0.0-beta.1",
"@zendesk/zcli-core": "^1.0.0-beta.1",
"@zendesk/zcli-apps": "^1.0.0-beta.2",
"@zendesk/zcli-core": "^1.0.0-beta.2",
"cli-ux": "^5.4.1",
"tslib": "^1"
},
Expand Down

0 comments on commit 0301382

Please sign in to comment.