Skip to content

Commit

Permalink
Bump to v0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tommazzo89 committed Sep 1, 2023
1 parent 12f18ff commit b6d38d8
Show file tree
Hide file tree
Showing 13 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Polaris SLO Framework Changelog

## v0.6.3 (not yet released)
## v0.6.3 (2023-09-01)

### Bugfixes

Expand Down
2 changes: 1 addition & 1 deletion ts/apps/polaris-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polaris-sloc/cli",
"version": "0.6.2",
"version": "0.6.3",
"license": "Apache-2.0",
"author": "Polaris SLO Framework Authors",
"private": false,
Expand Down
2 changes: 1 addition & 1 deletion ts/apps/polaris-cli/src/app/util/packages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const POLARIS_NPM_ORG = '@polaris-sloc';
* Defines the versions of packages that are currently used.
*/
export const VERSIONS = {
nx: '16.1.0',
nx: '16.7.4',
polaris: polarisVersion,
};

Expand Down
4 changes: 2 additions & 2 deletions ts/libs/common-mappings/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@polaris-sloc/common-mappings",
"version": "0.6.2",
"version": "0.6.3",
"license": "Apache-2.0",
"author": "Polaris SLO Framework Authors",
"private": false,
"type": "commonjs",
"peerDependencies": {
"@polaris-sloc/core": "~0.6.2",
"@polaris-sloc/core": "~0.6.3",
"tslib": "^2.6.2"
}
}
2 changes: 1 addition & 1 deletion ts/libs/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polaris-sloc/core",
"version": "0.6.2",
"version": "0.6.3",
"license": "Apache-2.0",
"author": "Polaris SLO Framework Authors",
"private": false,
Expand Down
4 changes: 2 additions & 2 deletions ts/libs/cost-efficiency/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@polaris-sloc/cost-efficiency",
"version": "0.6.2",
"version": "0.6.3",
"license": "Apache-2.0",
"author": "Polaris SLO Framework Authors",
"private": false,
"type": "commonjs",
"peerDependencies": {
"@polaris-sloc/core": "~0.6.2",
"@polaris-sloc/core": "~0.6.3",
"tslib": "^2.6.2"
}
}
4 changes: 2 additions & 2 deletions ts/libs/kubernetes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polaris-sloc/kubernetes",
"version": "0.6.2",
"version": "0.6.3",
"license": "Apache-2.0",
"author": "Polaris SLO Framework Authors",
"private": false,
Expand All @@ -9,7 +9,7 @@
"@kubernetes/client-node": "^0.18.1"
},
"peerDependencies": {
"@polaris-sloc/core": "~0.6.2",
"@polaris-sloc/core": "~0.6.3",
"tslib": "^2.6.2"
},
"optionalDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions ts/libs/polaris-nx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polaris-sloc/polaris-nx",
"version": "0.6.2",
"version": "0.6.3",
"license": "Apache-2.0",
"author": "Polaris SLO Framework Authors",
"private": false,
Expand All @@ -14,9 +14,9 @@
"@nx/js": "16.0.0",
"@nx/node": "16.0.0",
"@nx/workspace": "16.0.0",
"@polaris-sloc/core": "~0.6.2",
"@polaris-sloc/kubernetes": "~0.6.2",
"@polaris-sloc/schema-gen": "~0.6.2",
"@polaris-sloc/core": "~0.6.3",
"@polaris-sloc/kubernetes": "~0.6.3",
"@polaris-sloc/schema-gen": "~0.6.3",
"axios": "1.3.6",
"grafana-dash-gen": "^3.2.1",
"nx": "*",
Expand Down
2 changes: 1 addition & 1 deletion ts/libs/polaris-nx/src/util/packages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const POLARIS_NPM_ORG = '@polaris-sloc';
* Defines the versions of packages added by the generators.
*/
export const VERSIONS = {
polaris: '0.6.2',
polaris: '0.6.3',
rxJs: '^6.6.7',
tsNode: '^10.9.1',
tsNodeConfigPaths: '^4.2.0',
Expand Down
4 changes: 2 additions & 2 deletions ts/libs/prometheus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polaris-sloc/prometheus",
"version": "0.6.2",
"version": "0.6.3",
"license": "Apache-2.0",
"author": "Polaris SLO Framework Authors",
"private": false,
Expand All @@ -12,7 +12,7 @@
"safe-flat": "^2.0.2"
},
"peerDependencies": {
"@polaris-sloc/core": "~0.6.2",
"@polaris-sloc/core": "~0.6.3",
"tslib": "^2.6.2"
}
}
4 changes: 2 additions & 2 deletions ts/libs/schema-gen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polaris-sloc/schema-gen",
"version": "0.6.2",
"version": "0.6.3",
"license": "Apache-2.0",
"author": "Polaris SLO Framework Authors",
"private": false,
Expand All @@ -13,7 +13,7 @@
"ts-json-schema-generator": "1.0.0"
},
"peerDependencies": {
"@polaris-sloc/core": "~0.6.2",
"@polaris-sloc/core": "~0.6.3",
"rxjs": "^6.6.7",
"tslib": "^2.6.2"
}
Expand Down
4 changes: 2 additions & 2 deletions ts/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "polaris-sloc",
"version": "0.6.2",
"version": "0.6.3",
"license": "Apache-2.0",
"scripts": {
"nx": "nx",
Expand Down

0 comments on commit b6d38d8

Please sign in to comment.