Skip to content

Commit

Permalink
chore(Release): 3.2.2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ahwcikxz committed Mar 11, 2022
1 parent 6a830d9 commit b0b3106
Show file tree
Hide file tree
Showing 14 changed files with 103 additions and 13 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,31 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.2.2](https://github.com/defencedigital/mod-uk-design-system/compare/3.2.1...3.2.2) (2022-03-11)


### Bug Fixes

* **Alert:** Ensure IDs are stable between renders ([0daf5cd](https://github.com/defencedigital/mod-uk-design-system/commit/0daf5cd412188ac503373b6293d35067b6ef8e22))
* **Autocomplete:** Ensure IDs are stable between renders ([c7d61b8](https://github.com/defencedigital/mod-uk-design-system/commit/c7d61b8d9892d532cef31af6181e1deea0534c0a))
* **CheckboxRadioBase:** Ensure ID is stable between renders ([9cd0187](https://github.com/defencedigital/mod-uk-design-system/commit/9cd018724729c2a64ed31a5abd910d1cec358ea2))
* **DescriptionList:** Ensure IDs are stable between renders ([0c079b4](https://github.com/defencedigital/mod-uk-design-system/commit/0c079b4b8a712eeda80a75531fe231985ca060e7))
* **Dialog:** Ensure IDs are stable between renders ([3ffce55](https://github.com/defencedigital/mod-uk-design-system/commit/3ffce552e126d9fcd01d28910a059f21b7163409))
* **FloatingBox:** Ensure ID is stable between renders ([df30ce9](https://github.com/defencedigital/mod-uk-design-system/commit/df30ce9a9ab93619511377fa02a532190c1c5aca))
* **List:** Ensure item heading IDs are stable between renders ([5027088](https://github.com/defencedigital/mod-uk-design-system/commit/5027088686b91ed621c22218d60c4348224d03c8))
* **NumberInput:** Ensure IDs are stable between renders ([1a678a3](https://github.com/defencedigital/mod-uk-design-system/commit/1a678a30a2f4b7b6cf66448aa7ee02299b61ca80))
* **Pagination:** Ensure input name is stable between renders ([28354ba](https://github.com/defencedigital/mod-uk-design-system/commit/28354ba20994cd8605154f0d61502b55c4b75710))
* **Popover:** Ensure stable ID between renders ([7fac91a](https://github.com/defencedigital/mod-uk-design-system/commit/7fac91a26f2424dce7ff7613c87ed9605eb98d58))
* **Select:** Ensure ID is stable between renders ([dc19e0f](https://github.com/defencedigital/mod-uk-design-system/commit/dc19e0f9308a0245e21d77f90a34e8f456c970cc))
* **Sidebar:** Ensure notification content IDs are stable between renders ([6cfa8cb](https://github.com/defencedigital/mod-uk-design-system/commit/6cfa8cb85092204e61664dac986bf5541fbba280))
* **TextArea:** Ensure ID is stable between renders ([2c9c09d](https://github.com/defencedigital/mod-uk-design-system/commit/2c9c09df63af8b14451d72e09f1b09ef83846524))
* **TextInput:** Ensure ID is stable between renders ([f83ef16](https://github.com/defencedigital/mod-uk-design-system/commit/f83ef1632c2f32d947bbe18d11e60f3e2d54356d))
* **Tooltip:** Ensure IDs are stable between renders ([6478c17](https://github.com/defencedigital/mod-uk-design-system/commit/6478c179aba8fac949996487d59a82156a88ca3f))





## [3.2.1](https://github.com/defencedigital/mod-uk-design-system/compare/3.2.0...3.2.1) (2022-03-10)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"packages": [
"packages/*"
],
"version": "3.2.1",
"version": "3.2.2",
"npmClient": "yarn"
}
8 changes: 8 additions & 0 deletions packages/cra-template-defencedigital/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.2.2](https://github.com/defencedigital/mod-uk-design-system/compare/3.2.1...3.2.2) (2022-03-11)

**Note:** Version bump only for package cra-template-defencedigital





## [3.2.1](https://github.com/defencedigital/mod-uk-design-system/compare/3.2.0...3.2.1) (2022-03-10)

**Note:** Version bump only for package cra-template-defencedigital
Expand Down
2 changes: 1 addition & 1 deletion packages/cra-template-defencedigital/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cra-template-defencedigital",
"version": "3.2.1",
"version": "3.2.2",
"main": "template.json",
"publishConfig": {
"access": "public"
Expand Down
8 changes: 8 additions & 0 deletions packages/design-tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.2.2](https://github.com/defencedigital/mod-uk-design-system/compare/3.2.1...3.2.2) (2022-03-11)

**Note:** Version bump only for package @defencedigital/design-tokens





## [3.2.1](https://github.com/defencedigital/mod-uk-design-system/compare/3.2.0...3.2.1) (2022-03-10)

**Note:** Version bump only for package @defencedigital/design-tokens
Expand Down
4 changes: 2 additions & 2 deletions packages/design-tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@defencedigital/design-tokens",
"version": "3.2.1",
"version": "3.2.2",
"main": "dist/cjs/index.js",
"author": "Defence Digital",
"license": "Apache-2.0",
Expand Down Expand Up @@ -54,7 +54,7 @@
"webpack-merge": "^5.2.0"
},
"dependencies": {
"@defencedigital/eslint-config-react": "^3.2.1",
"@defencedigital/eslint-config-react": "^3.2.2",
"lodash": "^4.17.20"
},
"peerDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/eslint-config-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.2.2](https://github.com/defencedigital/mod-uk-design-system/compare/3.2.1...3.2.2) (2022-03-11)

**Note:** Version bump only for package @defencedigital/eslint-config-react





## [3.2.1](https://github.com/defencedigital/mod-uk-design-system/compare/3.2.0...3.2.1) (2022-03-10)

**Note:** Version bump only for package @defencedigital/eslint-config-react
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@defencedigital/eslint-config-react",
"version": "3.2.1",
"version": "3.2.2",
"files": [
"index.js",
"prettier.config.js"
Expand Down
8 changes: 8 additions & 0 deletions packages/fonts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.2.2](https://github.com/defencedigital/mod-uk-design-system/compare/3.2.1...3.2.2) (2022-03-11)

**Note:** Version bump only for package @defencedigital/fonts





## [3.2.1](https://github.com/defencedigital/mod-uk-design-system/compare/3.2.0...3.2.1) (2022-03-10)

**Note:** Version bump only for package @defencedigital/fonts
Expand Down
2 changes: 1 addition & 1 deletion packages/fonts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@defencedigital/fonts",
"version": "3.2.1",
"version": "3.2.2",
"main": "index.css",
"author": "Defence Digital",
"license": "Apache-2.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/icon-library/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.2.2](https://github.com/defencedigital/mod-uk-design-system/compare/3.2.1...3.2.2) (2022-03-11)

**Note:** Version bump only for package @defencedigital/icon-library





## [3.2.1](https://github.com/defencedigital/mod-uk-design-system/compare/3.2.0...3.2.1) (2022-03-10)

**Note:** Version bump only for package @defencedigital/icon-library
Expand Down
4 changes: 2 additions & 2 deletions packages/icon-library/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@defencedigital/icon-library",
"version": "3.2.1",
"version": "3.2.2",
"main": "dist/cjs/index.js",
"module": "dist/es/index.js",
"author": "Defence Digital",
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"dependencies": {
"@babel/runtime": "^7.16.7",
"@defencedigital/eslint-config-react": "^3.2.1",
"@defencedigital/eslint-config-react": "^3.2.2",
"react": "^17.0.1",
"react-svg-unique-id": "^1.3.3"
},
Expand Down
25 changes: 25 additions & 0 deletions packages/react-component-library/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,31 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.2.2](https://github.com/defencedigital/mod-uk-design-system/compare/3.2.1...3.2.2) (2022-03-11)


### Bug Fixes

* **Alert:** Ensure IDs are stable between renders ([0daf5cd](https://github.com/defencedigital/mod-uk-design-system/commit/0daf5cd412188ac503373b6293d35067b6ef8e22))
* **Autocomplete:** Ensure IDs are stable between renders ([c7d61b8](https://github.com/defencedigital/mod-uk-design-system/commit/c7d61b8d9892d532cef31af6181e1deea0534c0a))
* **CheckboxRadioBase:** Ensure ID is stable between renders ([9cd0187](https://github.com/defencedigital/mod-uk-design-system/commit/9cd018724729c2a64ed31a5abd910d1cec358ea2))
* **DescriptionList:** Ensure IDs are stable between renders ([0c079b4](https://github.com/defencedigital/mod-uk-design-system/commit/0c079b4b8a712eeda80a75531fe231985ca060e7))
* **Dialog:** Ensure IDs are stable between renders ([3ffce55](https://github.com/defencedigital/mod-uk-design-system/commit/3ffce552e126d9fcd01d28910a059f21b7163409))
* **FloatingBox:** Ensure ID is stable between renders ([df30ce9](https://github.com/defencedigital/mod-uk-design-system/commit/df30ce9a9ab93619511377fa02a532190c1c5aca))
* **List:** Ensure item heading IDs are stable between renders ([5027088](https://github.com/defencedigital/mod-uk-design-system/commit/5027088686b91ed621c22218d60c4348224d03c8))
* **NumberInput:** Ensure IDs are stable between renders ([1a678a3](https://github.com/defencedigital/mod-uk-design-system/commit/1a678a30a2f4b7b6cf66448aa7ee02299b61ca80))
* **Pagination:** Ensure input name is stable between renders ([28354ba](https://github.com/defencedigital/mod-uk-design-system/commit/28354ba20994cd8605154f0d61502b55c4b75710))
* **Popover:** Ensure stable ID between renders ([7fac91a](https://github.com/defencedigital/mod-uk-design-system/commit/7fac91a26f2424dce7ff7613c87ed9605eb98d58))
* **Select:** Ensure ID is stable between renders ([dc19e0f](https://github.com/defencedigital/mod-uk-design-system/commit/dc19e0f9308a0245e21d77f90a34e8f456c970cc))
* **Sidebar:** Ensure notification content IDs are stable between renders ([6cfa8cb](https://github.com/defencedigital/mod-uk-design-system/commit/6cfa8cb85092204e61664dac986bf5541fbba280))
* **TextArea:** Ensure ID is stable between renders ([2c9c09d](https://github.com/defencedigital/mod-uk-design-system/commit/2c9c09df63af8b14451d72e09f1b09ef83846524))
* **TextInput:** Ensure ID is stable between renders ([f83ef16](https://github.com/defencedigital/mod-uk-design-system/commit/f83ef1632c2f32d947bbe18d11e60f3e2d54356d))
* **Tooltip:** Ensure IDs are stable between renders ([6478c17](https://github.com/defencedigital/mod-uk-design-system/commit/6478c179aba8fac949996487d59a82156a88ca3f))





## [3.2.1](https://github.com/defencedigital/mod-uk-design-system/compare/3.2.0...3.2.1) (2022-03-10)


Expand Down
10 changes: 5 additions & 5 deletions packages/react-component-library/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@defencedigital/react-component-library",
"description": "A collection of react components and helpers to assist in building applications for the Defence Digital",
"version": "3.2.1",
"version": "3.2.2",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -65,7 +65,7 @@
"@babel/preset-env": "^7.8.3",
"@babel/preset-react": "^7.8.3",
"@babel/preset-typescript": "^7.8.3",
"@defencedigital/eslint-config-react": "^3.2.1",
"@defencedigital/eslint-config-react": "^3.2.2",
"@juggle/resize-observer": "^3.3.1",
"@storybook/addon-a11y": "^6.5.0-alpha.45",
"@storybook/addon-actions": "^6.5.0-alpha.45",
Expand Down Expand Up @@ -157,9 +157,9 @@
],
"dependencies": {
"@datepicker-react/hooks": "^2.4.1",
"@defencedigital/design-tokens": "^3.2.1",
"@defencedigital/fonts": "^3.2.1",
"@defencedigital/icon-library": "^3.2.1",
"@defencedigital/design-tokens": "^3.2.2",
"@defencedigital/fonts": "^3.2.2",
"@defencedigital/icon-library": "^3.2.2",
"@popperjs/core": "^2.9.2",
"@types/react-toast-notifications": "^2.4.0",
"autoprefixer": "^10.2.5",
Expand Down

0 comments on commit b0b3106

Please sign in to comment.