Skip to content

Commit

Permalink
chore(release): [ci skip] components publish
Browse files Browse the repository at this point in the history
 - @ukic/canary-docs@2.0.0-canary.14
 - @ukic/canary-react@2.0.0-canary.15
 - @ukic/canary-web-components@2.0.0-canary.15
 - @ukic/docs@2.11.0
 - @ukic/nextjs@0.2.7
 - @ukic/react@2.20.0
 - @ukic/web-components@2.20.0
  • Loading branch information
jd239 committed May 15, 2024
1 parent 620330a commit bee9250
Show file tree
Hide file tree
Showing 19 changed files with 99 additions and 29 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.14 (2024-05-15)

### Features

- **canary-docs:** docs updates for pagination bar changes ([496cc52](https://github.com/mi6/ic-ui-kit/commit/496cc52f3be93f59777b53415ebf1a75e126a39e))
- **canary-docs:** updates docs to show mutable prop ([65375e7](https://github.com/mi6/ic-ui-kit/commit/65375e708af592a624b3d336e0e9c5cc2c4696c2))

# [2.0.0-canary.13](https://github.com/mi6/ic-ui-kit/compare/@ukic/canary-docs@2.0.0-canary.1...@ukic/canary-docs@2.0.0-canary.13) (2024-04-17)

### Bug Fixes
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.13",
"version": "2.0.0-canary.14",
"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.15](https://github.com/mi6/ic-ui-kit/compare/@ukic/canary-react@2.0.0-canary.14...@ukic/canary-react@2.0.0-canary.15) (2024-05-15)

### Features

- **canary-react:** adds cypress tests for multi-select ([d411cdd](https://github.com/mi6/ic-ui-kit/commit/d411cddeb42d23b026b85bbcec8285119a654f71))
- **canary-react:** updated data table artefacts ([c9907ea](https://github.com/mi6/ic-ui-kit/commit/c9907ea38417604bdf65d6fa23cc67e77a9a4fb2))
- **canary-react:** updates storybook and cypress tests ([9083619](https://github.com/mi6/ic-ui-kit/commit/90836191e11c94b22836e13175312dea4169e0ff))

### BREAKING CHANGES

- **canary-react:** props name changes itemLabel > rangeItemLabel, labelType > rangeLabelType, hideItemsPerPageLabel > hideRangeLabel

# [2.0.0-canary.14](https://github.com/mi6/ic-ui-kit/compare/@ukic/canary-react@2.0.0-canary.13...@ukic/canary-react@2.0.0-canary.14) (2024-05-01)

**Note:** Version bump only for package @ukic/canary-react
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.14",
"version": "2.0.0-canary.15",
"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.14",
"@ukic/react": "^2.19.0",
"@ukic/web-components": "^2.19.0"
"@ukic/canary-web-components": "^2.0.0-canary.15",
"@ukic/react": "^2.20.0",
"@ukic/web-components": "^2.20.0"
},
"devDependencies": {
"@babel/core": "^7.16.0",
Expand Down
15 changes: 15 additions & 0 deletions packages/canary-web-components/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.0.0-canary.15](https://github.com/mi6/ic-ui-kit/compare/@ukic/canary-web-components@2.0.0-canary.14...@ukic/canary-web-components@2.0.0-canary.15) (2024-05-15)

### Features

- **canary-web-components:** adds enhanced keyboard support to multi-select ([f1f5bbb](https://github.com/mi6/ic-ui-kit/commit/f1f5bbb660b12ddb8df70db7b43b59922d66bd49))
- **canary-web-components:** new data table functionality ([a342661](https://github.com/mi6/ic-ui-kit/commit/a342661f52914adedebded8389328cd638cf2d01))
- **canary-web-components:** pagination bar fixes and props rename ([78c2334](https://github.com/mi6/ic-ui-kit/commit/78c2334bdec5eb5894610b9a288744a156b6f456))

### BREAKING CHANGES

- **canary-web-components:** props name changes itemLabel > rangeItemLabel, labelType > rangeLabelType, hideItemsPerPageLabel > hideRangeLabel
- **canary-web-components:** Updated ic-pagination-bar props to align with ic-pagination
props. Additional updates to ic-pagination-bar to use ic-pagination
types

# [2.0.0-canary.14](https://github.com/mi6/ic-ui-kit/compare/@ukic/canary-web-components@2.0.0-canary.13...@ukic/canary-web-components@2.0.0-canary.14) (2024-05-01)

### 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.14",
"version": "2.0.0-canary.15",
"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.19.0"
"@ukic/web-components": "^2.20.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.11.0](https://github.com/mi6/ic-ui-kit/compare/@ukic/docs@2.10.4...@ukic/docs@2.11.0) (2024-05-15)

### Features

- **web-components:** [#1849](https://github.com/mi6/ic-ui-kit/issues/1849) Add an icon variant to ic-back-to-top ([c2395b2](https://github.com/mi6/ic-ui-kit/commit/c2395b2ea495a520ffd0f377e584a5cdd1162970))

## [2.10.4](https://github.com/mi6/ic-ui-kit/compare/@ukic/docs@2.10.3...@ukic/docs@2.10.4) (2024-05-01)

**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.10.4",
"version": "2.11.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.7](https://github.com/mi6/ic-ui-kit/compare/@ukic/nextjs@0.2.6...@ukic/nextjs@0.2.7) (2024-05-15)

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

## [0.2.6](https://github.com/mi6/ic-ui-kit/compare/@ukic/nextjs@0.2.5...@ukic/nextjs@0.2.6) (2024-05-01)

**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.6",
"version": "0.2.7",
"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.19.0"
"@ukic/web-components": "^2.20.0"
},
"devDependencies": {
"@babel/core": "^7.23.2",
Expand Down
7 changes: 7 additions & 0 deletions packages/react/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.20.0](https://github.com/mi6/ic-ui-kit/compare/@ukic/react@2.19.0...@ukic/react@2.20.0) (2024-05-15)

### Features

- **react:** add missing slot for accordion group title. Add stories for 3 comps ([98c568f](https://github.com/mi6/ic-ui-kit/commit/98c568f2676de2caa4726984b76530490ff5a474))
- **react:** added stories and tests for dynamic checkbox loading ([f57e479](https://github.com/mi6/ic-ui-kit/commit/f57e479b4520af3b4779192cb43ab4b89ccc3a79))

# [2.19.0](https://github.com/mi6/ic-ui-kit/compare/@ukic/react@2.18.1...@ukic/react@2.19.0) (2024-05-01)

### Features
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.19.0",
"version": "2.20.0",
"description": "React-wrapped web components compiled using StencilJS",
"author": "mi6",
"bugs": {
Expand Down Expand Up @@ -40,7 +40,7 @@
"dist/"
],
"dependencies": {
"@ukic/web-components": "^2.19.0"
"@ukic/web-components": "^2.20.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.20.0](https://github.com/mi6/ic-ui-kit/compare/@ukic/web-components@2.19.0...@ukic/web-components@2.20.0) (2024-05-15)

### Bug Fixes

- **web-components:** add max-content to ic-tooltip to make size match child element ([3196b47](https://github.com/mi6/ic-ui-kit/commit/3196b4784af7733fe9c270f161817222b5592a31)), closes [.#1815](https://github.com/./issues/1815)
- **web-components:** added watch handlers for accessibleLabel, customColor & variant ([9b3b674](https://github.com/mi6/ic-ui-kit/commit/9b3b674731b076311791329f16d4e1400d9d8950))
- **web-components:** adjust focus underline display for Link ([7a89112](https://github.com/mi6/ic-ui-kit/commit/7a891129989d10be8ca550a998637ba5af758eb4))
- **web-components:** changed chip disabled text colour ([f58d1f4](https://github.com/mi6/ic-ui-kit/commit/f58d1f445c3e3030092fd2b9c630e2fc40b1d84a))
- **web-components:** changed date-picker z-index value ([b6f650b](https://github.com/mi6/ic-ui-kit/commit/b6f650b6da2046b50333baf56f7cc6c041012372))
- **web-components:** ensured that attributes are passed down when updated ([f9b7711](https://github.com/mi6/ic-ui-kit/commit/f9b7711ef70bb6a7a5a8178d691e615eafd6a570))
- **web-components:** fixed console errors in ic-popover-menu and ic-select components ([338624f](https://github.com/mi6/ic-ui-kit/commit/338624fab36f0485551fe99d892da74a49d31722))
- **web-components:** removed aria-label from badge parent when badge is hidden ([cca554f](https://github.com/mi6/ic-ui-kit/commit/cca554fac75b669800066122e333b30b9ae96232))
- **web-components:** set focus to first revealed breadcrumb when uncollapsing ([b274551](https://github.com/mi6/ic-ui-kit/commit/b274551dc163ef51e8156a72039c1794e788536d))

### Features

- **web-components:** [#1849](https://github.com/mi6/ic-ui-kit/issues/1849) Add an icon variant to ic-back-to-top ([c2395b2](https://github.com/mi6/ic-ui-kit/commit/c2395b2ea495a520ffd0f377e584a5cdd1162970))
- **web-components:** add missing slot for accordion group title. Add missing stories for 3 comps ([7b84cef](https://github.com/mi6/ic-ui-kit/commit/7b84cefd3606cad743eb8f86470e4e5d000d56f8)), closes [#1817](https://github.com/mi6/ic-ui-kit/issues/1817)

# [2.19.0](https://github.com/mi6/ic-ui-kit/compare/@ukic/web-components@2.18.1...@ukic/web-components@2.19.0) (2024-05-01)

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

0 comments on commit bee9250

Please sign in to comment.