Skip to content

Commit

Permalink
chore: release 2.16.0 (#475)
Browse files Browse the repository at this point in the history
  • Loading branch information
dxos-bot authored Mar 11, 2022
1 parent 1861ce5 commit 33f0c45
Show file tree
Hide file tree
Showing 17 changed files with 33 additions and 16 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [2.16.0](https://www.github.com/dxos/cli/compare/v2.15.0...v2.16.0) (2022-03-11)


### ⚠ BREAKING CHANGES

* cleanup. (#474)

### Features

* cleanup. ([#474](https://www.github.com/dxos/cli/issues/474)) ([22f29d0](https://www.github.com/dxos/cli/commit/22f29d0bad36f3bfcda523dc37b198e95b46dd78))


### Bug Fixes

* browser to cli invitation. ([#476](https://www.github.com/dxos/cli/issues/476)) ([81612a4](https://www.github.com/dxos/cli/commit/81612a43a9df1e899bbc72cb4216f77b1740316a))
* ipfs upload ([#477](https://www.github.com/dxos/cli/issues/477)) ([1861ce5](https://www.github.com/dxos/cli/commit/1861ce5be97c6945a9008d28627fff7710f75282))

## [2.15.0](https://www.github.com/dxos/cli/compare/v2.14.3...v2.15.0) (2022-03-04)


Expand Down
2 changes: 1 addition & 1 deletion common/config/rush/version-policies.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
// * in the current branch. When bumping versions, Rush uses this to determine the next version.
// * (The "version" field in package.json is NOT considered.)
// */
"version": "2.15.0",
"version": "2.16.0",
//
// /**
// * (Required) The type of bump that will be performed when publishing the next release.
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dxos/cli-app",
"version": "2.15.0",
"version": "2.16.0",
"description": "DXOS App CLI",
"homepage": "https://github.com/dxos/cli/tree/master/packages/cli-app#readme",
"license": "AGPL-3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-bot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dxos/cli-bot",
"version": "2.15.0",
"version": "2.16.0",
"description": "DXOS Bot CLI",
"homepage": "https://github.com/dxos/cli/tree/master/packages/cli-bot#readme",
"license": "AGPL-3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-chat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dxos/cli-chat",
"version": "2.15.0",
"version": "2.16.0",
"description": "DXOS Chat CLI",
"homepage": "https://github.com/dxos/cli/tree/master/packages/cli-chat#readme",
"license": "AGPL-3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-console/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dxos/cli-console",
"version": "2.15.0",
"version": "2.16.0",
"description": "DXOS Console CLI",
"homepage": "https://github.com/dxos/cli/tree/master/packages/cli-console#readme",
"license": "AGPL-3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dxos/cli-core",
"version": "2.15.0",
"version": "2.16.0",
"description": "CLI Core",
"homepage": "https://github.com/dxos/cli/tree/master/packages/cli-core#readme",
"license": "AGPL-3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-data/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dxos/cli-data",
"version": "2.15.0",
"version": "2.16.0",
"description": "DXOS Data CLI",
"homepage": "https://github.com/dxos/cli/tree/master/packages/cli-data#readme",
"license": "AGPL-3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-dxns/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dxos/cli-dxns",
"version": "2.15.0",
"version": "2.16.0",
"description": "DXOS DXNS CLI",
"homepage": "https://github.com/dxos/cli/tree/master/packages/cli-halo#readme",
"license": "AGPL-3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-echo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dxos/cli-echo",
"version": "2.15.0",
"version": "2.16.0",
"description": "DXOS ECHO CLI",
"homepage": "https://github.com/dxos/cli/tree/master/packages/cli-echo#readme",
"license": "AGPL-3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-ipfs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dxos/cli-ipfs",
"version": "2.15.0",
"version": "2.16.0",
"description": "DXOS IPFS CLI",
"homepage": "https://github.com/dxos/cli/tree/master/packages/cli-ipfs#readme",
"license": "AGPL-3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-kube/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dxos/cli-kube",
"version": "2.15.0",
"version": "2.16.0",
"description": "DXOS KUBE CLI",
"homepage": "https://github.com/dxos/cli/tree/master/packages/cli-kube#readme",
"license": "AGPL-3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-mdns/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dxos/cli-mdns",
"version": "2.15.0",
"version": "2.16.0",
"description": "DXOS MDNS CLI",
"homepage": "https://github.com/dxos/cli/tree/master/packages/cli-mdns#readme",
"license": "AGPL-3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-mesh/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dxos/cli-mesh",
"version": "2.15.0",
"version": "2.16.0",
"description": "DXOS Network CLI",
"homepage": "https://github.com/dxos/cli/tree/master/packages/cli-mesh#readme",
"license": "AGPL-3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-signal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dxos/cli-signal",
"version": "2.15.0",
"version": "2.16.0",
"description": "DXOS Signal CLI",
"homepage": "https://github.com/dxos/cli/tree/master/packages/cli-signal#readme",
"license": "AGPL-3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dxos/cli",
"version": "2.15.0",
"version": "2.16.0",
"description": "DXOS CLI",
"homepage": "https://github.com/dxos/cli/tree/master/packages/cli#readme",
"license": "AGPL-3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dxos/cli-e2e-test",
"version": "2.15.0",
"version": "2.16.0",
"description": "E2E test script for CLI packages",
"private": true,
"scripts": {
Expand Down

0 comments on commit 33f0c45

Please sign in to comment.