From 7cfdc205cfc5102a386fbca78c0956ac19bd8d7f Mon Sep 17 00:00:00 2001 From: literat Date: Wed, 7 Feb 2024 16:19:03 +0100 Subject: [PATCH] Chore(release): Publish - @lmc-eu/spirit-form-validations@1.1.1 - @lmc-eu/spirit-web@1.10.0 - @lmc-eu/spirit-web-react@1.12.0 - @lmc-eu/spirit-web-twig@2.11.0 --- packages/form-validations/CHANGELOG.md | 8 ++++++++ packages/form-validations/package.json | 4 ++-- packages/web-react/CHANGELOG.md | 28 ++++++++++++++++++++++++++ packages/web-react/package.json | 4 ++-- packages/web-twig/CHANGELOG.md | 14 +++++++++++++ packages/web-twig/composer.json | 2 +- packages/web-twig/package.json | 2 +- packages/web/CHANGELOG.md | 14 +++++++++++++ packages/web/package.json | 2 +- 9 files changed, 71 insertions(+), 7 deletions(-) diff --git a/packages/form-validations/CHANGELOG.md b/packages/form-validations/CHANGELOG.md index 23480b33db..3ac361ace3 100644 --- a/packages/form-validations/CHANGELOG.md +++ b/packages/form-validations/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +## [1.1.1](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/spirit-form-validations@1.1.0...@lmc-eu/spirit-form-validations@1.1.1) (2024-02-07) + +Miscellaneous changes + +**Note:** Version bump only for package @lmc-eu/spirit-form-validations + # [1.1.0](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/spirit-form-validations@1.0.11...@lmc-eu/spirit-form-validations@1.1.0) (2024-01-30) diff --git a/packages/form-validations/package.json b/packages/form-validations/package.json index 864fd8bebe..939879d407 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.1.0", + "version": "1.1.1", "description": "Validation library for form fields of Spirit Design System", "license": "MIT", "publishConfig": { @@ -37,7 +37,7 @@ "@lmc-eu/spirit-common": "^0.2.0", "@lmc-eu/spirit-demo": "^0.1.1", "@lmc-eu/spirit-design-tokens": "^0.25.5", - "@lmc-eu/spirit-web": "^1.9.0", + "@lmc-eu/spirit-web": "^1.10.0", "@swc/core": "1.3.102", "@swc/jest": "0.2.29", "@types/jest": "29.5.11", diff --git a/packages/web-react/CHANGELOG.md b/packages/web-react/CHANGELOG.md index 7158d854b4..d62271f2cd 100644 --- a/packages/web-react/CHANGELOG.md +++ b/packages/web-react/CHANGELOG.md @@ -3,6 +3,34 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# [1.12.0](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/spirit-web-react@1.11.0...@lmc-eu/spirit-web-react@1.12.0) (2024-02-07) + +### Bug Fixes + +- **web-react:** Remove useless condition use of HTML parser ([ad74e08](https://github.com/lmc-eu/spirit-design-system/commit/ad74e08)), closes [#DS-1145](https://github.com/lmc-eu/spirit-design-system/issues/DS-1145) + +### Chores + +- **web-react:** Fix typo in demo app configuration ([3f0b66e](https://github.com/lmc-eu/spirit-design-system/commit/3f0b66e)) +- **web-react:** Remove @floating-ui/react from devDependencies ([9623b9e](https://github.com/lmc-eu/spirit-design-system/commit/9623b9e)) + +### Code Refactoring + +- **web-react:** Use `warning` utility instead of console.warn ([b293d3c](https://github.com/lmc-eu/spirit-design-system/commit/b293d3c)) + +### Documentation + +- **web-react:** Improve additional API options info [#DS-1099](https://github.com/lmc-eu/spirit-design-system/issues/DS-1099) ([417f89a](https://github.com/lmc-eu/spirit-design-system/commit/417f89a)) +- **web-react:** Usage of warnings in deprecations ([f18cdc8](https://github.com/lmc-eu/spirit-design-system/commit/f18cdc8)), closes [#DS-1145](https://github.com/lmc-eu/spirit-design-system/issues/DS-1145) + +### Features + +- **web-react:** Introduce option to disable scrolling inside Modal [#DS-732](https://github.com/lmc-eu/spirit-design-system/issues/DS-732) ([3e52d60](https://github.com/lmc-eu/spirit-design-system/commit/3e52d60)) + +**Note:** Version bump only for package @lmc-eu/spirit-web-react + # [1.11.0](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/spirit-web-react@1.10.0...@lmc-eu/spirit-web-react@1.11.0) (2024-01-30) diff --git a/packages/web-react/package.json b/packages/web-react/package.json index b58eb95152..3b4cc7f697 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.11.0", + "version": "1.12.0", "description": "React implementation of Spirit Design System components", "license": "MIT", "sideEffects": false, @@ -32,7 +32,7 @@ "@lmc-eu/spirit-common": "^0.2.0", "@lmc-eu/spirit-demo": "^0.1.1", "@lmc-eu/spirit-design-tokens": "^1.1.3", - "@lmc-eu/spirit-web": "^1.9.0", + "@lmc-eu/spirit-web": "^1.10.0", "@rollup/plugin-node-resolve": "15.2.3", "@swc/core": "1.3.102", "@swc/jest": "0.2.29", diff --git a/packages/web-twig/CHANGELOG.md b/packages/web-twig/CHANGELOG.md index a48a697fdd..d9b309aa65 100644 --- a/packages/web-twig/CHANGELOG.md +++ b/packages/web-twig/CHANGELOG.md @@ -3,6 +3,20 @@ 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/lmc-eu/spirit-design-system/compare/@lmc-eu/spirit-web-twig@2.10.0...@lmc-eu/spirit-web-twig@2.11.0) (2024-02-07) + +### Documentation + +- **web-twig:** Improve additional API options info [#DS-1099](https://github.com/lmc-eu/spirit-design-system/issues/DS-1099) ([cd38d9a](https://github.com/lmc-eu/spirit-design-system/commit/cd38d9a)) + +### Features + +- **web-twig:** Introduce option to disable scrolling inside Modal [#DS-732](https://github.com/lmc-eu/spirit-design-system/issues/DS-732) ([c0515b5](https://github.com/lmc-eu/spirit-design-system/commit/c0515b5)) + +**Note:** Version bump only for package @lmc-eu/spirit-web-twig + # [2.10.0](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/spirit-web-twig@2.9.0...@lmc-eu/spirit-web-twig@2.10.0) (2024-01-30) diff --git a/packages/web-twig/composer.json b/packages/web-twig/composer.json index f61d78d7b5..5951373f73 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.10.0", + "version": "2.11.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 f04fec4229..f5c9fb8c22 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.10.0", + "version": "2.11.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 0be28e7da1..69dd143e20 100644 --- a/packages/web/CHANGELOG.md +++ b/packages/web/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# [1.10.0](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/spirit-web@1.9.0...@lmc-eu/spirit-web@1.10.0) (2024-02-07) + +### Code Refactoring + +- **web:** Change `Modal` positioning from fixed position to margins ([26a8289](https://github.com/lmc-eu/spirit-design-system/commit/26a8289)) + +### Features + +- **web:** Introduce option to disable scrolling inside `Modal` [#DS-732](https://github.com/lmc-eu/spirit-design-system/issues/DS-732) ([e3c385a](https://github.com/lmc-eu/spirit-design-system/commit/e3c385a)) + +**Note:** Version bump only for package @lmc-eu/spirit-web + # [1.9.0](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/spirit-web@1.8.0...@lmc-eu/spirit-web@1.9.0) (2024-01-30) diff --git a/packages/web/package.json b/packages/web/package.json index c516276c64..619164a8aa 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@lmc-eu/spirit-web", - "version": "1.9.0", + "version": "1.10.0", "description": "CSS and vanilla JS implementation of Spirit Design System", "license": "MIT", "publishConfig": {