diff --git a/.changeset/brave-hornets-dance.md b/.changeset/brave-hornets-dance.md deleted file mode 100644 index d99a7acc..00000000 --- a/.changeset/brave-hornets-dance.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@smile/haring-react-table': patch ---- - -Fix table actions diff --git a/.changeset/clever-worms-breathe.md b/.changeset/clever-worms-breathe.md deleted file mode 100644 index 0921060b..00000000 --- a/.changeset/clever-worms-breathe.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@smile/haring-react': minor ---- - -Accessibility Correction unsupported ARIA attributes diff --git a/.changeset/curvy-zoos-stare.md b/.changeset/curvy-zoos-stare.md deleted file mode 100644 index 9d1b8b60..00000000 --- a/.changeset/curvy-zoos-stare.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@smile/haring-react': minor ---- - -make corrections to color contrasts diff --git a/.changeset/heavy-cows-pay.md b/.changeset/heavy-cows-pay.md deleted file mode 100644 index 2ac178ab..00000000 --- a/.changeset/heavy-cows-pay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@smile/haring-react-table': minor ---- - -Accessibility corrections to table header text diff --git a/.changeset/khaki-planets-design.md b/.changeset/khaki-planets-design.md deleted file mode 100644 index 0771df15..00000000 --- a/.changeset/khaki-planets-design.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@smile/haring-react': minor ---- - -correction to dropdownMenu role diff --git a/.changeset/lazy-coins-camp.md b/.changeset/lazy-coins-camp.md deleted file mode 100644 index 7847afc9..00000000 --- a/.changeset/lazy-coins-camp.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@smile/haring-react': minor ---- - -Creating a floating menu diff --git a/.changeset/nasty-clocks-raise.md b/.changeset/nasty-clocks-raise.md deleted file mode 100644 index afebca2c..00000000 --- a/.changeset/nasty-clocks-raise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@smile/haring-react': minor ---- - -(accessibility) make corrections in Image/Avatar component diff --git a/.changeset/new-dogs-cheat.md b/.changeset/new-dogs-cheat.md deleted file mode 100644 index dda75107..00000000 --- a/.changeset/new-dogs-cheat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'storybook-pages': minor ---- - -some corrections diff --git a/.changeset/proud-clocks-try.md b/.changeset/proud-clocks-try.md deleted file mode 100644 index 2be3133e..00000000 --- a/.changeset/proud-clocks-try.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@smile/haring-react': minor ---- - -correction to accessibility error dropdownMenu (focusable element) diff --git a/.changeset/two-knives-worry.md b/.changeset/two-knives-worry.md deleted file mode 100644 index 0fdc5ea4..00000000 --- a/.changeset/two-knives-worry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'storybook-pages': minor ---- - -StepperPage: add step 3 diff --git a/packages/haring-react-dates/CHANGELOG.md b/packages/haring-react-dates/CHANGELOG.md index cb8f0389..737d4830 100644 --- a/packages/haring-react-dates/CHANGELOG.md +++ b/packages/haring-react-dates/CHANGELOG.md @@ -1,5 +1,13 @@ # @smile/haring-react-dates +## 0.16.0 + +### Patch Changes + +- Updated dependencies [[`2a9441f`](https://github.com/Smile-SA/haring/commit/2a9441fd5b0d794abd10b622c695eae2ab5c54c0), [`85e6198`](https://github.com/Smile-SA/haring/commit/85e6198db3bf58afbf3ebf1e256fa4c8ae1c6785), [`0f0d647`](https://github.com/Smile-SA/haring/commit/0f0d647eda2e3af05f1d678f2529c9f7d95d4129), [`810c143`](https://github.com/Smile-SA/haring/commit/810c143ae7761c07943797a5a6d300bf5b21c840), [`81ba004`](https://github.com/Smile-SA/haring/commit/81ba004b67465466235a68a80c1c7f2c4131cb93), [`3d27f22`](https://github.com/Smile-SA/haring/commit/3d27f22453fccc14bc7babc0b7cac21b5b60da5f)]: + - @smile/haring-react@0.16.0 + - @smile/haring-react-shared@0.16.0 + ## 0.15.0 ### Minor Changes diff --git a/packages/haring-react-dates/package.json b/packages/haring-react-dates/package.json index 60754cf3..9c402a5d 100644 --- a/packages/haring-react-dates/package.json +++ b/packages/haring-react-dates/package.json @@ -1,6 +1,6 @@ { "name": "@smile/haring-react-dates", - "version": "0.15.0", + "version": "0.16.0", "description": "Date and Calendar React component library based on mantine", "license": "LGPL-3.0", "homepage": "https://github.com/Smile-SA/haring", @@ -70,8 +70,8 @@ "prepublishOnly": "npm run build && node ../../scripts/prepublish.mjs" }, "dependencies": { - "@smile/haring-react": "0.15.0", - "@smile/haring-react-shared": "0.15.0" + "@smile/haring-react": "0.16.0", + "@smile/haring-react-shared": "0.16.0" }, "devDependencies": { "@babel/preset-env": "^7.22.20", diff --git a/packages/haring-react-dropzone/CHANGELOG.md b/packages/haring-react-dropzone/CHANGELOG.md index 504e2ade..d7ffd9b0 100644 --- a/packages/haring-react-dropzone/CHANGELOG.md +++ b/packages/haring-react-dropzone/CHANGELOG.md @@ -1,5 +1,13 @@ # @smile/haring-react-dropzone +## 0.16.0 + +### Patch Changes + +- Updated dependencies [[`2a9441f`](https://github.com/Smile-SA/haring/commit/2a9441fd5b0d794abd10b622c695eae2ab5c54c0), [`85e6198`](https://github.com/Smile-SA/haring/commit/85e6198db3bf58afbf3ebf1e256fa4c8ae1c6785), [`0f0d647`](https://github.com/Smile-SA/haring/commit/0f0d647eda2e3af05f1d678f2529c9f7d95d4129), [`810c143`](https://github.com/Smile-SA/haring/commit/810c143ae7761c07943797a5a6d300bf5b21c840), [`81ba004`](https://github.com/Smile-SA/haring/commit/81ba004b67465466235a68a80c1c7f2c4131cb93), [`3d27f22`](https://github.com/Smile-SA/haring/commit/3d27f22453fccc14bc7babc0b7cac21b5b60da5f)]: + - @smile/haring-react@0.16.0 + - @smile/haring-react-shared@0.16.0 + ## 0.15.0 ### Minor Changes diff --git a/packages/haring-react-dropzone/package.json b/packages/haring-react-dropzone/package.json index e5e3510f..dc82671b 100644 --- a/packages/haring-react-dropzone/package.json +++ b/packages/haring-react-dropzone/package.json @@ -1,6 +1,6 @@ { "name": "@smile/haring-react-dropzone", - "version": "0.15.0", + "version": "0.16.0", "description": "Dropzone React component library based on mantine", "license": "LGPL-3.0", "homepage": "https://github.com/Smile-SA/haring", @@ -54,8 +54,8 @@ "prepublishOnly": "npm run build && node ../../scripts/prepublish.mjs" }, "dependencies": { - "@smile/haring-react": "0.15.0", - "@smile/haring-react-shared": "0.15.0" + "@smile/haring-react": "0.16.0", + "@smile/haring-react-shared": "0.16.0" }, "devDependencies": { "@babel/preset-env": "^7.22.20", diff --git a/packages/haring-react-shared/CHANGELOG.md b/packages/haring-react-shared/CHANGELOG.md index c8e3a9bd..d14530b5 100644 --- a/packages/haring-react-shared/CHANGELOG.md +++ b/packages/haring-react-shared/CHANGELOG.md @@ -1,5 +1,7 @@ # @smile/haring-react-shared +## 0.16.0 + ## 0.15.0 ### Minor Changes diff --git a/packages/haring-react-shared/package.json b/packages/haring-react-shared/package.json index f12c8a97..6f04b2f4 100644 --- a/packages/haring-react-shared/package.json +++ b/packages/haring-react-shared/package.json @@ -1,6 +1,6 @@ { "name": "@smile/haring-react-shared", - "version": "0.15.0", + "version": "0.16.0", "description": "Shared elements for Haring component library based on mantine", "license": "LGPL-3.0", "homepage": "https://github.com/Smile-SA/haring", diff --git a/packages/haring-react-table/CHANGELOG.md b/packages/haring-react-table/CHANGELOG.md index fad0d5b3..73319dc1 100644 --- a/packages/haring-react-table/CHANGELOG.md +++ b/packages/haring-react-table/CHANGELOG.md @@ -1,5 +1,19 @@ # @smile/haring-react-table +## 0.16.0 + +### Minor Changes + +- [#209](https://github.com/Smile-SA/haring/pull/209) [`eaf66ee`](https://github.com/Smile-SA/haring/commit/eaf66eef3b2000758c5497d3126f0c886bc454a0) Thanks [@Meriemu](https://github.com/Meriemu)! - Accessibility corrections to table header text + +### Patch Changes + +- [#203](https://github.com/Smile-SA/haring/pull/203) [`4bed473`](https://github.com/Smile-SA/haring/commit/4bed47334b645d5868ddb67cd8e851433bf85d09) Thanks [@tonai](https://github.com/tonai)! - Fix table actions + +- Updated dependencies [[`2a9441f`](https://github.com/Smile-SA/haring/commit/2a9441fd5b0d794abd10b622c695eae2ab5c54c0), [`85e6198`](https://github.com/Smile-SA/haring/commit/85e6198db3bf58afbf3ebf1e256fa4c8ae1c6785), [`0f0d647`](https://github.com/Smile-SA/haring/commit/0f0d647eda2e3af05f1d678f2529c9f7d95d4129), [`810c143`](https://github.com/Smile-SA/haring/commit/810c143ae7761c07943797a5a6d300bf5b21c840), [`81ba004`](https://github.com/Smile-SA/haring/commit/81ba004b67465466235a68a80c1c7f2c4131cb93), [`3d27f22`](https://github.com/Smile-SA/haring/commit/3d27f22453fccc14bc7babc0b7cac21b5b60da5f)]: + - @smile/haring-react@0.16.0 + - @smile/haring-react-shared@0.16.0 + ## 0.15.0 ### Minor Changes diff --git a/packages/haring-react-table/package.json b/packages/haring-react-table/package.json index 6e20b49f..3b394006 100644 --- a/packages/haring-react-table/package.json +++ b/packages/haring-react-table/package.json @@ -1,6 +1,6 @@ { "name": "@smile/haring-react-table", - "version": "0.15.0", + "version": "0.16.0", "description": "Table React component library based on mantine", "license": "LGPL-3.0", "homepage": "https://github.com/Smile-SA/haring", @@ -69,8 +69,8 @@ "prepublishOnly": "npm run build && node ../../scripts/prepublish.mjs" }, "dependencies": { - "@smile/haring-react": "0.15.0", - "@smile/haring-react-shared": "0.15.0" + "@smile/haring-react": "0.16.0", + "@smile/haring-react-shared": "0.16.0" }, "devDependencies": { "@babel/preset-env": "^7.22.20", diff --git a/packages/haring-react/CHANGELOG.md b/packages/haring-react/CHANGELOG.md index 00ad9d76..0527b970 100644 --- a/packages/haring-react/CHANGELOG.md +++ b/packages/haring-react/CHANGELOG.md @@ -1,5 +1,26 @@ # @smile/haring-react +## 0.16.0 + +### Minor Changes + +- [#210](https://github.com/Smile-SA/haring/pull/210) [`2a9441f`](https://github.com/Smile-SA/haring/commit/2a9441fd5b0d794abd10b622c695eae2ab5c54c0) Thanks [@Meriemu](https://github.com/Meriemu)! - Accessibility Correction unsupported ARIA attributes + +- [#208](https://github.com/Smile-SA/haring/pull/208) [`85e6198`](https://github.com/Smile-SA/haring/commit/85e6198db3bf58afbf3ebf1e256fa4c8ae1c6785) Thanks [@Meriemu](https://github.com/Meriemu)! - make corrections to color contrasts + +- [#211](https://github.com/Smile-SA/haring/pull/211) [`0f0d647`](https://github.com/Smile-SA/haring/commit/0f0d647eda2e3af05f1d678f2529c9f7d95d4129) Thanks [@Meriemu](https://github.com/Meriemu)! - correction to dropdownMenu role + +- [#206](https://github.com/Smile-SA/haring/pull/206) [`810c143`](https://github.com/Smile-SA/haring/commit/810c143ae7761c07943797a5a6d300bf5b21c840) Thanks [@Meriemu](https://github.com/Meriemu)! - Creating a floating menu + +- [#207](https://github.com/Smile-SA/haring/pull/207) [`81ba004`](https://github.com/Smile-SA/haring/commit/81ba004b67465466235a68a80c1c7f2c4131cb93) Thanks [@Meriemu](https://github.com/Meriemu)! - (accessibility) make corrections in Image/Avatar component + +- [#212](https://github.com/Smile-SA/haring/pull/212) [`3d27f22`](https://github.com/Smile-SA/haring/commit/3d27f22453fccc14bc7babc0b7cac21b5b60da5f) Thanks [@Meriemu](https://github.com/Meriemu)! - correction to accessibility error dropdownMenu (focusable element) + +### Patch Changes + +- Updated dependencies []: + - @smile/haring-react-shared@0.16.0 + ## 0.15.0 ### Minor Changes diff --git a/packages/haring-react/package.json b/packages/haring-react/package.json index 6c3a2b47..0296a4e4 100644 --- a/packages/haring-react/package.json +++ b/packages/haring-react/package.json @@ -1,6 +1,6 @@ { "name": "@smile/haring-react", - "version": "0.15.0", + "version": "0.16.0", "description": "React component library based on mantine", "license": "LGPL-3.0", "homepage": "https://github.com/Smile-SA/haring", @@ -69,7 +69,7 @@ "prepublishOnly": "npm run build && node ../../scripts/prepublish.mjs" }, "dependencies": { - "@smile/haring-react-shared": "0.15.0", + "@smile/haring-react-shared": "0.16.0", "pretty-bytes": "^6.1.1" }, "devDependencies": { diff --git a/packages/storybook-pages/CHANGELOG.md b/packages/storybook-pages/CHANGELOG.md index 1264f814..682ac7ce 100644 --- a/packages/storybook-pages/CHANGELOG.md +++ b/packages/storybook-pages/CHANGELOG.md @@ -1,5 +1,21 @@ # storybook-pages +## 0.16.0 + +### Minor Changes + +- [#202](https://github.com/Smile-SA/haring/pull/202) [`d162e5f`](https://github.com/Smile-SA/haring/commit/d162e5fd1ca9af5f3db407ba299b8558a90712ac) Thanks [@Meriemu](https://github.com/Meriemu)! - some corrections + +- [#199](https://github.com/Smile-SA/haring/pull/199) [`d46907c`](https://github.com/Smile-SA/haring/commit/d46907cbd38b7ae9e90c38c9f04b7d76d934d4c0) Thanks [@Meriemu](https://github.com/Meriemu)! - StepperPage: add step 3 + +### Patch Changes + +- Updated dependencies [[`4bed473`](https://github.com/Smile-SA/haring/commit/4bed47334b645d5868ddb67cd8e851433bf85d09), [`2a9441f`](https://github.com/Smile-SA/haring/commit/2a9441fd5b0d794abd10b622c695eae2ab5c54c0), [`85e6198`](https://github.com/Smile-SA/haring/commit/85e6198db3bf58afbf3ebf1e256fa4c8ae1c6785), [`eaf66ee`](https://github.com/Smile-SA/haring/commit/eaf66eef3b2000758c5497d3126f0c886bc454a0), [`0f0d647`](https://github.com/Smile-SA/haring/commit/0f0d647eda2e3af05f1d678f2529c9f7d95d4129), [`810c143`](https://github.com/Smile-SA/haring/commit/810c143ae7761c07943797a5a6d300bf5b21c840), [`81ba004`](https://github.com/Smile-SA/haring/commit/81ba004b67465466235a68a80c1c7f2c4131cb93), [`3d27f22`](https://github.com/Smile-SA/haring/commit/3d27f22453fccc14bc7babc0b7cac21b5b60da5f)]: + - @smile/haring-react-table@0.16.0 + - @smile/haring-react@0.16.0 + - @smile/haring-react-dropzone@0.16.0 + - @smile/haring-react-shared@0.16.0 + ## 0.15.0 ### Minor Changes diff --git a/packages/storybook-pages/package.json b/packages/storybook-pages/package.json index f80feca5..7174f2a7 100644 --- a/packages/storybook-pages/package.json +++ b/packages/storybook-pages/package.json @@ -1,6 +1,6 @@ { "name": "storybook-pages", - "version": "0.15.0", + "version": "0.16.0", "private": true, "license": "LGPL-3.0", "publishConfig": {