Skip to content

Commit

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

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


### Bug Fixes

* better UI for logs. ([#194](https://www.github.com/dxos/console/issues/194)) ([dd2cd64](https://www.github.com/dxos/console/commit/dd2cd6471853f955198f2229e169e987d14b29ad))

### [1.3.1](https://www.github.com/dxos/console/compare/v1.3.0...v1.3.1) (2022-02-15)


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.1",
"version": "1.3.2",
//
// /**
// * (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.1",
"version": "1.3.2",
"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.1",
"version": "1.3.2",
"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.1",
"version": "1.3.2",
"description": "KUBE Server",
"license": "AGPL-3.0",
"main": "dist/src/server.js",
Expand Down

0 comments on commit 0818f38

Please sign in to comment.