From 2c469370786341d38bb805bd746a37e285fc7bd1 Mon Sep 17 00:00:00 2001 From: literat Date: Wed, 23 Aug 2023 14:43:54 +0200 Subject: [PATCH] Chore(release): Publish - @lmc-eu/spirit-exporters-scss@1.7.3 - @lmc-eu/spirit-analytics@0.1.1 - @lmc-eu/spirit-form-validations@1.0.2 - @lmc-eu/spirit-web-react@1.2.0 - @lmc-eu/spirit-web-twig@2.2.0 - @lmc-eu/spirit-web@1.2.0 --- exporters/scss/CHANGELOG.md | 11 ++++++ exporters/scss/package.json | 2 +- packages/analytics/CHANGELOG.md | 11 ++++++ packages/analytics/package.json | 2 +- packages/form-validations/CHANGELOG.md | 16 ++++++++ packages/form-validations/package.json | 4 +- packages/web-react/CHANGELOG.md | 39 ++++++++++++++++++++ packages/web-react/package.json | 4 +- packages/web-twig/CHANGELOG.md | 51 ++++++++++++++++++++++++++ packages/web-twig/composer.json | 2 +- packages/web-twig/package.json | 2 +- packages/web/CHANGELOG.md | 33 +++++++++++++++++ packages/web/package.json | 2 +- 13 files changed, 170 insertions(+), 9 deletions(-) diff --git a/exporters/scss/CHANGELOG.md b/exporters/scss/CHANGELOG.md index c7876868dc..0592167e55 100644 --- a/exporters/scss/CHANGELOG.md +++ b/exporters/scss/CHANGELOG.md @@ -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. + + +## [1.7.3](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/spirit-exporters-scss@1.7.2...@lmc-eu/spirit-exporters-scss@1.7.3) (2023-08-23) + +### Dependencies + +- Update all non-major dependencies ([acba328](https://github.com/lmc-eu/spirit-design-system/commit/acba328)) +- Update dependency @testing-library/jest-dom to v6 ([d21b678](https://github.com/lmc-eu/spirit-design-system/commit/d21b678)) + +**Note:** Version bump only for package @lmc-eu/spirit-exporters-scss + ## [1.7.2](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/spirit-exporters-scss@1.7.1...@lmc-eu/spirit-exporters-scss@1.7.2) (2023-08-09) diff --git a/exporters/scss/package.json b/exporters/scss/package.json index 17b2616f22..b39a516a0e 100644 --- a/exporters/scss/package.json +++ b/exporters/scss/package.json @@ -1,6 +1,6 @@ { "name": "@lmc-eu/spirit-exporters-scss", - "version": "1.7.2", + "version": "1.7.3", "description": "Spirit SCSS Exporter for Supernova", "license": "MIT", "private": true, diff --git a/packages/analytics/CHANGELOG.md b/packages/analytics/CHANGELOG.md index 6bd0e9700e..c6f380768d 100644 --- a/packages/analytics/CHANGELOG.md +++ b/packages/analytics/CHANGELOG.md @@ -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. + + +## [0.1.1](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/spirit-analytics@0.1.0...@lmc-eu/spirit-analytics@0.1.1) (2023-08-23) + +### Dependencies + +- Pin dependencies ([e0cf2e1](https://github.com/lmc-eu/spirit-design-system/commit/e0cf2e1)) +- Update all non-major dependencies ([acba328](https://github.com/lmc-eu/spirit-design-system/commit/acba328)) + +**Note:** Version bump only for package @lmc-eu/spirit-analytics + # 0.1.0 (2023-08-09) diff --git a/packages/analytics/package.json b/packages/analytics/package.json index 95228b4a4d..c1244298eb 100644 --- a/packages/analytics/package.json +++ b/packages/analytics/package.json @@ -1,6 +1,6 @@ { "name": "@lmc-eu/spirit-analytics", - "version": "0.1.0", + "version": "0.1.1", "description": "Analytic tools for Spirit Design System", "license": "MIT", "keywords": [ diff --git a/packages/form-validations/CHANGELOG.md b/packages/form-validations/CHANGELOG.md index 4aa3487835..96e36062e5 100644 --- a/packages/form-validations/CHANGELOG.md +++ b/packages/form-validations/CHANGELOG.md @@ -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. + + +## [1.0.2](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/spirit-form-validations@1.0.1...@lmc-eu/spirit-form-validations@1.0.2) (2023-08-23) + +### Dependencies + +- Update all non-major dependencies ([acba328](https://github.com/lmc-eu/spirit-design-system/commit/acba328)) +- Update dependency @testing-library/jest-dom to v6 ([d21b678](https://github.com/lmc-eu/spirit-design-system/commit/d21b678)) + +### Documentation + +- **form-validations, web-react, web-twig:** Sort props in tables ([4d8fb15](https://github.com/lmc-eu/spirit-design-system/commit/4d8fb15)) +- **form-validations, web, web-twig, web-react:** Unify unicode characters in API tables ([8c837eb](https://github.com/lmc-eu/spirit-design-system/commit/8c837eb)) + +**Note:** Version bump only for package @lmc-eu/spirit-form-validations + ## [1.0.1](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/spirit-form-validations@1.0.0...@lmc-eu/spirit-form-validations@1.0.1) (2023-08-09) diff --git a/packages/form-validations/package.json b/packages/form-validations/package.json index 83ccbb4e83..9cc9218247 100644 --- a/packages/form-validations/package.json +++ b/packages/form-validations/package.json @@ -1,6 +1,6 @@ { "name": "@lmc-eu/spirit-form-validations", - "version": "1.0.1", + "version": "1.0.2", "description": "Validation library for form fields of Spirit Design System", "license": "MIT", "publishConfig": { @@ -35,7 +35,7 @@ "devDependencies": { "@lmc-eu/browserslist-config": "1.0.4", "@lmc-eu/spirit-design-tokens": "^0.25.5", - "@lmc-eu/spirit-web": "^1.1.0", + "@lmc-eu/spirit-web": "^1.2.0", "@swc/core": "1.3.76", "@swc/jest": "0.2.29", "@types/jest": "29.5.3", diff --git a/packages/web-react/CHANGELOG.md b/packages/web-react/CHANGELOG.md index df033a7368..f28d8334ba 100644 --- a/packages/web-react/CHANGELOG.md +++ b/packages/web-react/CHANGELOG.md @@ -3,6 +3,45 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# [1.2.0](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/spirit-web-react@1.1.0...@lmc-eu/spirit-web-react@1.2.0) (2023-08-23) + +### Dependencies + +- Update all non-major dependencies ([acba328](https://github.com/lmc-eu/spirit-design-system/commit/acba328)) +- Update dependency @testing-library/jest-dom to v6 ([d21b678](https://github.com/lmc-eu/spirit-design-system/commit/d21b678)) + +### Documentation + +- **form-validations, web-react, web-twig:** Sort props in tables ([4d8fb15](https://github.com/lmc-eu/spirit-design-system/commit/4d8fb15)) +- **form-validations, web, web-twig, web-react:** Unify unicode characters in API tables ([8c837eb](https://github.com/lmc-eu/spirit-design-system/commit/8c837eb)) +- **web-react, web-twig:** Unify the syntax of enums in API tables ([f83e9ac](https://github.com/lmc-eu/spirit-design-system/commit/f83e9ac)) +- **web-react:** Add missing columns to API tables ([50b8b57](https://github.com/lmc-eu/spirit-design-system/commit/50b8b57)) +- **web-react:** Add missing style props into components readmes ([e6f3533](https://github.com/lmc-eu/spirit-design-system/commit/e6f3533)) +- **web-react:** All Select demos are same [#DS-816](https://github.com/lmc-eu/spirit-design-system/issues/DS-816) ([c8f137f](https://github.com/lmc-eu/spirit-design-system/commit/c8f137f)) +- **web-react:** Default `icon` according to `color` variant in the `Alert` ([17471cf](https://github.com/lmc-eu/spirit-design-system/commit/17471cf)) +- **web-react:** FileUploader Storybook demo ([4edef48](https://github.com/lmc-eu/spirit-design-system/commit/4edef48)) +- **web-react:** Remove HTML and Props stories from components and remove nanoid package [#DS-589](https://github.com/lmc-eu/spirit-design-system/issues/DS-589) ([a7950e7](https://github.com/lmc-eu/spirit-design-system/commit/a7950e7)) +- **web-react:** Rename components in example compositions ([2528fad](https://github.com/lmc-eu/spirit-design-system/commit/2528fad)) +- **web-react:** Rename unsupported class property to UNSAFE_classname in Stack component ([b70a206](https://github.com/lmc-eu/spirit-design-system/commit/b70a206)) +- **web-react:** Sort props alphabetically ([470fefd](https://github.com/lmc-eu/spirit-design-system/commit/470fefd)) +- **web-react:** Standardize column heading of prop name ([757a8f4](https://github.com/lmc-eu/spirit-design-system/commit/757a8f4)) +- **web-react:** Standardize usage of symbols in `Required` column ([faa7b03](https://github.com/lmc-eu/spirit-design-system/commit/faa7b03)) +- **web-react:** Unify API of the `autoComplete` and `label` props ([f8aa168](https://github.com/lmc-eu/spirit-design-system/commit/f8aa168)) +- **web-react:** Unify API table captions ([7861c18](https://github.com/lmc-eu/spirit-design-system/commit/7861c18)) +- **web-twig:** Default `icon` according to `color` variant in the `Alert` ([4d51643](https://github.com/lmc-eu/spirit-design-system/commit/4d51643)) +- **web, web-react:** Unify the syntax of boolean and string props ([8449ae8](https://github.com/lmc-eu/spirit-design-system/commit/8449ae8)) + +### Features + +- **web-react:** Deprecate buttonLabel and editButtonLabel in ([985f2e0](https://github.com/lmc-eu/spirit-design-system/commit/985f2e0)), closes [#DS-881](https://github.com/lmc-eu/spirit-design-system/issues/DS-881) +- **web-react:** FileUploader Image attachment preview [#DS-852](https://github.com/lmc-eu/spirit-design-system/issues/DS-852) ([fb126fa](https://github.com/lmc-eu/spirit-design-system/commit/fb126fa)) +- **web-react:** Introduce FieldGroup component ([33a6e90](https://github.com/lmc-eu/spirit-design-system/commit/33a6e90)) +- **web-react:** Transfer Icon props from Spinner to Icon component ([73d61f9](https://github.com/lmc-eu/spirit-design-system/commit/73d61f9)), closes [#DS-759](https://github.com/lmc-eu/spirit-design-system/issues/DS-759) + +**Note:** Version bump only for package @lmc-eu/spirit-web-react + # [1.1.0](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/spirit-web-react@1.0.0...@lmc-eu/spirit-web-react@1.1.0) (2023-08-09) diff --git a/packages/web-react/package.json b/packages/web-react/package.json index d518452b0e..e139337bfc 100644 --- a/packages/web-react/package.json +++ b/packages/web-react/package.json @@ -1,6 +1,6 @@ { "name": "@lmc-eu/spirit-web-react", - "version": "1.1.0", + "version": "1.2.0", "description": "React implementation of Spirit Design System components", "license": "MIT", "sideEffects": false, @@ -30,7 +30,7 @@ "@lmc-eu/eslint-config-jest": "2.1.0", "@lmc-eu/eslint-config-react": "1.1.1", "@lmc-eu/spirit-design-tokens": "^0.25.5", - "@lmc-eu/spirit-web": "^1.1.0", + "@lmc-eu/spirit-web": "^1.2.0", "@rollup/plugin-node-resolve": "15.1.0", "@swc/core": "1.3.76", "@swc/jest": "0.2.29", diff --git a/packages/web-twig/CHANGELOG.md b/packages/web-twig/CHANGELOG.md index 455453318e..883b39e9a9 100644 --- a/packages/web-twig/CHANGELOG.md +++ b/packages/web-twig/CHANGELOG.md @@ -3,6 +3,57 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# [2.2.0](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/spirit-web-twig@2.1.0...@lmc-eu/spirit-web-twig@2.2.0) (2023-08-23) + +### Bug Fixes + +- **web-twig:** Deprecate `class` prop in the `Header` abstract components ([1cea973](https://github.com/lmc-eu/spirit-design-system/commit/1cea973)) +- **web-twig:** Fix condition to render `aria-labelledby` attribute in the Modal component ([70fb37b](https://github.com/lmc-eu/spirit-design-system/commit/70fb37b)) +- **web:** Remove unused data attribute in Accordion [#DS-883](https://github.com/lmc-eu/spirit-design-system/issues/DS-883) ([fcfb261](https://github.com/lmc-eu/spirit-design-system/commit/fcfb261)) + +### Chores + +- **web-twig:** Exclude **tests** directory from archive refs [#DS-635](https://github.com/lmc-eu/spirit-design-system/issues/DS-635) ([736c4b1](https://github.com/lmc-eu/spirit-design-system/commit/736c4b1)) + +### Code Refactoring + +- **web-twig:** Mark the `id` prop in form fields as required starting from next major version ([28cfcf1](https://github.com/lmc-eu/spirit-design-system/commit/28cfcf1)) +- **web-twig:** Use new `HelperText` component in all form fields ([6f284d3](https://github.com/lmc-eu/spirit-design-system/commit/6f284d3)) + +### Documentation + +- **form-validations, web-react, web-twig:** Sort props in tables ([4d8fb15](https://github.com/lmc-eu/spirit-design-system/commit/4d8fb15)) +- **form-validations, web, web-twig, web-react:** Unify unicode characters in API tables ([8c837eb](https://github.com/lmc-eu/spirit-design-system/commit/8c837eb)) +- **web-react, web-twig:** Unify the syntax of enums in API tables ([f83e9ac](https://github.com/lmc-eu/spirit-design-system/commit/f83e9ac)) +- **web-twig:** Default `icon` according to `color` variant in the `Alert` ([4d51643](https://github.com/lmc-eu/spirit-design-system/commit/4d51643)) +- **web-twig:** Document all allowed HTML attributes in all components ([02b1dac](https://github.com/lmc-eu/spirit-design-system/commit/02b1dac)) +- **web-twig:** Highlight and unify links to Web package JS plugin documentations [#DS-870](https://github.com/lmc-eu/spirit-design-system/issues/DS-870) ([92da34f](https://github.com/lmc-eu/spirit-design-system/commit/92da34f)) +- **web-twig:** Introduce section about snapshot tests refs [#DS-636](https://github.com/lmc-eu/spirit-design-system/issues/DS-636) ([5fb0b63](https://github.com/lmc-eu/spirit-design-system/commit/5fb0b63)) +- **web-twig:** Introduce showcase app localhost url ([4fdc03e](https://github.com/lmc-eu/spirit-design-system/commit/4fdc03e)) +- **web-twig:** Unify API of the `autocomplete` and `label` props ([f514829](https://github.com/lmc-eu/spirit-design-system/commit/f514829)) +- **web-twig:** Unify table comments in Docs ([840c6be](https://github.com/lmc-eu/spirit-design-system/commit/840c6be)) +- **web-twig:** Unify the syntax of boolean props ([5ad6a98](https://github.com/lmc-eu/spirit-design-system/commit/5ad6a98)) +- **web, web-twig:** Unify column names in API tables ([b33b8ff](https://github.com/lmc-eu/spirit-design-system/commit/b33b8ff)) + +### Features + +- **web-twig:** Add support of image preview and edit button to FileUploaderAttachment [#DS-851](https://github.com/lmc-eu/spirit-design-system/issues/DS-851) ([401c399](https://github.com/lmc-eu/spirit-design-system/commit/401c399)) +- **web-twig:** Document and test `Icon` props in the `Spinner` component ([14c4aef](https://github.com/lmc-eu/spirit-design-system/commit/14c4aef)), closes [#DS-759](https://github.com/lmc-eu/spirit-design-system/issues/DS-759) +- **web-twig:** Enable pass `formtarget` attribute to the `Button` ([b39befd](https://github.com/lmc-eu/spirit-design-system/commit/b39befd)) +- **web-twig:** Introduce `FieldGroup` component ([74a4e01](https://github.com/lmc-eu/spirit-design-system/commit/74a4e01)) +- **web-twig:** Introduce `HelperText` component ([d2ab6d1](https://github.com/lmc-eu/spirit-design-system/commit/d2ab6d1)) +- **web-twig:** Introduce `id` prop in `ValidationText` component ([f8e5ee4](https://github.com/lmc-eu/spirit-design-system/commit/f8e5ee4)) + +### Tests + +- **web-twig:** Colocate snapshot tests with components refs [#DS-635](https://github.com/lmc-eu/spirit-design-system/issues/DS-635) ([7530d7a](https://github.com/lmc-eu/spirit-design-system/commit/7530d7a)) +- **web-twig:** Delete orphan snapshots ([c7f3f9e](https://github.com/lmc-eu/spirit-design-system/commit/c7f3f9e)) +- **web-twig:** Use shorter snapshot file name refs [#DS-635](https://github.com/lmc-eu/spirit-design-system/issues/DS-635) ([8831ba7](https://github.com/lmc-eu/spirit-design-system/commit/8831ba7)) + +**Note:** Version bump only for package @lmc-eu/spirit-web-twig + # [2.1.0](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/spirit-web-twig@2.0.0...@lmc-eu/spirit-web-twig@2.1.0) (2023-08-09) diff --git a/packages/web-twig/composer.json b/packages/web-twig/composer.json index 004056a627..d5c7d4b487 100644 --- a/packages/web-twig/composer.json +++ b/packages/web-twig/composer.json @@ -1,6 +1,6 @@ { "name": "lmc/spirit-web-twig-bundle", - "version": "2.1.0", + "version": "2.2.0", "type": "symfony-bundle", "description": "This is Symfony bundle with twig implementation of the Spirit Design System components and extends the twig implementation with an HTML-like syntax.", "license": "MIT", diff --git a/packages/web-twig/package.json b/packages/web-twig/package.json index ad89a13434..83fe52d7b2 100644 --- a/packages/web-twig/package.json +++ b/packages/web-twig/package.json @@ -1,6 +1,6 @@ { "name": "@lmc-eu/spirit-web-twig", - "version": "2.1.0", + "version": "2.2.0", "description": "Twig implementation of Spirit Design System components", "license": "MIT", "private": true, diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index 72a52d6685..f59896d858 100644 --- a/packages/web/CHANGELOG.md +++ b/packages/web/CHANGELOG.md @@ -3,6 +3,39 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# [1.2.0](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/spirit-web@1.1.0...@lmc-eu/spirit-web@1.2.0) (2023-08-23) + +### Bug Fixes + +- **web:** Drop support of Windows high contrast mode in `Radio` to fix antialiasing issues ([8d80269](https://github.com/lmc-eu/spirit-design-system/commit/8d80269)) +- **web:** Prevent underline in ButtonLink in the active state ([7c8b27a](https://github.com/lmc-eu/spirit-design-system/commit/7c8b27a)) +- **web:** Remove unused data attribute in Accordion [#DS-883](https://github.com/lmc-eu/spirit-design-system/issues/DS-883) ([fcfb261](https://github.com/lmc-eu/spirit-design-system/commit/fcfb261)) +- **web:** Set correct order of hover, focus and active states in CSS ([6bcf3cf](https://github.com/lmc-eu/spirit-design-system/commit/6bcf3cf)) +- **web:** Use gap in Stack with spacing and without dividers [#DS-880](https://github.com/lmc-eu/spirit-design-system/issues/DS-880) ([04fe707](https://github.com/lmc-eu/spirit-design-system/commit/04fe707)) + +### Dependencies + +- Update all non-major dependencies ([acba328](https://github.com/lmc-eu/spirit-design-system/commit/acba328)) +- Update dependency @testing-library/jest-dom to v6 ([d21b678](https://github.com/lmc-eu/spirit-design-system/commit/d21b678)) + +### Documentation + +- **form-validations, web, web-twig, web-react:** Unify unicode characters in API tables ([8c837eb](https://github.com/lmc-eu/spirit-design-system/commit/8c837eb)) +- **web-react, web-twig:** Unify the syntax of enums in API tables ([f83e9ac](https://github.com/lmc-eu/spirit-design-system/commit/f83e9ac)) +- **web, web-react:** Unify the syntax of boolean and string props ([8449ae8](https://github.com/lmc-eu/spirit-design-system/commit/8449ae8)) +- **web, web-twig:** Unify column names in API tables ([b33b8ff](https://github.com/lmc-eu/spirit-design-system/commit/b33b8ff)) +- **web:** Add missing JS plugin info to TextField Password Toggle [#DS-870](https://github.com/lmc-eu/spirit-design-system/issues/DS-870) ([3975c19](https://github.com/lmc-eu/spirit-design-system/commit/3975c19)) + +### Features + +- **web-twig:** Add support of image preview and edit button to FileUploaderAttachment [#DS-851](https://github.com/lmc-eu/spirit-design-system/issues/DS-851) ([401c399](https://github.com/lmc-eu/spirit-design-system/commit/401c399)) +- **web:** FileUploader Image attachment preview ([350aeee](https://github.com/lmc-eu/spirit-design-system/commit/350aeee)) +- **web:** Set image preview dataset on the attachment instead on the list [#DS-851](https://github.com/lmc-eu/spirit-design-system/issues/DS-851) ([89daf60](https://github.com/lmc-eu/spirit-design-system/commit/89daf60)) + +**Note:** Version bump only for package @lmc-eu/spirit-web + # [1.1.0](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/spirit-web@1.0.0...@lmc-eu/spirit-web@1.1.0) (2023-08-09) diff --git a/packages/web/package.json b/packages/web/package.json index acf42561c8..6e0f25f9fc 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@lmc-eu/spirit-web", - "version": "1.1.0", + "version": "1.2.0", "description": "CSS and vanilla JS implementation of Spirit Design System", "license": "MIT", "publishConfig": {