Skip to content

Commit

Permalink
chore(release): [ci skip] components publish
Browse files Browse the repository at this point in the history
  • Loading branch information
GCHQ-Developer-847 committed Oct 30, 2024
1 parent dca612b commit 8955173
Show file tree
Hide file tree
Showing 19 changed files with 96 additions and 28 deletions.
4 changes: 4 additions & 0 deletions packages/canary-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-canary.23](https://github.com/mi6/ic-ui-kit/compare/@ukic/[email protected]...@ukic/[email protected]) (2024-10-30)

**Note:** Version bump only for package @ukic/canary-docs

# 2.0.0-canary.22 (2024-10-16)

**Note:** Version bump only for package @ukic/canary-docs
Expand Down
2 changes: 1 addition & 1 deletion packages/canary-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "mi6",
"name": "@ukic/canary-docs",
"version": "2.0.0-canary.22",
"version": "2.0.0-canary.23",
"description": "API documentation for @ukic canary components",
"main": "docs.json",
"types": "./docs.d.ts",
Expand Down
12 changes: 12 additions & 0 deletions packages/canary-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-canary.28](https://github.com/mi6/ic-ui-kit/compare/@ukic/[email protected]...@ukic/[email protected]) (2024-10-30)

### Bug Fixes

- **canary-react:** adds test for tooltip fix ([15fb601](https://github.com/mi6/ic-ui-kit/commit/15fb6015cd38350706e2e8439470d8e75b14f5f3))
- **canary-react:** update tree view stories to include expanded example ([f563b1e](https://github.com/mi6/ic-ui-kit/commit/f563b1e584a93c336b639e29283a88ad8345aa92))

### Features

- **canary-react:** added tests for date input ([df2ae7f](https://github.com/mi6/ic-ui-kit/commit/df2ae7fe28c1def6075cb8b4dccca0efdd4a6575))
- **canary-react:** implement hideAllFromItemsPerPage & remove limit on itemsPerPage opts ([423dbda](https://github.com/mi6/ic-ui-kit/commit/423dbdab682c6834fbb55afd3194cf3f331b5157))

# [2.0.0-canary.27](https://github.com/mi6/ic-ui-kit/compare/@ukic/[email protected]...@ukic/[email protected]) (2024-10-16)

### Bug Fixes
Expand Down
10 changes: 5 additions & 5 deletions packages/canary-react/package-lock.json

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

8 changes: 4 additions & 4 deletions packages/canary-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"sideEffects": [
"*.css"
],
"version": "2.0.0-canary.27",
"version": "2.0.0-canary.28",
"description": "React-wrapped web components compiled using StencilJS",
"scripts": {
"build": "npm run clean && npm run compile && npm run copy:core-css && npm run copy:normalize-css",
Expand All @@ -30,9 +30,9 @@
"dist/"
],
"dependencies": {
"@ukic/canary-web-components": "^2.0.0-canary.27",
"@ukic/react": "^2.29.1",
"@ukic/web-components": "^2.29.1"
"@ukic/canary-web-components": "^2.0.0-canary.28",
"@ukic/react": "^2.30.0",
"@ukic/web-components": "^2.30.0"
},
"devDependencies": {
"@babel/core": "^7.16.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/canary-web-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-canary.28](https://github.com/mi6/ic-ui-kit/compare/@ukic/[email protected]...@ukic/[email protected]) (2024-10-30)

### Bug Fixes

- **canary-web-components:** fixes tooltip display issue in data-table ([8301d4c](https://github.com/mi6/ic-ui-kit/commit/8301d4cd69318559a23036f97c2804fef0e4270f))
- **canary-web-components:** update tree view with heading and expanded improvements ([8d151d3](https://github.com/mi6/ic-ui-kit/commit/8d151d3656544cb6da9d6bd939fc8c95c7a6f5e2))

### Features

- **canary-web-components:** added new hidelabel prop ([0a1fb65](https://github.com/mi6/ic-ui-kit/commit/0a1fb65d7344fe0ecc4e5067a378ceb3342b943c))
- **canary-web-components:** implement hideAllFromItemsPerPage & remove limit on itemsPerPage opts ([c355f80](https://github.com/mi6/ic-ui-kit/commit/c355f8093e8297e8b2e768120bd2780826c7a6d2)), closes [#1950](https://github.com/mi6/ic-ui-kit/issues/1950)

# [2.0.0-canary.27](https://github.com/mi6/ic-ui-kit/compare/@ukic/[email protected]...@ukic/[email protected]) (2024-10-16)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/canary-web-components/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/canary-web-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ukic/canary-web-components",
"version": "2.0.0-canary.27",
"version": "2.0.0-canary.28",
"description": "A web component UI library compiled with StencilJS",
"main": "dist/index.cjs.js",
"module": "./dist/index.js",
Expand Down Expand Up @@ -43,7 +43,7 @@
"dependencies": {
"@popperjs/core": "^2.11.2",
"@stencil/core": "^4.9.0",
"@ukic/web-components": "^2.29.1"
"@ukic/web-components": "^2.30.0"
},
"peerDependencies": {
"@ukic/fonts": "^2.3.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 2.14.0 (2024-10-30)

### Features

- **docs:** added hide label description for ic-input-label ([6d05e4d](https://github.com/mi6/ic-ui-kit/commit/6d05e4d76a5084a1b5dbd492e7907b92dc4e0e31))

## [2.13.3](https://github.com/mi6/ic-ui-kit/compare/@ukic/[email protected]...@ukic/[email protected]) (2024-10-02)

**Note:** Version bump only for package @ukic/docs
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "mi6",
"name": "@ukic/docs",
"version": "2.13.3",
"version": "2.14.0",
"description": "API documentation for @ukic components",
"main": "docs.json",
"types": "docs.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions packages/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.2.20](https://github.com/mi6/ic-ui-kit/compare/@ukic/[email protected]...@ukic/[email protected]) (2024-10-30)

**Note:** Version bump only for package @ukic/nextjs

## [0.2.19](https://github.com/mi6/ic-ui-kit/compare/@ukic/[email protected]...@ukic/[email protected]) (2024-10-16)

**Note:** Version bump only for package @ukic/nextjs
Expand Down
6 changes: 3 additions & 3 deletions packages/nextjs/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/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"sideEffects": [
"*.css"
],
"version": "0.2.19",
"version": "0.2.20",
"description": "React-wrapped web components served on a nextjs storybook",
"author": "mi6",
"private": true,
Expand All @@ -27,7 +27,7 @@
"dependencies": {
"@storybook/addon-a11y": "^7.6.17",
"@storybook/addon-postcss": "^2.0.0",
"@ukic/web-components": "^2.29.1"
"@ukic/web-components": "^2.30.0"
},
"devDependencies": {
"@babel/core": "^7.23.2",
Expand Down
12 changes: 12 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.30.0](https://github.com/mi6/ic-ui-kit/compare/@ukic/[email protected]...@ukic/[email protected]) (2024-10-30)

### Bug Fixes

- **react:** adds test for high contrast focus ([5ab173d](https://github.com/mi6/ic-ui-kit/commit/5ab173dcb515d0020f6d5f3a70e4108efe565966))
- **react:** updating cypress tests and replacing images ([5569cd6](https://github.com/mi6/ic-ui-kit/commit/5569cd6a01397528fd3436f15de3474d281f37f7))

### Features

- **react:** created workflow for performance testing ([00d21ed](https://github.com/mi6/ic-ui-kit/commit/00d21ed6544fcf66a66268a37d7eee1b9abd8a8d))
- **react:** update Cypress visual regression test baseline images ([0765ea4](https://github.com/mi6/ic-ui-kit/commit/0765ea44a0cb4c75f5fb8b7cb8215e4acb93b84a))

## [2.29.1](https://github.com/mi6/ic-ui-kit/compare/@ukic/[email protected]...@ukic/[email protected]) (2024-10-16)

**Note:** Version bump only for package @ukic/react
Expand Down
6 changes: 3 additions & 3 deletions packages/react/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/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"sideEffects": [
"*.css"
],
"version": "2.29.1",
"version": "2.30.0",
"description": "React-wrapped web components compiled using StencilJS",
"author": "mi6",
"bugs": {
Expand Down Expand Up @@ -46,7 +46,7 @@
"dist/"
],
"dependencies": {
"@ukic/web-components": "^2.29.1"
"@ukic/web-components": "^2.30.0"
},
"devDependencies": {
"@babel/core": "^7.23.2",
Expand Down
18 changes: 18 additions & 0 deletions packages/web-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.30.0](https://github.com/mi6/ic-ui-kit/compare/@ukic/[email protected]...@ukic/[email protected]) (2024-10-30)

### Bug Fixes

- **web-components:** adds high contrast focus ([97086dd](https://github.com/mi6/ic-ui-kit/commit/97086dd677e27563761da1d5232728ff1548a160))
- **web-components:** change to previous fix with hiding icon ([8f4b68c](https://github.com/mi6/ic-ui-kit/commit/8f4b68c2b0b739efde2e87835bf7e1d173fa7aa5))
- **web-components:** fix breadcrumb group collapsed prop not toggling correctly ([739f44f](https://github.com/mi6/ic-ui-kit/commit/739f44ff77b2113b0625e66ec8daf58aa21548de)), closes [#2028](https://github.com/mi6/ic-ui-kit/issues/2028) [#1998](https://github.com/mi6/ic-ui-kit/issues/1998)
- **web-components:** fix focus overlapping text ([e61bd6e](https://github.com/mi6/ic-ui-kit/commit/e61bd6ec83a37808aa22e141ffde1b78bdba86dc))
- **web-components:** fix multiple radio options being selected with the same value ([490ed51](https://github.com/mi6/ic-ui-kit/commit/490ed5131e3a58ae9f0b00aff7bb887294615477)), closes [#2567](https://github.com/mi6/ic-ui-kit/issues/2567)
- **web-components:** fix nav group not align with other nav items ([ba950b8](https://github.com/mi6/ic-ui-kit/commit/ba950b8714cc663a81fd970aee3817941706cf2a))
- **web-components:** popover accessibility order match visual order ([25c4f04](https://github.com/mi6/ic-ui-kit/commit/25c4f04bbcb3fafbd7478d427435af3a4298bea9))
- **web-components:** remove REM explicit width/height from checkbox SVG in favour of CSS default ([09a29e0](https://github.com/mi6/ic-ui-kit/commit/09a29e0cce8707ad8bb52cb288e1bcbf682f0e2e))
- **web-components:** removed margin-bottom from heading ([2ec7923](https://github.com/mi6/ic-ui-kit/commit/2ec7923a1c228885436d0b3e2c605d892a8c48e3))

### Features

- **web-components:** added hidelabel to remove label specifically ([67e23c3](https://github.com/mi6/ic-ui-kit/commit/67e23c34da690ec8077cd6945e8e6d983e04d166)), closes [#1813](https://github.com/mi6/ic-ui-kit/issues/1813)

## [2.29.1](https://github.com/mi6/ic-ui-kit/compare/@ukic/[email protected]...@ukic/[email protected]) (2024-10-16)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/web-components/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 packages/web-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ukic/web-components",
"version": "2.29.1",
"version": "2.30.0",
"description": "A web component UI library compiled with StencilJS",
"author": "mi6",
"bugs": {
Expand Down

0 comments on commit 8955173

Please sign in to comment.