Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
MI6-255 authored Nov 27, 2024
2 parents a2c609d + 8f1cf82 commit db29495
Show file tree
Hide file tree
Showing 19 changed files with 82 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.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

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

### Features

- **canary-react:** data-table column header truncation ([8077bde](https://github.com/mi6/ic-ui-kit/commit/8077bde287bc8f29bce903fb2c9af51e1576c444))

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

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

### Bug Fixes

- **canary-web-components:** add check to event.key to ensure it exists in date input ([7b0bc17](https://github.com/mi6/ic-ui-kit/commit/7b0bc1748d2bc30befab866954aefcda9919549e)), closes [#1967](https://github.com/mi6/ic-ui-kit/issues/1967)
- **canary-web-components:** fixes truncation of tree items ([19d57b0](https://github.com/mi6/ic-ui-kit/commit/19d57b0da81de0ec56ca2bab1a8fbfd72eb3087a))

### Features

- **canary-web-components:** implements column header truncation ([a671566](https://github.com/mi6/ic-ui-kit/commit/a671566b0841ffa2a8ebaaff71f9ba5257205456))

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

### 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.28",
"version": "2.0.0-canary.29",
"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.30.0"
"@ukic/web-components": "^2.31.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.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

# 2.14.0 (2024-10-30)

### 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.14.0",
"version": "2.14.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.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

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

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

### Bug Fixes

- **react:** fixes nav-item screen reader issue ([74181d8](https://github.com/mi6/ic-ui-kit/commit/74181d836d5b8dbe417ef4f8366fa87ef5d877df))
- **react:** reword wrong spelling ([ce1fca3](https://github.com/mi6/ic-ui-kit/commit/ce1fca39bc77f78edbcc7b4cb6c71009ca36a35e))

### Features

- **react:** add test for new onIcToggleChecked event in IcMenuItem ([c0a8f7b](https://github.com/mi6/ic-ui-kit/commit/c0a8f7b3433fe35fb561099e304c23da00007fc7))

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

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

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

### Bug Fixes

- **web-components:** fix WCAG 1.3.1 issue in popover-menu ([53df1ac](https://github.com/mi6/ic-ui-kit/commit/53df1ac27d792e80262fe04fdbbf6ecfc86c2771))
- **web-components:** fixes nav-item screen reader issue ([f080676](https://github.com/mi6/ic-ui-kit/commit/f080676dbdf1defdc24a31be31a01152f1a105ed))
- **web-components:** optional chaining to removeEventListener functions ([12c28a9](https://github.com/mi6/ic-ui-kit/commit/12c28a9e8d2f1a05c5c1607b8fc202cd67b4ff1c))

### Features

- **web-components:** add icToggleChecked event to ic-menu-item ([8355a3f](https://github.com/mi6/ic-ui-kit/commit/8355a3f7df9e5ed8af6d41917525f220ef18137d))
- **web-components:** added ag-grid icds theme file ([0b113a1](https://github.com/mi6/ic-ui-kit/commit/0b113a138deaf0b369540c3f2a7ad3949813c35f))

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

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

0 comments on commit db29495

Please sign in to comment.