Skip to content

Commit 604435f

Browse files
authored
chore: release 2.19.0 (#508)
1 parent 9180f7c commit 604435f

17 files changed

Lines changed: 33 additions & 16 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [2.19.0](https://www.github.com/dxos/cli/compare/v2.18.4...v2.19.0) (2022-05-16)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* update main cli with TS defs. (#506)
9+
10+
### Features
11+
12+
* rename cli-data to cli-party. ([#509](https://www.github.com/dxos/cli/issues/509)) ([9180f7c](https://www.github.com/dxos/cli/commit/9180f7c43e6c046e37662e87aa160fc0e1f7e70a))
13+
* update main cli with TS defs. ([#506](https://www.github.com/dxos/cli/issues/506)) ([5022f9c](https://www.github.com/dxos/cli/commit/5022f9cffad414881e908f9b99e30cbc71921673))
14+
15+
16+
### Bug Fixes
17+
18+
* disable build cache. ([0ef7f7b](https://www.github.com/dxos/cli/commit/0ef7f7b5a1c6a5748b7423e3ba15c9c8102f3a79))
19+
320
### [2.18.4](https://www.github.com/dxos/cli/compare/v2.18.3...v2.18.4) (2022-05-12)
421

522

common/config/rush/version-policies.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
// * in the current branch. When bumping versions, Rush uses this to determine the next version.
3434
// * (The "version" field in package.json is NOT considered.)
3535
// */
36-
"version": "2.18.4",
36+
"version": "2.19.0",
3737
//
3838
// /**
3939
// * (Required) The type of bump that will be performed when publishing the next release.

packages/cli-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dxos/cli-app",
3-
"version": "2.18.4",
3+
"version": "2.19.0",
44
"description": "DXOS App CLI",
55
"homepage": "https://github.com/dxos/cli/tree/master/packages/cli-app#readme",
66
"bugs": {

packages/cli-bot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dxos/cli-bot",
3-
"version": "2.18.4",
3+
"version": "2.19.0",
44
"description": "DXOS Bot CLI",
55
"homepage": "https://github.com/dxos/cli/tree/master/packages/cli-bot#readme",
66
"bugs": {

packages/cli-chat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dxos/cli-chat",
3-
"version": "2.18.4",
3+
"version": "2.19.0",
44
"description": "DXOS Chat CLI",
55
"homepage": "https://github.com/dxos/cli/tree/master/packages/cli-chat#readme",
66
"bugs": {

packages/cli-console/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dxos/cli-console",
3-
"version": "2.18.4",
3+
"version": "2.19.0",
44
"description": "DXOS Console CLI",
55
"homepage": "https://github.com/dxos/cli/tree/master/packages/cli-console#readme",
66
"bugs": {

packages/cli-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dxos/cli-core",
3-
"version": "2.18.4",
3+
"version": "2.19.0",
44
"description": "CLI Core",
55
"homepage": "https://github.com/dxos/cli/tree/master/packages/cli-core#readme",
66
"bugs": {

packages/cli-dxns/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dxos/cli-dxns",
3-
"version": "2.18.4",
3+
"version": "2.19.0",
44
"description": "DXOS DXNS CLI",
55
"homepage": "https://github.com/dxos/cli/tree/master/packages/cli-halo#readme",
66
"bugs": {

packages/cli-echo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dxos/cli-echo",
3-
"version": "2.18.4",
3+
"version": "2.19.0",
44
"description": "DXOS ECHO CLI",
55
"homepage": "https://github.com/dxos/cli/tree/master/packages/cli-echo#readme",
66
"bugs": {

packages/cli-ipfs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dxos/cli-ipfs",
3-
"version": "2.18.4",
3+
"version": "2.19.0",
44
"description": "DXOS IPFS CLI",
55
"homepage": "https://github.com/dxos/cli/tree/master/packages/cli-ipfs#readme",
66
"bugs": {

0 commit comments

Comments
 (0)