Skip to content

Commit 0643003

Browse files
cds-snc-release-bot[bot]melaniebmnethanWallacedaine
authored
chore: GCDS Components Release v0.37.0 (#887)
* chore: GCDS Components Release * Update changelogs * Add -canary.0 to react-ssr * PR feedback * Update CHANGELOG.md Co-authored-by: Daine Trinidad <[email protected]> * Update CHANGELOG.md Co-authored-by: Daine Trinidad <[email protected]> * Update CHANGELOG.md Co-authored-by: Daine Trinidad <[email protected]> * Update CHANGELOG.md Co-authored-by: Daine Trinidad <[email protected]> * Update CHANGELOG.md Co-authored-by: Daine Trinidad <[email protected]> --------- Co-authored-by: cds-snc-release-bot[bot] <209540785+cds-snc-release-bot[bot]@users.noreply.github.com> Co-authored-by: Melanie Boeckmann <[email protected]> Co-authored-by: Ethan Wallace <[email protected]> Co-authored-by: Daine Trinidad <[email protected]>
1 parent d994e07 commit 0643003

18 files changed

+136
-37
lines changed

.release-please-manifest.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"packages/angular": "0.36.0",
3-
"packages/react": "0.36.0",
4-
"packages/vue": "0.36.0",
5-
"packages/web": "0.36.0",
6-
"packages/react-ssr": "0.36.0-canary.0"
2+
"packages/angular": "0.37.0",
3+
"packages/react": "0.37.0",
4+
"packages/vue": "0.37.0",
5+
"packages/web": "0.37.0",
6+
"packages/react-ssr": "0.37.0-canary.0"
77
}

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,35 @@
22

33
# Changelog
44

