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 Jan 22, 2025
1 parent acde3b9 commit 6933256
Show file tree
Hide file tree
Showing 19 changed files with 110 additions and 25 deletions.
7 changes: 7 additions & 0 deletions packages/canary-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
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.27](https://github.com/mi6/ic-ui-kit/compare/@ukic/[email protected]...@ukic/[email protected]) (2025-01-22)

### Bug Fixes

- **canary-docs:** add icSelectedRowChange event to IcDataTable ([25fe717](https://github.com/mi6/ic-ui-kit/commit/25fe717a3aef6007bd7126541023aeeec15c4ae1)), closes [#1226](https://github.com/mi6/ic-ui-kit/issues/1226)
- **canary-docs:** set IcPaginationBar to the first page when the items per page changes ([666442a](https://github.com/mi6/ic-ui-kit/commit/666442a4346c4a36861db14d033ae47f7c71b32d)), closes [#2639](https://github.com/mi6/ic-ui-kit/issues/2639)

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

**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.26",
"version": "2.0.0-canary.27",
"description": "API documentation for @ukic canary components",
"main": "docs.json",
"types": "./docs.d.ts",
Expand Down
16 changes: 16 additions & 0 deletions packages/canary-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
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.33](https://github.com/mi6/ic-ui-kit/compare/@ukic/[email protected]...@ukic/[email protected]) (2025-01-22)

### Bug Fixes

- **canary-react:** add icSelectedRowChange event to IcDataTable ([9aa88c7](https://github.com/mi6/ic-ui-kit/commit/9aa88c7ffc6186fc7354be855e035944b8039f0d)), closes [#1226](https://github.com/mi6/ic-ui-kit/issues/1226)
- **canary-react:** allow IcDataTable action-element to support tooltips ([18d4945](https://github.com/mi6/ic-ui-kit/commit/18d49450d07e105a03da43ea582563f27096739a)), closes [#2964](https://github.com/mi6/ic-ui-kit/issues/2964)
- **canary-react:** Allow the IcDataTable to handle empty cell data values ([3a5871a](https://github.com/mi6/ic-ui-kit/commit/3a5871ab555dc6b2ac7b9896d34f6c7766ad8693))
- **canary-react:** set IcPaginationBar to the first page when the items per page changes ([41db085](https://github.com/mi6/ic-ui-kit/commit/41db085ee43e9772cb44f564d9d98bfc1f689fa3)), closes [#2639](https://github.com/mi6/ic-ui-kit/issues/2639)
- **canary-react:** show the All option of the IcPaginationBar items per page dropdown ([2f02de6](https://github.com/mi6/ic-ui-kit/commit/2f02de611c19a88fd8b848b11884fb0492fcaa5c)), closes [#2843](https://github.com/mi6/ic-ui-kit/issues/2843)

### Features

- **canary-react:** add action onclick to action element on dataTable ([0de9c9f](https://github.com/mi6/ic-ui-kit/commit/0de9c9f1bdca7ad3a1b9786f987a67d67a590b64))
- **canary-react:** update storybook example for links in IcDataTable to include new target key ([abb9d27](https://github.com/mi6/ic-ui-kit/commit/abb9d2729830a0d80df9f42130de43e7946aa958)), closes [#2751](https://github.com/mi6/ic-ui-kit/issues/2751)
- **canary-react:** updated data table story to include overlay copy ([2500e7e](https://github.com/mi6/ic-ui-kit/commit/2500e7ea23149020449d11f331783e043ab73e6c)), closes [#2968](https://github.com/mi6/ic-ui-kit/issues/2968)

# [2.0.0-canary.32](https://github.com/mi6/ic-ui-kit/compare/@ukic/[email protected]...@ukic/[email protected]) (2025-01-08)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 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.32",
"version": "2.0.0-canary.33",
"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.32",
"@ukic/react": "^2.33.0",
"@ukic/web-components": "^2.33.0"
"@ukic/canary-web-components": "^2.0.0-canary.33",
"@ukic/react": "^2.34.0",
"@ukic/web-components": "^2.34.0"
},
"devDependencies": {
"@babel/core": "^7.16.0",
Expand Down
20 changes: 20 additions & 0 deletions packages/canary-web-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
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.33](https://github.com/mi6/ic-ui-kit/compare/@ukic/[email protected]...@ukic/[email protected]) (2025-01-22)

### Bug Fixes

- **canary-web-components:** add icSelectedRowChange event to IcDataTable ([b0758f8](https://github.com/mi6/ic-ui-kit/commit/b0758f8c60b1d9a6917f6a7263375a19c322d2d1)), closes [#1226](https://github.com/mi6/ic-ui-kit/issues/1226)
- **canary-web-components:** allow IcDataTable action-element to support tooltips ([590a12c](https://github.com/mi6/ic-ui-kit/commit/590a12cede820add9ae491a235b6212117760630)), closes [#2964](https://github.com/mi6/ic-ui-kit/issues/2964)
- **canary-web-components:** Allow the IcDataTable to handle empty cell data values ([be13323](https://github.com/mi6/ic-ui-kit/commit/be13323627be84ad89d080059c44786877b62387))
- **canary-web-components:** prevent mutation of ic-pagination-bar items per page options prop ([61e8231](https://github.com/mi6/ic-ui-kit/commit/61e8231a1eadfd17683bf4267b3f348259c21837))
- **canary-web-components:** removed disabled attribute from components ([a7a013c](https://github.com/mi6/ic-ui-kit/commit/a7a013cb957a6e7c05993f796911bd88b7757732))
- **canary-web-components:** set IcPaginationBar to the first page when the items per page changes ([475875a](https://github.com/mi6/ic-ui-kit/commit/475875a643383b5bf688e4ff6ea988283de80f9d)), closes [#2639](https://github.com/mi6/ic-ui-kit/issues/2639)
- **canary-web-components:** show the All option of the IcPaginationBar items per page dropdown ([7d62cef](https://github.com/mi6/ic-ui-kit/commit/7d62cefc233554b277be311c71c4addec2ce689f)), closes [#2843](https://github.com/mi6/ic-ui-kit/issues/2843)

### Features

- **canary-web-components:** add action onclick to actionElement in dataTable ([cc5a8bf](https://github.com/mi6/ic-ui-kit/commit/cc5a8bff3bdd31dfa5a1044df4cc3288728673c7))
- **canary-web-components:** add description to data table cells, update tests and storybook ([792c8c2](https://github.com/mi6/ic-ui-kit/commit/792c8c2a135329d491d1262eb43968c5387e7e8e))
- **canary-web-components:** allow specifying target for anchor in ic-data-table cell ([6ecc0d3](https://github.com/mi6/ic-ui-kit/commit/6ecc0d3264639681e2c9258b521f7b9dd4d5312e)), closes [#2751](https://github.com/mi6/ic-ui-kit/issues/2751)
- **canary-web-components:** new overlay property for loadingOptions ([2efe41f](https://github.com/mi6/ic-ui-kit/commit/2efe41fb1629cfa12acc41c43f786ff6ccce1b97)), closes [#2968](https://github.com/mi6/ic-ui-kit/issues/2968)
- **canary-web-components:** updated mutationObserver function ([3891ed8](https://github.com/mi6/ic-ui-kit/commit/3891ed80cec48689618f7747ef250af9ed2c44e7))

# [2.0.0-canary.32](https://github.com/mi6/ic-ui-kit/compare/@ukic/[email protected]...@ukic/[email protected]) (2025-01-08)

### 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.32",
"version": "2.0.0-canary.33",
"description": "A web component UI library compiled with StencilJS",
"main": "dist/index.cjs.js",
"module": "./dist/index.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
"dependencies": {
"@popperjs/core": "^2.11.2",
"@stencil/core": "^4.9.0",
"@ukic/web-components": "^2.33.0"
"@ukic/web-components": "^2.34.0"
},
"peerDependencies": {
"@ukic/fonts": "^2.3.0"
Expand Down
4 changes: 4 additions & 0 deletions packages/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.15.1](https://github.com/mi6/ic-ui-kit/compare/@ukic/[email protected]...@ukic/[email protected]) (2025-01-22)

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

# [2.15.0](https://github.com/mi6/ic-ui-kit/compare/@ukic/[email protected]...@ukic/[email protected]) (2025-01-08)

### Features
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.15.0",
"version": "2.15.1",
"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.25](https://github.com/mi6/ic-ui-kit/compare/@ukic/[email protected]...@ukic/[email protected]) (2025-01-22)

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

## [0.2.24](https://github.com/mi6/ic-ui-kit/compare/@ukic/[email protected]...@ukic/[email protected]) (2025-01-08)

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

# [2.34.0](https://github.com/mi6/ic-ui-kit/compare/@ukic/[email protected]...@ukic/[email protected]) (2025-01-22)

### Bug Fixes

- **react:** add a new constant to support cypress component testing ([8f5ef9f](https://github.com/mi6/ic-ui-kit/commit/8f5ef9fa9d03c0b95e4d9a91a23d60d81a605b9a)), closes [#1226](https://github.com/mi6/ic-ui-kit/issues/1226)
- **react:** adds a story for toggling hidden input on text field ([28538e7](https://github.com/mi6/ic-ui-kit/commit/28538e75a53bef57f544692d56b0fbc54fa6f800))
- **react:** allow the IcTextField to be able to handle null or undefined values ([146092d](https://github.com/mi6/ic-ui-kit/commit/146092d9279e9b02faddacc6069db2d95c973358)), closes [#2813](https://github.com/mi6/ic-ui-kit/issues/2813)
- **react:** enables test for search-icon in high contrast mode ([d3fa508](https://github.com/mi6/ic-ui-kit/commit/d3fa50863a4d4a9634dbc2a96ab6688c8983b030))
- **react:** hide the compliance section when there is no logo, caption or copyright info ([8fa338f](https://github.com/mi6/ic-ui-kit/commit/8fa338f6b8ff9abe3ff9df20ef2fa74de278f536)), closes [#1800](https://github.com/mi6/ic-ui-kit/issues/1800)

### Features

- **react:** add prop to customise tooltip label for chip ([9acae4f](https://github.com/mi6/ic-ui-kit/commit/9acae4f03eca958d7c83ff9826698d733c5a1d71)), closes [#2839](https://github.com/mi6/ic-ui-kit/issues/2839)
- **react:** add tooltip placement prop on toggle button to match ic button ([abf0126](https://github.com/mi6/ic-ui-kit/commit/abf01268471dd9634e19eb96a862f263b8109a47))

# [2.33.0](https://github.com/mi6/ic-ui-kit/compare/@ukic/[email protected]...@ukic/[email protected]) (2025-01-08)

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

# [2.34.0](https://github.com/mi6/ic-ui-kit/compare/@ukic/[email protected]...@ukic/[email protected]) (2025-01-22)

### Bug Fixes

- **web-components:** add css for search toggle icon in top nav so it appears in hcm ([632d9ae](https://github.com/mi6/ic-ui-kit/commit/632d9aeee896ad9de5bc71bf9c378c7e6821919d))
- **web-components:** add dependencies on react types to fix a build problem ([1eee1a4](https://github.com/mi6/ic-ui-kit/commit/1eee1a4f44a39aea396cb6ce441ff4d373135465))
- **web-components:** adds in removeHiddenInput for text field so hidden input prop can be toggled ([c2f2493](https://github.com/mi6/ic-ui-kit/commit/c2f2493586df2f09baba75d989cb5179c29a572b))
- **web-components:** allow the IcTextField to be able to handle null or undefined values ([1324e1e](https://github.com/mi6/ic-ui-kit/commit/1324e1ead915362c52d387d34383ed9600922217)), closes [#2813](https://github.com/mi6/ic-ui-kit/issues/2813)
- **web-components:** hide the compliance section when there is no logo, caption or copyright info ([8925d36](https://github.com/mi6/ic-ui-kit/commit/8925d361bf20cc9618fe215113eebf3b305da279)), closes [#1800](https://github.com/mi6/ic-ui-kit/issues/1800)
- **web-components:** removed disabled attribute from components when set to false ([e588e62](https://github.com/mi6/ic-ui-kit/commit/e588e620515347fcb031d711d6916eaf5168c17d))
- **web-components:** update disabled hover tooltip story to use aria labelledby ([a27f106](https://github.com/mi6/ic-ui-kit/commit/a27f106b3505c5bdec1cd86ea729a0c295eadbc0))
- **web-components:** updated menu.css disabled option colour for high contrast mode ([9fb33d5](https://github.com/mi6/ic-ui-kit/commit/9fb33d56da2016c1069cc7728c55b89b43994613))

### Features

- **web-components:** add prop to customise tooltip text ([1a9b259](https://github.com/mi6/ic-ui-kit/commit/1a9b25940a82dbc4ec11b1a39c94f7675ad58345)), closes [#2839](https://github.com/mi6/ic-ui-kit/issues/2839)
- **web-components:** add tooltip placement prop to match ic-button ([3e3cd40](https://github.com/mi6/ic-ui-kit/commit/3e3cd4060f24d95c10af85449afa36d740ee7452))
- **web-components:** added mutationObserver to ic-footer ([52926b7](https://github.com/mi6/ic-ui-kit/commit/52926b7b68ef1edaf0a67ec780050fabbee986af))

# [2.33.0](https://github.com/mi6/ic-ui-kit/compare/@ukic/[email protected]...@ukic/[email protected]) (2025-01-08)

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

0 comments on commit 6933256

Please sign in to comment.