Skip to content

Commit

Permalink
chore: GCDS Components Release v0.28.0 (#696)
Browse files Browse the repository at this point in the history
* chore: GCDS Components Release

* Update CHANGELOG.md

* Update .release-please-manifest.json

* Update package-lock.json

* Update package.json

* Update package-lock.json

* update package-web changelog

* update packages-vue changelog

* update packages-react changelog

* update packages-react-ssr changelog

* update packages-angular changelog

* chore: update lerna.json and CHANGELOG.md

---------

Co-authored-by: sre-read-write[bot] <92993749+sre-read-write[bot]@users.noreply.github.com>
Co-authored-by: Melanie Boeckmann <[email protected]>
Co-authored-by: Daine Trinidad <[email protected]>
  • Loading branch information
3 people authored Dec 5, 2024
1 parent 105cd4b commit dcbc4bc
Show file tree
Hide file tree
Showing 19 changed files with 347 additions and 38 deletions.
10 changes: 5 additions & 5 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"packages/angular": "0.27.0",
"packages/react": "0.27.0",
"packages/vue": "0.27.0",
"packages/web": "0.27.0",
"packages/react-ssr": "0.27.0-canary.0"
"packages/angular": "0.28.0",
"packages/react": "0.28.0",
"packages/vue": "0.28.0",
"packages/web": "0.28.0",
"packages/react-ssr": "0.28.0-canary.0"
}
45 changes: 45 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,51 @@
([Français](#journal-des-modifications))

# Changelog
## [0.28.0](https://github.com/cds-snc/gcds-components/compare/gcds-components-v0.27.0...gcds-components-v0.28.0)

Released on 2024-12-05

### :rotating_light: Breaking changes

* update components with new typography + spacing tokens ([#695](https://github.com/cds-snc/gcds-components/issues/695)) ([105cd4b](https://github.com/cds-snc/gcds-components/commit/105cd4b5e755393da053aa210505260f1e8e249d))

We've made small adjustments to all typography and spacing sizes across the design system. GC Design System components are now closer in appearance to their counterparts on Canada.ca.

These updates were introduced with the [latest release of our design tokens](https://github.com/cds-snc/gcds-tokens/blob/main/CHANGELOG.md#200).

_**If you are using this package**_
Upgrade your version number to this release version to receive the changes in font sizes, line heights and spacing values.

### Spacing changes

The valid values have changed for the properties in the following components. While some values still remain, their underlying value in rem or pixels have changed. See the spacing section of our tokens release to check out the new underlying values.

The valid variables used for the properties in the following components have been updated. While some options remain unchanged, the underlying values they contain (in pixels) have been modified. Check the spacing section of our tokens release for the updated pixel values.

_Example_: If you were previously using `400` for the `margin` property on `gcds-container`, it will be updated to `32px`. If you want to keep its previous size of `40px`, you need to change your code to use `450` instead. Here is a [visual mapping guide](https://github.com/cds-snc/gcds-tokens/blob/main/CHANGELOG.md#spacing-tokens-visual-mapping-guide) to help you identify the values you need to use.

Only update your code _if you use these properties_, otherwise the new default values will be applied automatically.

* [**gcds-container**](https://github.com/cds-snc/gcds-components/blob/main/packages/web/src/components/gcds-container/readme.md)
- `margin`
- `padding`
* [**gcds-heading**](https://github.com/cds-snc/gcds-components/blob/main/packages/web/src/components/gcds-heading/readme.md)
- `margin-top`
- `margin-bottom`
* [**gcds-icon**](https://github.com/cds-snc/gcds-components/blob/main/packages/web/src/components/gcds-icon/readme.md)
- `margin-left`
- `margin-right`
* [**gcds-text**](https://github.com/cds-snc/gcds-components/blob/main/packages/web/src/components/gcds-text/readme.md)
- `margin-top`
- `margin-bottom`

### Typography changes

Only update if you use the `caption` value for the `size` property in the following components.
* [**gcds-icon**](https://github.com/cds-snc/gcds-components/blob/main/packages/web/src/components/gcds-icon/readme.md)
- Change `caption` to `text-small`
* [**gcds-text**](https://github.com/cds-snc/gcds-components/blob/main/packages/web/src/components/gcds-text/readme.md)
- Change `caption` to `text-small`

## [0.27.0](https://github.com/cds-snc/gcds-components/compare/gcds-components-v0.26.3...gcds-components-v0.27.0)

Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useNx": true,
"version": "0.27.0"
"version": "0.28.0"
}
18 changes: 9 additions & 9 deletions package-lock.json

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

55 changes: 55 additions & 0 deletions packages/angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,60 @@
# Changelog

## [0.28.0](https://github.com/cds-snc/gcds-components/compare/gcds-components-angular-v0.27.0...gcds-components-angular-v0.28.0) (2024-12-05)

### :rotating_light: Breaking changes

* update components with new typography + spacing tokens ([#695](https://github.com/cds-snc/gcds-components/issues/695)) ([105cd4b](https://github.com/cds-snc/gcds-components/commit/105cd4b5e755393da053aa210505260f1e8e249d))

We've made small adjustments to all typography and spacing sizes across the design system. GC Design System components are now closer in appearance to their counterparts on Canada.ca.

These updates were introduced with the [latest release of our design tokens](https://github.com/cds-snc/gcds-tokens/blob/main/CHANGELOG.md#200).

_**If you are using this package**_
Upgrade your version number to this release version to receive the changes in font sizes, line heights and spacing values.

### Spacing changes

The valid values have changed for the properties in the following components. While some values still remain, their underlying value in rem or pixels have changed. See the spacing section of our tokens release to check out the new underlying values.

The valid variables used for the properties in the following components have been updated. While some options remain unchanged, the underlying values they contain (in pixels) have been modified. Check the spacing section of our tokens release for the updated pixel values.

_Example_: If you were previously using `400` for the `margin` property on `gcds-container`, it will be updated to `32px`. If you want to keep its previous size of `40px`, you need to change your code to use `450` instead. Here is a [visual mapping guide](https://github.com/cds-snc/gcds-tokens/blob/main/CHANGELOG.md#spacing-tokens-visual-mapping-guide) to help you identify the values you need to use.

Only update your code _if you use these properties_, otherwise the new default values will be applied automatically.

* [**gcds-container**](https://github.com/cds-snc/gcds-components/blob/main/packages/web/src/components/gcds-container/readme.md)
- `margin`
- `padding`
* [**gcds-heading**](https://github.com/cds-snc/gcds-components/blob/main/packages/web/src/components/gcds-heading/readme.md)
- `margin-top`
- `margin-bottom`
* [**gcds-icon**](https://github.com/cds-snc/gcds-components/blob/main/packages/web/src/components/gcds-icon/readme.md)
- `margin-left`
- `margin-right`
* [**gcds-text**](https://github.com/cds-snc/gcds-components/blob/main/packages/web/src/components/gcds-text/readme.md)
- `margin-top`
- `margin-bottom`

### Typography changes

Only update if you use the `caption` value for the `size` property in the following components.
* [**gcds-icon**](https://github.com/cds-snc/gcds-components/blob/main/packages/web/src/components/gcds-icon/readme.md)
- Change `caption` to `text-small`
* [**gcds-text**](https://github.com/cds-snc/gcds-components/blob/main/packages/web/src/components/gcds-text/readme.md)
- Change `caption` to `text-small`

### Patch

* **gcds-components-angular:** Synchronize GCDS Components versions


### Dependencies

* The following workspace dependencies were updated
* peerDependencies
* @cdssnc/gcds-components bumped from ^0.27.0 to ^0.28.0

## [0.27.0](https://github.com/cds-snc/gcds-components/compare/gcds-components-angular-v0.26.3...gcds-components-angular-v0.27.0) (2024-11-19)


Expand Down
6 changes: 3 additions & 3 deletions packages/angular/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cdssnc/gcds-components-angular",
"version": "0.27.0",
"version": "0.28.0",
"author": "Government of Canada / Gouvernement du Canada",
"description": "Angular wrapper for gcds-components",
"homepage": "https://design-system.alpha.canada.ca/",
Expand All @@ -20,7 +20,7 @@
"peerDependencies": {
"@angular/common": "^16.0.0",
"@angular/core": "^16.0.0",
"@cdssnc/gcds-components": "^0.27.0"
"@cdssnc/gcds-components": "^0.28.0"
},
"dependencies": {
"tslib": "^2.3.0"
Expand Down
55 changes: 55 additions & 0 deletions packages/react-ssr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,60 @@
# Changelog

## [0.28.0-canary.0](https://github.com/cds-snc/gcds-components/compare/gcds-components-react-ssr-v0.27.0-canary.0...gcds-components-react-ssr-v0.28.0-canary.0) (2024-12-05)

### :rotating_light: Breaking changes

* update components with new typography + spacing tokens ([#695](https://github.com/cds-snc/gcds-components/issues/695)) ([105cd4b](https://github.com/cds-snc/gcds-components/commit/105cd4b5e755393da053aa210505260f1e8e249d))

We've made small adjustments to all typography and spacing sizes across the design system. GC Design System components are now closer in appearance to their counterparts on Canada.ca.

These updates were introduced with the [latest release of our design tokens](https://github.com/cds-snc/gcds-tokens/blob/main/CHANGELOG.md#200).

_**If you are using this package**_
Upgrade your version number to this release version to receive the changes in font sizes, line heights and spacing values.

### Spacing changes

The valid values have changed for the properties in the following components. While some values still remain, their underlying value in rem or pixels have changed. See the spacing section of our tokens release to check out the new underlying values.

The valid variables used for the properties in the following components have been updated. While some options remain unchanged, the underlying values they contain (in pixels) have been modified. Check the spacing section of our tokens release for the updated pixel values.

_Example_: If you were previously using `400` for the `margin` property on `gcds-container`, it will be updated to `32px`. If you want to keep its previous size of `40px`, you need to change your code to use `450` instead. Here is a [visual mapping guide](https://github.com/cds-snc/gcds-tokens/blob/main/CHANGELOG.md#spacing-tokens-visual-mapping-guide) to help you identify the values you need to use.

Only update your code _if you use these properties_, otherwise the new default values will be applied automatically.

* [**gcds-container**](https://github.com/cds-snc/gcds-components/blob/main/packages/web/src/components/gcds-container/readme.md)
- `margin`
- `padding`
* [**gcds-heading**](https://github.com/cds-snc/gcds-components/blob/main/packages/web/src/components/gcds-heading/readme.md)
- `margin-top`
- `margin-bottom`
* [**gcds-icon**](https://github.com/cds-snc/gcds-components/blob/main/packages/web/src/components/gcds-icon/readme.md)
- `margin-left`
- `margin-right`
* [**gcds-text**](https://github.com/cds-snc/gcds-components/blob/main/packages/web/src/components/gcds-text/readme.md)
- `margin-top`
- `margin-bottom`

### Typography changes

Only update if you use the `caption` value for the `size` property in the following components.
* [**gcds-icon**](https://github.com/cds-snc/gcds-components/blob/main/packages/web/src/components/gcds-icon/readme.md)
- Change `caption` to `text-small`
* [**gcds-text**](https://github.com/cds-snc/gcds-components/blob/main/packages/web/src/components/gcds-text/readme.md)
- Change `caption` to `text-small`

### Patch

* **gcds-components-react-ssr:** Synchronize GCDS Components versions


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @cdssnc/gcds-components bumped from ^0.27.0 to ^0.28.0

## [0.27.0-canary.0](https://github.com/cds-snc/gcds-components/compare/gcds-components-react-ssr-v0.26.3-canary.0...gcds-components-react-ssr-v0.27.0-canary.0) (2024-11-19)


Expand Down
6 changes: 3 additions & 3 deletions packages/react-ssr/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/react-ssr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cdssnc/gcds-components-react-ssr",
"version": "0.27.0-canary.0",
"version": "0.28.0-canary.0",
"author": "Government of Canada / Gouvernement du Canada",
"license": "MIT",
"publishConfig": {
Expand Down Expand Up @@ -51,7 +51,7 @@
"lint": "eslint ."
},
"dependencies": {
"@cdssnc/gcds-components": "^0.27.0",
"@cdssnc/gcds-components": "^0.28.0",
"@stencil/core": "4.19.2",
"element-internals-polyfill": "^1.3.10",
"linkedom": "^0.16.1",
Expand Down
55 changes: 55 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,60 @@
# Changelog

## [0.28.0](https://github.com/cds-snc/gcds-components/compare/gcds-components-react-v0.27.0...gcds-components-react-v0.28.0) (2024-12-05)

### :rotating_light: Breaking changes

* update components with new typography + spacing tokens ([#695](https://github.com/cds-snc/gcds-components/issues/695)) ([105cd4b](https://github.com/cds-snc/gcds-components/commit/105cd4b5e755393da053aa210505260f1e8e249d))

We've made small adjustments to all typography and spacing sizes across the design system. GC Design System components are now closer in appearance to their counterparts on Canada.ca.

These updates were introduced with the [latest release of our design tokens](https://github.com/cds-snc/gcds-tokens/blob/main/CHANGELOG.md#200).

_**If you are using this package**_
Upgrade your version number to this release version to receive the changes in font sizes, line heights and spacing values.

### Spacing changes

The valid values have changed for the properties in the following components. While some values still remain, their underlying value in rem or pixels have changed. See the spacing section of our tokens release to check out the new underlying values.

The valid variables used for the properties in the following components have been updated. While some options remain unchanged, the underlying values they contain (in pixels) have been modified. Check the spacing section of our tokens release for the updated pixel values.

_Example_: If you were previously using `400` for the `margin` property on `gcds-container`, it will be updated to `32px`. If you want to keep its previous size of `40px`, you need to change your code to use `450` instead. Here is a [visual mapping guide](https://github.com/cds-snc/gcds-tokens/blob/main/CHANGELOG.md#spacing-tokens-visual-mapping-guide) to help you identify the values you need to use.

Only update your code _if you use these properties_, otherwise the new default values will be applied automatically.

* [**gcds-container**](https://github.com/cds-snc/gcds-components/blob/main/packages/web/src/components/gcds-container/readme.md)
- `margin`
- `padding`
* [**gcds-heading**](https://github.com/cds-snc/gcds-components/blob/main/packages/web/src/components/gcds-heading/readme.md)
- `margin-top`
- `margin-bottom`
* [**gcds-icon**](https://github.com/cds-snc/gcds-components/blob/main/packages/web/src/components/gcds-icon/readme.md)
- `margin-left`
- `margin-right`
* [**gcds-text**](https://github.com/cds-snc/gcds-components/blob/main/packages/web/src/components/gcds-text/readme.md)
- `margin-top`
- `margin-bottom`

### Typography changes

Only update if you use the `caption` value for the `size` property in the following components.
* [**gcds-icon**](https://github.com/cds-snc/gcds-components/blob/main/packages/web/src/components/gcds-icon/readme.md)
- Change `caption` to `text-small`
* [**gcds-text**](https://github.com/cds-snc/gcds-components/blob/main/packages/web/src/components/gcds-text/readme.md)
- Change `caption` to `text-small`

### Patch

* **gcds-components-react:** Synchronize GCDS Components versions


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @cdssnc/gcds-components bumped from ^0.27.0 to ^0.28.0

## [0.27.0](https://github.com/cds-snc/gcds-components/compare/gcds-components-react-v0.26.3...gcds-components-react-v0.27.0) (2024-11-19)


Expand Down
Loading

0 comments on commit dcbc4bc

Please sign in to comment.