Skip to content

Commit

Permalink
chore: release 1.3.4 (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
rzadp authored Mar 1, 2022
1 parent d4ee559 commit ff6a4ce
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

### [1.3.4](https://www.github.com/dxos/console/compare/v1.3.3...v1.3.4) (2022-03-01)


### Bug Fixes

* linter err. ([d4ee559](https://www.github.com/dxos/console/commit/d4ee559a3022828f08c34586d4fcdcfaed14c201))
* temporary not use Config & disable app publishing ([bf93c5b](https://www.github.com/dxos/console/commit/bf93c5bc90efcc0f1fac444107dbb287f9ea431e))

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


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

0 comments on commit ff6a4ce

Please sign in to comment.