Skip to content

Commit

Permalink
chore: release 2.20.3 (#525)
Browse files Browse the repository at this point in the history
  • Loading branch information
dxos-bot authored Jul 12, 2022
1 parent 15c2d55 commit a3d9221
Show file tree
Hide file tree
Showing 16 changed files with 29 additions and 15 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

### [2.20.3](https://www.github.com/dxos/cli/compare/v2.20.2...v2.20.3) (2022-07-11)


### Bug Fixes

* add ipfs to services list. ([d4cdb7a](https://www.github.com/dxos/cli/commit/d4cdb7a4982f842842a8fc8f085ce84965827f01))
* cli-ipfs to use new KUBE bin. ([#531](https://www.github.com/dxos/cli/issues/531)) ([5b06f0c](https://www.github.com/dxos/cli/commit/5b06f0c89c6a4b689e24ed0c96168ee486f75bbf))
* dockerize ipfs. ([#527](https://www.github.com/dxos/cli/issues/527)) ([e279df8](https://www.github.com/dxos/cli/commit/e279df8623d6585a10d8da022d73c1fab14e3053))
* ipfs init command. ([#526](https://www.github.com/dxos/cli/issues/526)) ([79b0b4a](https://www.github.com/dxos/cli/commit/79b0b4a78d82372c7d4812f2a1eb646a48b174a0))
* ipfs install. ([#524](https://www.github.com/dxos/cli/issues/524)) ([fd21789](https://www.github.com/dxos/cli/commit/fd2178902ee6e6657a9801613656e52a451c590e))
* ns signup command. ([#530](https://www.github.com/dxos/cli/issues/530)) ([83e0c92](https://www.github.com/dxos/cli/commit/83e0c92eeb3255752b5ceb811a6ebd0ddb2ac55c))
* optional IPFS pin for deployment. ([#523](https://www.github.com/dxos/cli/issues/523)) ([ca8ec7b](https://www.github.com/dxos/cli/commit/ca8ec7b9398c63cca1539d24ae6a8e71bb56dcab))
* rm ipfs from docker services. ([15c2d55](https://www.github.com/dxos/cli/commit/15c2d552c1b83e81100c3fd6675e28e06b80e4aa))

### [2.20.2](https://www.github.com/dxos/cli/compare/v2.20.1...v2.20.2) (2022-06-21)


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.20.2",
"version": "2.20.3",
//
// /**
// * (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.20.2",
"version": "2.20.3",
"description": "DXOS App CLI",
"homepage": "https://github.com/dxos/cli/tree/master/packages/cli-app#readme",
"bugs": {
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.20.2",
"version": "2.20.3",
"description": "DXOS Bot CLI",
"homepage": "https://github.com/dxos/cli/tree/master/packages/cli-bot#readme",
"bugs": {
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.20.2",
"version": "2.20.3",
"description": "DXOS Chat CLI",
"homepage": "https://github.com/dxos/cli/tree/master/packages/cli-chat#readme",
"bugs": {
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.20.2",
"version": "2.20.3",
"description": "DXOS Console CLI",
"homepage": "https://github.com/dxos/cli/tree/master/packages/cli-console#readme",
"bugs": {
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.20.2",
"version": "2.20.3",
"description": "CLI Core",
"homepage": "https://github.com/dxos/cli/tree/master/packages/cli-core#readme",
"bugs": {
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.20.2",
"version": "2.20.3",
"description": "DXOS DXNS CLI",
"homepage": "https://github.com/dxos/cli/tree/master/packages/cli-halo#readme",
"bugs": {
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.20.2",
"version": "2.20.3",
"description": "DXOS IPFS CLI",
"homepage": "https://github.com/dxos/cli/tree/master/packages/cli-ipfs#readme",
"bugs": {
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.20.2",
"version": "2.20.3",
"description": "DXOS KUBE CLI",
"homepage": "https://github.com/dxos/cli/tree/master/packages/cli-kube#readme",
"bugs": {
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.20.2",
"version": "2.20.3",
"description": "DXOS MDNS CLI",
"homepage": "https://github.com/dxos/cli/tree/master/packages/cli-mdns#readme",
"bugs": {
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.20.2",
"version": "2.20.3",
"description": "DXOS Network CLI",
"homepage": "https://github.com/dxos/cli/tree/master/packages/cli-mesh#readme",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-party/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dxos/cli-party",
"version": "2.20.2",
"version": "2.20.3",
"description": "DXOS Data CLI",
"homepage": "https://github.com/dxos/cli/tree/master/packages/cli-party#readme",
"bugs": {
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.20.2",
"version": "2.20.3",
"description": "DXOS Signal CLI",
"homepage": "https://github.com/dxos/cli/tree/master/packages/cli-signal#readme",
"bugs": {
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.20.2",
"version": "2.20.3",
"description": "DXOS CLI",
"homepage": "https://github.com/dxos/cli/tree/master/packages/cli#readme",
"bugs": {
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.20.2",
"version": "2.20.3",
"private": true,
"description": "E2E test script for CLI packages",
"scripts": {
Expand Down

0 comments on commit a3d9221

Please sign in to comment.