Skip to content

Commit

Permalink
chore: release 1.2.11 (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
rzadp authored Feb 3, 2022
1 parent a4153e3 commit c98acc5
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

### [1.2.11](https://www.github.com/dxos/console/compare/v1.2.10...v1.2.11) (2022-02-03)


### Features

* **apps:** increase id width ([#186](https://www.github.com/dxos/console/issues/186)) ([7d9faed](https://www.github.com/dxos/console/commit/7d9faedc75df530ed4f04158831389bafabb9499))
* use config v1; rm graphql. ([#183](https://www.github.com/dxos/console/issues/183)) ([dd240d8](https://www.github.com/dxos/console/commit/dd240d83a766c49897ad8d81d5cd46b3a507a6aa))


### Bug Fixes

* update cli version on CI. ([#187](https://www.github.com/dxos/console/issues/187)) ([a4153e3](https://www.github.com/dxos/console/commit/a4153e3edcc330213d612752aa254254c0c7ecab))

### [1.2.10](https://www.github.com/dxos/console/compare/v1.2.9...v1.2.10) (2021-12-09)


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

0 comments on commit c98acc5

Please sign in to comment.