Skip to content

Commit

Permalink
Bump to v0.4.0 and release it
Browse files Browse the repository at this point in the history
  • Loading branch information
tommazzo89 committed Apr 26, 2022
1 parent 11d5c61 commit e47c0c5
Show file tree
Hide file tree
Showing 12 changed files with 20 additions and 20 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 Cloud Changelog

## v0.4.0 (not yet released)
## v0.4.0 (2022-04-26)

### Features

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.3.0",
"version": "0.4.0",
"license": "Apache-2.0",
"author": "Polaris SLO Cloud Authors",
"private": false,
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,11 +1,11 @@
{
"name": "@polaris-sloc/common-mappings",
"version": "0.3.0",
"version": "0.4.0",
"license": "Apache-2.0",
"author": "Polaris SLO Cloud Authors",
"private": false,
"type": "commonjs",
"peerDependencies": {
"@polaris-sloc/core": "~0.3.0"
"@polaris-sloc/core": "~0.4.0"
}
}
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.3.0",
"version": "0.4.0",
"license": "Apache-2.0",
"author": "Polaris SLO Cloud 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,11 +1,11 @@
{
"name": "@polaris-sloc/cost-efficiency",
"version": "0.3.0",
"version": "0.4.0",
"license": "Apache-2.0",
"author": "Polaris SLO Cloud Authors",
"private": false,
"type": "commonjs",
"peerDependencies": {
"@polaris-sloc/core": "~0.3.0"
"@polaris-sloc/core": "~0.4.0"
}
}
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.3.0",
"version": "0.4.0",
"license": "Apache-2.0",
"author": "Polaris SLO Cloud Authors",
"private": false,
Expand All @@ -9,7 +9,7 @@
"@kubernetes/client-node": "^0.16.3"
},
"peerDependencies": {
"@polaris-sloc/core": "~0.3.0"
"@polaris-sloc/core": "~0.4.0"
},
"optionalDependencies": {
"bufferutil": "^4.0.6",
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.3.0",
"version": "0.4.0",
"license": "Apache-2.0",
"author": "Polaris SLO Cloud Authors",
"private": false,
Expand All @@ -13,9 +13,9 @@
"@nrwl/js": "*",
"@nrwl/node": "*",
"@nrwl/workspace": "*",
"@polaris-sloc/core": "~0.3.0",
"@polaris-sloc/schema-gen": "~0.3.0",
"@polaris-sloc/kubernetes": "~0.3.0",
"@polaris-sloc/core": "~0.4.0",
"@polaris-sloc/schema-gen": "~0.4.0",
"@polaris-sloc/kubernetes": "~0.4.0",
"grafana-dash-gen": "^3.2.1",
"axios": "0.26.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.3.0',
polaris: '0.4.0',
rxJs: '^6.6.7',
tsNode: '^10.7.0',
tsNodeConfigPaths: '^3.14.1',
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.3.0",
"version": "0.4.0",
"license": "Apache-2.0",
"author": "Polaris SLO Cloud Authors",
"private": false,
Expand All @@ -12,6 +12,6 @@
"safe-flat": "^2.0.2"
},
"peerDependencies": {
"@polaris-sloc/core": "~0.3.0"
"@polaris-sloc/core": "~0.4.0"
}
}
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.3.0",
"version": "0.4.0",
"license": "Apache-2.0",
"author": "Polaris SLO Cloud Authors",
"private": false,
Expand All @@ -13,7 +13,7 @@
"ts-json-schema-generator": "^1.0.0"
},
"peerDependencies": {
"@polaris-sloc/core": "~0.3.0",
"@polaris-sloc/core": "~0.4.0",
"rxjs": "^6.6.7"
}
}
2 changes: 1 addition & 1 deletion 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.3.0",
"version": "0.4.0",
"license": "Apache-2.0",
"scripts": {
"ng": "nx",
Expand Down

0 comments on commit e47c0c5

Please sign in to comment.