From 2c09d625196b02f18311f8ce04f8761f77d90da7 Mon Sep 17 00:00:00 2001 From: literat Date: Mon, 25 Nov 2024 12:13:24 +0100 Subject: [PATCH] Chore(release): Publish - @almacareer/spirit-example-next-with-app-router@0.2.3-alpha.3 - @almacareer/spirit-example-next-with-pages-router@0.2.3-alpha.3 - @lmc-eu/spirit-design-tokens@3.0.0-alpha.3 - @lmc-eu/spirit-form-validations@2.0.8 - @lmc-eu/spirit-web@3.0.0-alpha.5 - @lmc-eu/spirit-web-react@3.0.0-alpha.5 - @lmc-eu/spirit-web-twig@4.0.0-alpha.2 --- examples/next-with-app-router/CHANGELOG.md | 10 ++++++++++ examples/next-with-app-router/package.json | 2 +- examples/next-with-pages-router/CHANGELOG.md | 10 ++++++++++ examples/next-with-pages-router/package.json | 2 +- packages/design-tokens/CHANGELOG.md | 10 ++++++++++ packages/design-tokens/package.json | 2 +- packages/form-validations/CHANGELOG.md | 10 ++++++++++ packages/form-validations/package.json | 2 +- packages/web-react/CHANGELOG.md | 14 ++++++++++++++ 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 +- yarn.lock | 4 ++-- 16 files changed, 93 insertions(+), 11 deletions(-) diff --git a/examples/next-with-app-router/CHANGELOG.md b/examples/next-with-app-router/CHANGELOG.md index c209da7e1f..fbf2bc450c 100644 --- a/examples/next-with-app-router/CHANGELOG.md +++ b/examples/next-with-app-router/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +## [0.2.3-alpha.3](https://github.com/lmc-eu/spirit-design-system/compare/@almacareer/spirit-example-next-with-app-router@0.2.3-alpha.2...@almacareer/spirit-example-next-with-app-router@0.2.3-alpha.3) (2024-11-25) + +### Bug Fixes + +- **examples:** Add mandatory elementType to examples ([021932c](https://github.com/lmc-eu/spirit-design-system/commit/021932c)) + +**Note:** Version bump only for package @almacareer/spirit-example-next-with-app-router + ## [0.2.3-alpha.2](https://github.com/lmc-eu/spirit-design-system/compare/@almacareer/spirit-example-next-with-app-router@0.2.3-alpha.1...@almacareer/spirit-example-next-with-app-router@0.2.3-alpha.2) (2024-11-13) diff --git a/examples/next-with-app-router/package.json b/examples/next-with-app-router/package.json index 22000830f1..791b935348 100644 --- a/examples/next-with-app-router/package.json +++ b/examples/next-with-app-router/package.json @@ -1,6 +1,6 @@ { "name": "@almacareer/spirit-example-next-with-app-router", - "version": "0.2.3-alpha.2", + "version": "0.2.3-alpha.3", "private": true, "scripts": { "dev": "next dev", diff --git a/examples/next-with-pages-router/CHANGELOG.md b/examples/next-with-pages-router/CHANGELOG.md index 38cb5d7934..ff282713ea 100644 --- a/examples/next-with-pages-router/CHANGELOG.md +++ b/examples/next-with-pages-router/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +## [0.2.3-alpha.3](https://github.com/lmc-eu/spirit-design-system/compare/@almacareer/spirit-example-next-with-pages-router@0.2.3-alpha.2...@almacareer/spirit-example-next-with-pages-router@0.2.3-alpha.3) (2024-11-25) + +### Bug Fixes + +- **examples:** Add mandatory elementType to examples ([021932c](https://github.com/lmc-eu/spirit-design-system/commit/021932c)) + +**Note:** Version bump only for package @almacareer/spirit-example-next-with-pages-router + ## [0.2.3-alpha.2](https://github.com/lmc-eu/spirit-design-system/compare/@almacareer/spirit-example-next-with-pages-router@0.2.3-alpha.1...@almacareer/spirit-example-next-with-pages-router@0.2.3-alpha.2) (2024-11-13) diff --git a/examples/next-with-pages-router/package.json b/examples/next-with-pages-router/package.json index b41e42d6ce..7556019e17 100644 --- a/examples/next-with-pages-router/package.json +++ b/examples/next-with-pages-router/package.json @@ -1,6 +1,6 @@ { "name": "@almacareer/spirit-example-next-with-pages-router", - "version": "0.2.3-alpha.2", + "version": "0.2.3-alpha.3", "private": true, "scripts": { "dev": "next dev", diff --git a/packages/design-tokens/CHANGELOG.md b/packages/design-tokens/CHANGELOG.md index dae903e7e3..16d949c850 100644 --- a/packages/design-tokens/CHANGELOG.md +++ b/packages/design-tokens/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# [3.0.0-alpha.2](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/spirit-design-tokens@3.0.0-alpha.2...@lmc-eu/spirit-design-tokens@3.0.0-alpha.3) (2024-11-25) + +### Chores + +- **design-tokens:** Force Publish + +**Note:** Version bump only for package @lmc-eu/spirit-design-tokens + # [3.0.0-alpha.2](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/spirit-design-tokens@3.0.0-alpha.1...@lmc-eu/spirit-design-tokens@3.0.0-alpha.2) (2024-11-13) diff --git a/packages/design-tokens/package.json b/packages/design-tokens/package.json index 3fd607945a..c46802c21e 100644 --- a/packages/design-tokens/package.json +++ b/packages/design-tokens/package.json @@ -1,6 +1,6 @@ { "name": "@lmc-eu/spirit-design-tokens", - "version": "3.0.0-alpha.2", + "version": "3.0.0-alpha.3", "description": "Design tokens for Spirit Design System", "license": "MIT", "engines": { diff --git a/packages/form-validations/CHANGELOG.md b/packages/form-validations/CHANGELOG.md index 6f74a2cab3..c51ef0c06e 100644 --- a/packages/form-validations/CHANGELOG.md +++ b/packages/form-validations/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +## [2.0.8](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/spirit-form-validations@2.0.6...@lmc-eu/spirit-form-validations@2.0.8) (2024-11-25) + +### Code Refactoring + +- **form-validations:** Update form validations error lists ([4486006](https://github.com/lmc-eu/spirit-design-system/commit/4486006)) + +**Note:** Version bump only for package @lmc-eu/spirit-form-validations + ## [2.0.7](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/spirit-form-validations@2.0.5...@lmc-eu/spirit-form-validations@2.0.7) (2024-11-22) diff --git a/packages/form-validations/package.json b/packages/form-validations/package.json index cc7865554f..78700c284e 100644 --- a/packages/form-validations/package.json +++ b/packages/form-validations/package.json @@ -1,6 +1,6 @@ { "name": "@lmc-eu/spirit-form-validations", - "version": "2.0.7", + "version": "2.0.8", "description": "Validation library for form fields of Spirit Design System", "license": "MIT", "engines": { diff --git a/packages/web-react/CHANGELOG.md b/packages/web-react/CHANGELOG.md index 5025650352..23579d8724 100644 --- a/packages/web-react/CHANGELOG.md +++ b/packages/web-react/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. + + +# [3.0.0-alpha.5](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/spirit-web-react@3.0.0-alpha.4...@lmc-eu/spirit-web-react@3.0.0-alpha.5) (2024-11-25) + +### Code Refactoring + +- **web-react:** Wrap ValidationText list in div and dynamical role ([51ecc21](https://github.com/lmc-eu/spirit-design-system/commit/51ecc21)) + +### Features + +- **web-react:** Introduce Plain Button [#DS-1454](https://github.com/lmc-eu/spirit-design-system/issues/DS-1454) ([3ea4030](https://github.com/lmc-eu/spirit-design-system/commit/3ea4030)) + +**Note:** Version bump only for package @lmc-eu/spirit-web-react + # [3.0.0-alpha.4](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/spirit-web-react@3.0.0-alpha.3...@lmc-eu/spirit-web-react@3.0.0-alpha.4) (2024-11-13) ### Dependencies diff --git a/packages/web-react/package.json b/packages/web-react/package.json index d373eada87..8a37d144a8 100644 --- a/packages/web-react/package.json +++ b/packages/web-react/package.json @@ -1,6 +1,6 @@ { "name": "@lmc-eu/spirit-web-react", - "version": "3.0.0-alpha.4", + "version": "3.0.0-alpha.5", "description": "React implementation of Spirit Design System components", "license": "MIT", "engines": { @@ -39,7 +39,7 @@ "@lmc-eu/spirit-common": "^0.3.8", "@lmc-eu/spirit-demo": "^1.0.0-alpha.0", "@lmc-eu/spirit-design-tokens": "^3.0.0-alpha.2", - "@lmc-eu/spirit-web": "^3.0.0-alpha.4", + "@lmc-eu/spirit-web": "^3.0.0-alpha.5", "@rollup/plugin-node-resolve": "15.3.0", "@rollup/plugin-replace": "6.0.1", "@rollup/plugin-terser": "0.4.4", diff --git a/packages/web-twig/CHANGELOG.md b/packages/web-twig/CHANGELOG.md index f6cb7dcf6d..e9c9b6b5e5 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. + + +# [4.0.0-alpha.2](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/spirit-web-twig@4.0.0-alpha.1...@lmc-eu/spirit-web-twig@4.0.0-alpha.2) (2024-11-25) + +### Code Refactoring + +- **web-twig:** Wrap ValidationText list in div ([c5c083e](https://github.com/lmc-eu/spirit-design-system/commit/c5c083e)) + +### Features + +- **web-twig:** Introduce Plain Button [#DS-1454](https://github.com/lmc-eu/spirit-design-system/issues/DS-1454) ([c08e8fa](https://github.com/lmc-eu/spirit-design-system/commit/c08e8fa)) + +**Note:** Version bump only for package @lmc-eu/spirit-web-twig + # [4.0.0-alpha.1](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/spirit-web-twig@4.0.0-alpha.0...@lmc-eu/spirit-web-twig@4.0.0-alpha.1) (2024-11-06) diff --git a/packages/web-twig/composer.json b/packages/web-twig/composer.json index 8c6d5ba690..b25203f510 100644 --- a/packages/web-twig/composer.json +++ b/packages/web-twig/composer.json @@ -3,7 +3,7 @@ "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", "type": "symfony-bundle", - "version": "4.0.0-alpha.1", + "version": "4.0.0-alpha.2", "authors": [ { "name": "LMC, s.r.o." diff --git a/packages/web-twig/package.json b/packages/web-twig/package.json index 95f4d1e1fd..b86999d491 100644 --- a/packages/web-twig/package.json +++ b/packages/web-twig/package.json @@ -1,6 +1,6 @@ { "name": "@lmc-eu/spirit-web-twig", - "version": "4.0.0-alpha.1", + "version": "4.0.0-alpha.2", "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 ace2c9b3c9..7369a66267 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. + + +# [3.0.0-alpha.5](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/spirit-web@3.0.0-alpha.4...@lmc-eu/spirit-web@3.0.0-alpha.5) (2024-11-25) + +### BREAKING CHANGES + +- **web:** Wrap list with validation text ([d124c80](https://github.com/lmc-eu/spirit-design-system/commit/d124c80)), closes [#DS-1255](https://github.com/lmc-eu/spirit-design-system/issues/DS-1255) + +### Features + +- **web:** Introduce Plain Button [#DS-1454](https://github.com/lmc-eu/spirit-design-system/issues/DS-1454) ([48d9db9](https://github.com/lmc-eu/spirit-design-system/commit/48d9db9)) + +**Note:** Version bump only for package @lmc-eu/spirit-web + # [3.0.0-alpha.4](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/spirit-web@3.0.0-alpha.3...@lmc-eu/spirit-web@3.0.0-alpha.4) (2024-11-13) ### Dependencies diff --git a/packages/web/package.json b/packages/web/package.json index f1fbfc402e..6fbc2fbd87 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@lmc-eu/spirit-web", - "version": "3.0.0-alpha.4", + "version": "3.0.0-alpha.5", "description": "CSS and vanilla JS implementation of Spirit Design System", "license": "MIT", "engines": { diff --git a/yarn.lock b/yarn.lock index ec49e2f238..52c1574305 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5244,7 +5244,7 @@ __metadata: "@lmc-eu/spirit-common": "npm:^0.3.8" "@lmc-eu/spirit-demo": "npm:^1.0.0-alpha.0" "@lmc-eu/spirit-design-tokens": "npm:^3.0.0-alpha.2" - "@lmc-eu/spirit-web": "npm:^3.0.0-alpha.4" + "@lmc-eu/spirit-web": "npm:^3.0.0-alpha.5" "@rollup/plugin-node-resolve": "npm:15.3.0" "@rollup/plugin-replace": "npm:6.0.1" "@rollup/plugin-terser": "npm:0.4.4" @@ -5308,7 +5308,7 @@ __metadata: languageName: unknown linkType: soft -"@lmc-eu/spirit-web@npm:^3.0.0-alpha.4, @lmc-eu/spirit-web@workspace:^, @lmc-eu/spirit-web@workspace:packages/web": +"@lmc-eu/spirit-web@npm:^3.0.0-alpha.5, @lmc-eu/spirit-web@workspace:^, @lmc-eu/spirit-web@workspace:packages/web": version: 0.0.0-use.local resolution: "@lmc-eu/spirit-web@workspace:packages/web" dependencies: