Skip to content
Open

V20 #807

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -660,9 +660,9 @@ jobs:
working_directory: ~/nova
environment:
SOURCE_BRANCH: main
CREATE_RELEASE_BRANCH: "false"
RELEASE_BRANCH: release/v19.0.x
INCREMENT_TYPE: minor
CREATE_RELEASE_BRANCH: "true"
RELEASE_BRANCH: release/v20.0.x
INCREMENT_TYPE: major
steps:
- add_ssh_keys
- checkout:
Expand Down
3 changes: 3 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Changelog
## [20.0.0] 📅 2025-10-01
### Angular upgrade 20


## [19.0.3] 📅 2025-05-26
### Initial playwrite e2e tests migration
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
"trigger-pipeline-build-ci": "bash scripts/trigger-pipeline-build",
"verify-ci": "bash scripts/verify-published"
},
"version": "19.0.0",
"version": "20.0.0",
"workspaces": [
"packages/*"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/bits/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,6 @@
"visual:watch": "npx watch \"yarn run visual:base\" src demo spec --watch=1"
},
"typings": "public_api.d.ts",
"version": "19.0.0",
"version": "20.0.0",
"packageManager": "yarn@1.22.18"
}
2 changes: 1 addition & 1 deletion packages/bits/schematics/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nova-schematics",
"license": "Apache-2.0",
"version": "19.0.0",
"version": "20.0.0",
"scripts": {
"assemble": "run-s build copy:json copy:data test copy:dist",
"build": "tsc -p tsconfig.json",
Expand Down
4 changes: 2 additions & 2 deletions packages/charts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"license": "Apache-2.0",
"name": "@nova-ui/charts",
"dependencies": {
"@nova-ui/bits": "~19.0.0"
"@nova-ui/bits": "~20.0.0"
},
"peerDependencies": {
"@types/d3": "^5.0.0",
Expand Down Expand Up @@ -102,5 +102,5 @@
"visual:gui": "yarn run visual:base -c gui",
"visual:serve": "yarn run visual:base -c serve"
},
"version": "19.0.0"
"version": "20.0.0"
}
8 changes: 4 additions & 4 deletions packages/dashboards/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"license": "Apache-2.0",
"name": "@nova-ui/dashboards",
"dependencies": {
"@nova-ui/bits": "~19.0.0",
"@nova-ui/charts": "~19.0.0"
"@nova-ui/bits": "~20.0.0",
"@nova-ui/charts": "~20.0.0"
},
"devDependencies": {
"@apollo/client": "3.13.9",
Expand Down Expand Up @@ -105,5 +105,5 @@
"visual:gui": "yarn run visual:base -c gui",
"visual:serve": "yarn run visual:base -c serve"
},
"version": "19.0.0"
}
"version": "20.0.0"
}
2 changes: 1 addition & 1 deletion packages/dashboards/schematics/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dashboards-schematics",
"license": "Apache-2.0",
"version": "19.0.0",
"version": "20.0.0",
"scripts": {
"assemble": "run-s build copy:json copy:data test copy:dist",
"build": "tsc -p tsconfig.json",
Expand Down