Skip to content

Commit

Permalink
chore: release 1.3.3 (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
rzadp authored Feb 22, 2022
1 parent 2051d2f commit acc8358
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

### [1.3.3](https://www.github.com/dxos/console/compare/v1.3.2...v1.3.3) (2022-02-22)


### Features

* Bots panel ([#197](https://www.github.com/dxos/console/issues/197)) ([a8b8c24](https://www.github.com/dxos/console/commit/a8b8c24b27278a8c4f22dc6d697228994fc0d6cb))


### Bug Fixes

* Cleanup bots stream ([#199](https://www.github.com/dxos/console/issues/199)) ([2051d2f](https://www.github.com/dxos/console/commit/2051d2fa5e4f7b9b07fc30e4c5cbc8be5d2e59c5))

### [1.3.2](https://www.github.com/dxos/console/compare/v1.3.1...v1.3.2) (2022-02-16)


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": "1.3.2",
"version": "1.3.3",
//
// /**
// * (Required) The type of bump that will be performed when publishing the next release.
Expand Down
2 changes: 1 addition & 1 deletion packages/console-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dxos/console-app",
"version": "1.3.2",
"version": "1.3.3",
"description": "Console App.",
"homepage": "https://github.com/dxos/console#readme",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion packages/keyhole-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dxos/keyhole-app",
"version": "1.3.2",
"version": "1.3.3",
"description": "KUBE Authenticator.",
"homepage": "https://github.com/dxos/console#readme",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion packages/kube-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dxos/kube-server",
"version": "1.3.2",
"version": "1.3.3",
"description": "KUBE Server",
"license": "AGPL-3.0",
"main": "dist/src/server.js",
Expand Down

0 comments on commit acc8358

Please sign in to comment.