Skip to content

Commit

Permalink
chore: release 1.3.1 (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
rzadp authored Feb 15, 2022
1 parent bb7b45e commit 942b4c6
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.1](https://www.github.com/dxos/console/compare/v1.3.0...v1.3.1) (2022-02-15)


### Bug Fixes

* don't show empty stats. ([#192](https://www.github.com/dxos/console/issues/192)) ([bb7b45e](https://www.github.com/dxos/console/commit/bb7b45ebe4f63b0ff0d5f7886ad1b93e027313da))

## [1.3.0](https://www.github.com/dxos/console/compare/v1.2.12...v1.3.0) (2022-02-14)


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

0 comments on commit 942b4c6

Please sign in to comment.