5+
## [0.37.0](https://github.com/cds-snc/gcds-components/compare/gcds-components-v0.36.0...gcds-components-v0.37.0)
6+
7+
Released on 2025-07-02
8+
9+
### :rocket: New Features
10+
11+
- Update `@stencil/core`, `@stencil/react-output-target`, `@stencil/vue-output-target` and `@stencil/angular-output-target` to latest versions to take advantage of new features and fixes.
12+
([#851](https://github.com/cds-snc/gcds-components/issues/851)) ([0bf3ab4](https://github.com/cds-snc/gcds-components/commit/0bf3ab4eadd38705a03211638a9968bdea958a19))
13+
14+
**Changes**
15+
16+
Vue package:
17+
- Configure componentModels in output to ensure v-model works as it should
18+
19+
Angular package
20+
- Fix two-way binding issue. Form components should now be able to correctly use ngModel.
21+
- Fix routerLink issue. Navigation components should now be able to navigate using Angular's built in router.
22+
23+
React package
24+
- React components are now functional components instead of class components.
25+
26+
- Added support for data binding and `routerLink` in Angular ([#880](https://github.com/cds-snc/gcds-components/issues/880)) ([0bf3ab4](https://github.com/cds-snc/gcds-components/commit/0bf3ab4eadd38705a03211638a9968bdea958a19))
27+
28+
29+
### :bug: :wrench: Bug Fixes
30+
31+
- Fixed top-nav `alignment=left` for the nav-group dropdown ([#886](https://github.com/cds-snc/gcds-components/issues/886)) ([af84659](https://github.com/cds-snc/gcds-components/commit/af846591126f649ddc8d84d7c2f6963abf63fa36))
32+
- update installation instructions to remove outdated file ([9c7d76c](https://github.com/cds-snc/gcds-components/commit/9c7d76c37fcc3772f70bd6f4dc6e3354122adaa1))
33+
534
## [0.36.0](https://github.com/cds-snc/gcds-components/compare/gcds-components-v0.35.0...gcds-components-v0.36.0)
635

736
Released on: 2025-06-17

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/angular/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [0.37.0](https://github.com/cds-snc/gcds-components/compare/gcds-components-angular-v0.36.0...gcds-components-angular-v0.37.0) (2025-06-26)
4+
5+
6+
### :rocket: New Features
7+
8+
- support for data binding and routerLink ([#880](https://github.com/cds-snc/gcds-components/issues/880)) ([0bf3ab4](https://github.com/cds-snc/gcds-components/commit/0bf3ab4eadd38705a03211638a9968bdea958a19))
9+
- update stencil and stencil output targets ([#851](https://github.com/cds-snc/gcds-components/issues/851)) ([0bf3ab4](https://github.com/cds-snc/gcds-components/commit/0bf3ab4eadd38705a03211638a9968bdea958a19))
10+
11+
12+
### Dependencies
13+
14+
- The following workspace dependencies were updated
15+
- peerDependencies
16+
- @cdssnc/gcds-components bumped from ^0.36.0 to ^0.37.0
17+
318
## [0.36.0](https://github.com/cds-snc/gcds-components/compare/gcds-components-angular-v0.35.0...gcds-components-angular-v0.36.0) (2025-06-17)
419

520
### Patch

packages/angular/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cdssnc/gcds-components-angular",
3-
"version": "0.36.0",
3+
"version": "0.37.0",
44
"author": "Government of Canada / Gouvernement du Canada",
55
"description": "Angular wrapper for gcds-components",
66
"homepage": "https://design-system.alpha.canada.ca/",
@@ -20,7 +20,7 @@
2020
"peerDependencies": {
2121
"@angular/common": "^19.0.0",
2222
"@angular/core": "^19.0.0",
23-
"@cdssnc/gcds-components": "^0.36.0"
23+
"@cdssnc/gcds-components": "^0.37.0"
2424
},
2525
"dependencies": {
2626
"tslib": "^2.3.0"

packages/react-ssr/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [0.37.0-canary.0](https://github.com/cds-snc/gcds-components/compare/gcds-components-react-ssr-v0.36.0-canary.0...gcds-components-react-ssr-v0.37.0-canary.0) (2025-06-26)
4+
5+
6+
### :rocket: New Features
7+
8+
- update stencil and stencil output targets ([#851](https://github.com/cds-snc/gcds-components/issues/851)) ([0bf3ab4](https://github.com/cds-snc/gcds-components/commit/0bf3ab4eadd38705a03211638a9968bdea958a19))
9+
10+
11+
### Dependencies
12+
13+
- The following workspace dependencies were updated
14+
- dependencies
15+
- @cdssnc/gcds-components bumped from ^0.36.0 to ^0.37.0
16+
317
## [0.36.0-canary.0](https://github.com/cds-snc/gcds-components/compare/gcds-components-react-ssr-v0.35.0-canary.0...gcds-components-react-ssr-v0.36.0-canary.0) (2025-06-17)
418

519
### Patch

packages/react-ssr/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/react-ssr/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cdssnc/gcds-components-react-ssr",
3-
"version": "0.36.0-canary.0",
3+
"version": "0.37.0-canary.0",
44
"author": "Government of Canada / Gouvernement du Canada",
55
"license": "MIT",
66
"publishConfig": {
@@ -51,7 +51,7 @@
5151
"lint": "eslint ."
5252
},
5353
"dependencies": {
54-
"@cdssnc/gcds-components": "^0.36.0",
54+
"@cdssnc/gcds-components": "^0.37.0",
5555
"@stencil/core": "4.35.1",
5656
"element-internals-polyfill": "^1.3.10",
5757
"linkedom": "^0.16.1",

packages/react/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [0.37.0](https://github.com/cds-snc/gcds-components/compare/gcds-components-react-v0.36.0...gcds-components-react-v0.37.0) (2025-06-26)
4+
5+
6+
### :rocket: New Features
7+
8+
- update stencil and stencil output targets ([#851](https://github.com/cds-snc/gcds-components/issues/851)) ([0bf3ab4](https://github.com/cds-snc/gcds-components/commit/0bf3ab4eadd38705a03211638a9968bdea958a19))
9+
10+
11+
### Dependencies
12+
13+
- The following workspace dependencies were updated
14+
- dependencies
15+
- @cdssnc/gcds-components bumped from ^0.36.0 to ^0.37.0
16+
317
## [0.36.0](https://github.com/cds-snc/gcds-components/compare/gcds-components-react-v0.35.0...gcds-components-react-v0.36.0) (2025-06-17)
418

519
### Patch

0 commit comments

Comments
 (0)