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 Nov 27, 2024
1 parent 0efeff3 commit aff7931
Show file tree
Hide file tree
Showing 19 changed files with 83 additions and 29 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.25](https://github.com/mi6/ic-ui-kit/compare/@ukic/[email protected]...@ukic/[email protected]) (2024-11-27)

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

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

**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.24",
"version": "2.0.0-canary.25",
"description": "API documentation for @ukic canary components",
"main": "docs.json",
"types": "./docs.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions packages/canary-react/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.30](https://github.com/mi6/ic-ui-kit/compare/@ukic/[email protected]...@ukic/[email protected]) (2024-11-27)

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

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

### Features
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.29",
"version": "2.0.0-canary.30",
"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.29",
"@ukic/react": "^2.31.0",
"@ukic/web-components": "^2.31.0"
"@ukic/canary-web-components": "^2.0.0-canary.30",
"@ukic/react": "^2.32.0",
"@ukic/web-components": "^2.32.0"
},
"devDependencies": {
"@babel/core": "^7.16.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/canary-web-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
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.30](https://github.com/mi6/ic-ui-kit/compare/@ukic/[email protected]...@ukic/[email protected]) (2024-11-27)

### Bug Fixes

- **canary-web-components:** update showLoadingIndicator to check this.loadingIndicator exists ([8574c4b](https://github.com/mi6/ic-ui-kit/commit/8574c4b7519a2227241c4ac6f1fc5a77f79c0a9e)), closes [#2789](https://github.com/mi6/ic-ui-kit/issues/2789)

### Features

- **canary-web-components:** update searchable prop on select component ([2cb94f7](https://github.com/mi6/ic-ui-kit/commit/2cb94f78498ec9a47ba08bc58ee3bba4ac2998ca))

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

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 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.29",
"version": "2.0.0-canary.30",
"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.31.0"
"@ukic/web-components": "^2.32.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.2](https://github.com/mi6/ic-ui-kit/compare/@ukic/[email protected]...@ukic/[email protected]) (2024-11-27)

### Bug Fixes

- **web-components:** update icpopoverclosed event to include relevant information ([fdc2a3d](https://github.com/mi6/ic-ui-kit/commit/fdc2a3d256640c8a2544f2ab0c7e5d7c05140f44)), closes [#2665](https://github.com/mi6/ic-ui-kit/issues/2665)

## [2.14.1](https://github.com/mi6/ic-ui-kit/compare/@ukic/[email protected]...@ukic/[email protected]) (2024-11-13)

**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.14.1",
"version": "2.14.2",
"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.22](https://github.com/mi6/ic-ui-kit/compare/@ukic/[email protected]...@ukic/[email protected]) (2024-11-27)

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

## [0.2.21](https://github.com/mi6/ic-ui-kit/compare/@ukic/[email protected]...@ukic/[email protected]) (2024-11-13)

**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.21",
"version": "0.2.22",
"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.31.0"
"@ukic/web-components": "^2.32.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.32.0](https://github.com/mi6/ic-ui-kit/compare/@ukic/[email protected]...@ukic/[email protected]) (2024-11-27)

### Bug Fixes

- **react:** add storybook logging to demonstrate new functionality ([85c4e98](https://github.com/mi6/ic-ui-kit/commit/85c4e98c56c5be6830d5c95918499d7f54d45518))
- **react:** side nav Cypress test changes - add externally controlled visual tests ([9e319b2](https://github.com/mi6/ic-ui-kit/commit/9e319b217519e13a1cbec48e003c5faa2d3c1dfb))
- **web-components:** footer-link-group fix ([408eae5](https://github.com/mi6/ic-ui-kit/commit/408eae5f1de51928dce22ec08089d0150149f9e5))

### Features

- **react:** add storybook example for controlling slotted navigation items ([7549907](https://github.com/mi6/ic-ui-kit/commit/7549907266ac0985e9ad66f502b67e29f8b28a5e)), closes [#2610](https://github.com/mi6/ic-ui-kit/issues/2610)

# [2.31.0](https://github.com/mi6/ic-ui-kit/compare/@ukic/[email protected]...@ukic/[email protected]) (2024-11-13)

### Bug Fixes
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.31.0",
"version": "2.32.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.31.0"
"@ukic/web-components": "^2.32.0"
},
"devDependencies": {
"@babel/core": "^7.23.2",
Expand Down
14 changes: 14 additions & 0 deletions packages/web-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.32.0](https://github.com/mi6/ic-ui-kit/compare/@ukic/[email protected]...@ukic/[email protected]) (2024-11-27)

### Bug Fixes

- **react:** add storybook logging to demonstrate new functionality ([85c4e98](https://github.com/mi6/ic-ui-kit/commit/85c4e98c56c5be6830d5c95918499d7f54d45518))
- **web-components:** fix conditional elements not showing in toggle button slots ([e23bf56](https://github.com/mi6/ic-ui-kit/commit/e23bf56333f6bdc1422ee239f450f0e10a3420d8)), closes [#1880](https://github.com/mi6/ic-ui-kit/issues/1880)
- **web-components:** footer-link-group fix ([408eae5](https://github.com/mi6/ic-ui-kit/commit/408eae5f1de51928dce22ec08089d0150149f9e5))
- **web-components:** make setting external collapsed state on side nav execute correct style changes ([c70579e](https://github.com/mi6/ic-ui-kit/commit/c70579e631d83b1ea065ff3a5447fb2196d97568))
- **web-components:** update icpopoverclosed event to include relevant information ([fdc2a3d](https://github.com/mi6/ic-ui-kit/commit/fdc2a3d256640c8a2544f2ab0c7e5d7c05140f44)), closes [#2665](https://github.com/mi6/ic-ui-kit/issues/2665)

### Features

- **web-components:** fix navigation items not inheriting expanded state ([db44b23](https://github.com/mi6/ic-ui-kit/commit/db44b23828d962ae0e87b3e447a4a848ba2b0245)), closes [#2610](https://github.com/mi6/ic-ui-kit/issues/2610)

# [2.31.0](https://github.com/mi6/ic-ui-kit/compare/@ukic/[email protected]...@ukic/[email protected]) (2024-11-13)

### 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.31.0",
"version": "2.32.0",
"description": "A web component UI library compiled with StencilJS",
"author": "mi6",
"bugs": {
Expand Down

0 comments on commit aff7931

Please sign in to comment.