From 2054a791fbd3418e42cf6bf7c3dcc1e87f49e61c Mon Sep 17 00:00:00 2001 From: Pavel Klibani Date: Tue, 30 Jan 2024 15:51:35 +0100 Subject: [PATCH] Chore(release): Publish - @lmc-eu/spirit-common@0.2.0 - @lmc-eu/spirit-demo@0.1.1 - @lmc-eu/spirit-form-validations@1.1.0 - @lmc-eu/spirit-web@1.9.0 - @lmc-eu/spirit-web-react@1.11.0 - @lmc-eu/spirit-web-twig@2.10.0 --- packages/common/CHANGELOG.md | 10 +++++++ packages/common/package.json | 2 +- packages/demo/CHANGELOG.md | 10 +++++++ packages/demo/package.json | 2 +- packages/form-validations/CHANGELOG.md | 10 +++++++ packages/form-validations/package.json | 8 +++--- packages/web-react/CHANGELOG.md | 39 ++++++++++++++++++++++++++ packages/web-react/package.json | 8 +++--- packages/web-twig/CHANGELOG.md | 30 ++++++++++++++++++++ packages/web-twig/composer.json | 2 +- packages/web-twig/package.json | 2 +- packages/web/CHANGELOG.md | 35 +++++++++++++++++++++++ packages/web/package.json | 6 ++-- 13 files changed, 149 insertions(+), 15 deletions(-) diff --git a/packages/common/CHANGELOG.md b/packages/common/CHANGELOG.md index 3457441559..d2ed9c3f1d 100644 --- a/packages/common/CHANGELOG.md +++ b/packages/common/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.0](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/spirit-common@0.1.0...@lmc-eu/spirit-common@0.2.0) (2024-01-30) + +### Features + +- **common:** Configure https in server constants ([c7824b3](https://github.com/lmc-eu/spirit-design-system/commit/c7824b3)) + +**Note:** Version bump only for package @lmc-eu/spirit-common + # 0.1.0 (2024-01-12) diff --git a/packages/common/package.json b/packages/common/package.json index 49c0bad4c4..2996c39999 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@lmc-eu/spirit-common", - "version": "0.1.0", + "version": "0.2.0", "description": "Common code and scripts for Spirit Design System", "license": "MIT", "private": true, diff --git a/packages/demo/CHANGELOG.md b/packages/demo/CHANGELOG.md index dae92c3590..492ae60822 100644 --- a/packages/demo/CHANGELOG.md +++ b/packages/demo/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.1.1](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/spirit-demo@0.1.0...@lmc-eu/spirit-demo@0.1.1) (2024-01-30) + +### Chores + +- **web,web-twig,web-react:** Unify demo differences in components [#DS-660](https://github.com/lmc-eu/spirit-design-system/issues/DS-660) ([db7426e](https://github.com/lmc-eu/spirit-design-system/commit/db7426e)) + +**Note:** Version bump only for package @lmc-eu/spirit-demo + # 0.1.0 (2023-09-26) diff --git a/packages/demo/package.json b/packages/demo/package.json index f1e91725d3..9ea1b5375b 100644 --- a/packages/demo/package.json +++ b/packages/demo/package.json @@ -1,6 +1,6 @@ { "name": "@lmc-eu/spirit-demo", - "version": "0.1.0", + "version": "0.1.1", "description": "Showcase tooling for demo of Spirit Design System", "license": "MIT", "publishConfig": { diff --git a/packages/form-validations/CHANGELOG.md b/packages/form-validations/CHANGELOG.md index 3976a3c707..23480b33db 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. + + +# [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) + +### Features + +- **demo,web,web-react,form-validations:** Set font-display to block in google fonts load ([258d9e9](https://github.com/lmc-eu/spirit-design-system/commit/258d9e9)) + +**Note:** Version bump only for package @lmc-eu/spirit-form-validations + ## [1.0.11](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/spirit-form-validations@1.0.10...@lmc-eu/spirit-form-validations@1.0.11) (2024-01-17) diff --git a/packages/form-validations/package.json b/packages/form-validations/package.json index 434ec44ee6..864fd8bebe 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.11", + "version": "1.1.0", "description": "Validation library for form fields of Spirit Design System", "license": "MIT", "publishConfig": { @@ -34,10 +34,10 @@ }, "devDependencies": { "@lmc-eu/browserslist-config": "2.0.0", - "@lmc-eu/spirit-common": "^0.1.0", - "@lmc-eu/spirit-demo": "^0.1.0", + "@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.8.0", + "@lmc-eu/spirit-web": "^1.9.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 91be89d73f..7158d854b4 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.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) + +### Bug Fixes + +- **web-react:** Cleanup scrolling when Modal is unmounted ([654a147](https://github.com/lmc-eu/spirit-design-system/commit/654a147)), closes [#DS-1126](https://github.com/lmc-eu/spirit-design-system/issues/DS-1126) + +### Chores + +- **web,web-react:** Hide Vite HMR overlay ([66bb64a](https://github.com/lmc-eu/spirit-design-system/commit/66bb64a)) +- **web,web-twig,web-react:** Unify demo differences in components [#DS-660](https://github.com/lmc-eu/spirit-design-system/issues/DS-660) ([db7426e](https://github.com/lmc-eu/spirit-design-system/commit/db7426e)) + +### Code Refactoring + +- **web-react:** Clean up shared non-dictionary types and constants ([e7b9317](https://github.com/lmc-eu/spirit-design-system/commit/e7b9317)) + +### Dependencies + +- **web-react:** Adding peer FloatingUI dependency to package.json ([33df3ee](https://github.com/lmc-eu/spirit-design-system/commit/33df3ee)) + +### Documentation + +- **web-react:** Use spacing style props in all components [#DS-475](https://github.com/lmc-eu/spirit-design-system/issues/DS-475) ([b6b8721](https://github.com/lmc-eu/spirit-design-system/commit/b6b8721)) +- **web, web-twig, web-react:** Clarify that `Modal` can be stacked, but not nested in the DOM ([16f3b70](https://github.com/lmc-eu/spirit-design-system/commit/16f3b70)) + +### Features + +- **demo,web,web-react,form-validations:** Set font-display to block in google fonts load ([258d9e9](https://github.com/lmc-eu/spirit-design-system/commit/258d9e9)) +- **web-react:** Introduce new TooltipModern component with FloatingUI ([14cbadc](https://github.com/lmc-eu/spirit-design-system/commit/14cbadc)) +- **web-react:** Introduce spacing style props to all components [#DS-475](https://github.com/lmc-eu/spirit-design-system/issues/DS-475) ([867ba37](https://github.com/lmc-eu/spirit-design-system/commit/867ba37)) +- **web-react:** Introduce vertical alignment options for `Modal` [#DS-940](https://github.com/lmc-eu/spirit-design-system/issues/DS-940) ([67e2594](https://github.com/lmc-eu/spirit-design-system/commit/67e2594)) + +### Tests + +- **web-react:** Add test for hook useFloatingUI ([cce1551](https://github.com/lmc-eu/spirit-design-system/commit/cce1551)) + +**Note:** Version bump only for package @lmc-eu/spirit-web-react + # [1.10.0](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/spirit-web-react@1.9.0...@lmc-eu/spirit-web-react@1.10.0) (2024-01-17) diff --git a/packages/web-react/package.json b/packages/web-react/package.json index c3da6c557a..d2de2b8cb6 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.10.0", + "version": "1.11.0", "description": "React implementation of Spirit Design System components", "license": "MIT", "sideEffects": false, @@ -30,10 +30,10 @@ "@lmc-eu/eslint-config-base": "3.0.2", "@lmc-eu/eslint-config-jest": "3.0.2", "@lmc-eu/eslint-config-react": "2.0.2", - "@lmc-eu/spirit-common": "^0.1.0", - "@lmc-eu/spirit-demo": "^0.1.0", + "@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.8.0", + "@lmc-eu/spirit-web": "^1.9.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 45c0e3a3b3..a48a697fdd 100644 --- a/packages/web-twig/CHANGELOG.md +++ b/packages/web-twig/CHANGELOG.md @@ -3,6 +3,36 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# [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) + +### Chores + +- **web,web-twig,web-react:** Unify demo differences in components [#DS-660](https://github.com/lmc-eu/spirit-design-system/issues/DS-660) ([db7426e](https://github.com/lmc-eu/spirit-design-system/commit/db7426e)) + +### Code Refactoring + +- **web-twig, demo:** Move Tooltip demo scripts to the demo app ([9fc6ae0](https://github.com/lmc-eu/spirit-design-system/commit/9fc6ae0)) + +### Documentation + +- **web-twig:** Use spacing style props in all components [#DS-1109](https://github.com/lmc-eu/spirit-design-system/issues/DS-1109) ([3692198](https://github.com/lmc-eu/spirit-design-system/commit/3692198)) +- **web, web-twig, web-react:** Clarify that `Modal` can be stacked, but not nested in the DOM ([16f3b70](https://github.com/lmc-eu/spirit-design-system/commit/16f3b70)) + +### Features + +- **web-react:** Introduce vertical alignment options for `Modal` [#DS-940](https://github.com/lmc-eu/spirit-design-system/issues/DS-940) ([67e2594](https://github.com/lmc-eu/spirit-design-system/commit/67e2594)) +- **web-twig:** Introduce advanced Tooltip usage supported by FloatingUI ([91eaec0](https://github.com/lmc-eu/spirit-design-system/commit/91eaec0)), closes [#DS-1087](https://github.com/lmc-eu/spirit-design-system/issues/DS-1087) +- **web-twig:** Introduce spacing style props to all components [#DS-1109](https://github.com/lmc-eu/spirit-design-system/issues/DS-1109) ([78a697e](https://github.com/lmc-eu/spirit-design-system/commit/78a697e)) +- **web-twig:** Introduce vertical alignment options for `Modal` [#DS-940](https://github.com/lmc-eu/spirit-design-system/issues/DS-940) ([d1da586](https://github.com/lmc-eu/spirit-design-system/commit/d1da586)) + +### Reverts + +- **web-twig:** Set Tooltip to use modifier class instead of data attr to set the placement inside ([0fa635a](https://github.com/lmc-eu/spirit-design-system/commit/0fa635a)) + +**Note:** Version bump only for package @lmc-eu/spirit-web-twig + # [2.9.0](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/spirit-web-twig@2.8.0...@lmc-eu/spirit-web-twig@2.9.0) (2024-01-17) diff --git a/packages/web-twig/composer.json b/packages/web-twig/composer.json index 3f65537f7f..f61d78d7b5 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.9.0", + "version": "2.10.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 38ee774e17..f04fec4229 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.9.0", + "version": "2.10.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 46afedd279..0be28e7da1 100644 --- a/packages/web/CHANGELOG.md +++ b/packages/web/CHANGELOG.md @@ -3,6 +3,41 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# [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) + +### Bug Fixes + +- **web:** Check if controlled placement on Tooltip is also undefined ([049ebf7](https://github.com/lmc-eu/spirit-design-system/commit/049ebf7)) + +### Chores + +- **web,web-react:** Hide Vite HMR overlay ([66bb64a](https://github.com/lmc-eu/spirit-design-system/commit/66bb64a)) +- **web,web-twig,web-react:** Unify demo differences in components [#DS-660](https://github.com/lmc-eu/spirit-design-system/issues/DS-660) ([db7426e](https://github.com/lmc-eu/spirit-design-system/commit/db7426e)) + +### Dependencies + +- **web:** Adding peer FloatingUI dependency to web package.json ([6484314](https://github.com/lmc-eu/spirit-design-system/commit/6484314)) + +### Documentation + +- **web, web-twig, web-react:** Clarify that `Modal` can be stacked, but not nested in the DOM ([16f3b70](https://github.com/lmc-eu/spirit-design-system/commit/16f3b70)) + +### Features + +- **demo,web,web-react,form-validations:** Set font-display to block in google fonts load ([258d9e9](https://github.com/lmc-eu/spirit-design-system/commit/258d9e9)) +- **web-react:** Introduce vertical alignment options for `Modal` [#DS-940](https://github.com/lmc-eu/spirit-design-system/issues/DS-940) ([67e2594](https://github.com/lmc-eu/spirit-design-system/commit/67e2594)) +- **web:** Add FloatingUI support to Tooltip components ([40887b2](https://github.com/lmc-eu/spirit-design-system/commit/40887b2)) +- **web:** Introduce vertical alignment options for `Modal` [#DS-940](https://github.com/lmc-eu/spirit-design-system/issues/DS-940) ([966f44e](https://github.com/lmc-eu/spirit-design-system/commit/966f44e)) +- **web:** New CSS variable for Tooltip maxWidth ([1db03e9](https://github.com/lmc-eu/spirit-design-system/commit/1db03e9)) + +### Tests + +- **web:** Adding test for tooltip config attribute ([274bab6](https://github.com/lmc-eu/spirit-design-system/commit/274bab6)) + +**Note:** Version bump only for package @lmc-eu/spirit-web + # [1.8.0](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/spirit-web@1.7.0...@lmc-eu/spirit-web@1.8.0) (2024-01-17) diff --git a/packages/web/package.json b/packages/web/package.json index f3b508689a..c516276c64 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@lmc-eu/spirit-web", - "version": "1.8.0", + "version": "1.9.0", "description": "CSS and vanilla JS implementation of Spirit Design System", "license": "MIT", "publishConfig": { @@ -61,8 +61,8 @@ }, "devDependencies": { "@lmc-eu/browserslist-config": "2.0.0", - "@lmc-eu/spirit-common": "^0.1.0", - "@lmc-eu/spirit-demo": "^0.1.0", + "@lmc-eu/spirit-common": "^0.2.0", + "@lmc-eu/spirit-demo": "^0.1.1", "@lmc-eu/stylelint-config": "7.0.1", "@rollup/plugin-typescript": "11.1.5", "@swc/core": "1.3.102",