Skip to content

Commit

Permalink
Chore(release): Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
literat committed Dec 5, 2023
1 parent 3bf097c commit 734c46e
Show file tree
Hide file tree
Showing 13 changed files with 132 additions and 10 deletions.
19 changes: 19 additions & 0 deletions packages/analytics/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.2.0"></a>

# [0.2.0](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/[email protected]...@lmc-eu/[email protected]) (2023-12-05)

### Bug Fixes

- **analytics:** Import polymorphic `__dirname` and add single binary ([8746d98](https://github.com/lmc-eu/spirit-design-system/commit/8746d98))

### Features

- **analytics:** Introduce scanner `type` option ([b292f8c](https://github.com/lmc-eu/spirit-design-system/commit/b292f8c)), closes [#DS-874](https://github.com/lmc-eu/spirit-design-system/issues/DS-874)
- **analytics:** Introduce Twig scanner ([b48b386](https://github.com/lmc-eu/spirit-design-system/commit/b48b386)), closes [#DS-874](https://github.com/lmc-eu/spirit-design-system/issues/DS-874)

### Tests

- **analytics:** Introduce tests for the Twig scanner ([5dd7d71](https://github.com/lmc-eu/spirit-design-system/commit/5dd7d71)), closes [#DS-874](https://github.com/lmc-eu/spirit-design-system/issues/DS-874)

**Note:** Version bump only for package @lmc-eu/spirit-analytics

<a name="0.1.4"></a>

## [0.1.4](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/[email protected]...@lmc-eu/[email protected]) (2023-11-15)
Expand Down
2 changes: 1 addition & 1 deletion packages/analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lmc-eu/spirit-analytics",
"version": "0.1.4",
"version": "0.2.0",
"description": "Analytic tools for Spirit Design System",
"license": "MIT",
"keywords": [
Expand Down
14 changes: 14 additions & 0 deletions packages/design-tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a name="1.1.2"></a>

## [1.1.2](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/[email protected]...@lmc-eu/[email protected]) (2023-12-05)

### Bug Fixes

- **design-tokens:** Remove `exports` field block build on product applications ([4307f68](https://github.com/lmc-eu/spirit-design-system/commit/4307f68))

### Dependencies

- Pin dependencies ([c0ec4aa](https://github.com/lmc-eu/spirit-design-system/commit/c0ec4aa))

**Note:** Version bump only for package @lmc-eu/spirit-design-tokens

<a name="1.1.1"></a>

## [1.1.1](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/[email protected]...@lmc-eu/[email protected]) (2023-11-18)
Expand Down
2 changes: 1 addition & 1 deletion packages/design-tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lmc-eu/spirit-design-tokens",
"version": "1.1.1",
"version": "1.1.2",
"description": "Design tokens for Spirit Design System",
"license": "MIT",
"publishConfig": {
Expand Down
8 changes: 8 additions & 0 deletions packages/form-validations/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a name="1.0.9"></a>

## [1.0.9](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/[email protected]...@lmc-eu/[email protected]) (2023-12-05)

Miscellaneous changes

**Note:** Version bump only for package @lmc-eu/spirit-form-validations

<a name="1.0.8"></a>

## [1.0.8](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/[email protected]...@lmc-eu/[email protected]) (2023-11-18)
Expand Down
4 changes: 2 additions & 2 deletions packages/form-validations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lmc-eu/spirit-form-validations",
"version": "1.0.8",
"version": "1.0.9",
"description": "Validation library for form fields of Spirit Design System",
"license": "MIT",
"publishConfig": {
Expand Down Expand Up @@ -36,7 +36,7 @@
"@lmc-eu/browserslist-config": "2.0.0",
"@lmc-eu/spirit-demo": "^0.1.0",
"@lmc-eu/spirit-design-tokens": "^0.25.5",
"@lmc-eu/spirit-web": "^1.5.1",
"@lmc-eu/spirit-web": "^1.6.0",
"@swc/core": "1.3.96",
"@swc/jest": "0.2.29",
"@types/jest": "29.5.8",
Expand Down
31 changes: 31 additions & 0 deletions packages/web-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,37 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="1.8.0"></a>

# [1.8.0](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/[email protected]...@lmc-eu/[email protected]) (2023-12-05)

### Bug Fixes

- **web-react:** Accordion DOM errors [#DS-948](https://github.com/lmc-eu/spirit-design-system/issues/DS-948) ([3f87401](https://github.com/lmc-eu/spirit-design-system/commit/3f87401))
- **web-react:** Add useScrollControl hook and block scrolling when Dialog open [#DS-1052](https://github.com/lmc-eu/spirit-design-system/issues/DS-1052) ([37cae9e](https://github.com/lmc-eu/spirit-design-system/commit/37cae9e))
- **web-react:** FileUploader error message changed to be same across all ([d617bc0](https://github.com/lmc-eu/spirit-design-system/commit/d617bc0))
- **web-react:** HeaderDialog is now closable on backdrop click ([6cd4c84](https://github.com/lmc-eu/spirit-design-system/commit/6cd4c84)), closes [#DS-1075](https://github.com/lmc-eu/spirit-design-system/issues/DS-1075)
- **web-react:** HeaderDialogLink now accept a NextLink [#DS-1003](https://github.com/lmc-eu/spirit-design-system/issues/DS-1003) ([5bf52c1](https://github.com/lmc-eu/spirit-design-system/commit/5bf52c1))
- **web-react:** Tablink and HeaderLink now accept a NextLink [#DS-1018](https://github.com/lmc-eu/spirit-design-system/issues/DS-1018) ([48bb80b](https://github.com/lmc-eu/spirit-design-system/commit/48bb80b))
- **web-react:** Tabs now have styleProps [#DS-977](https://github.com/lmc-eu/spirit-design-system/issues/DS-977) ([1ce3110](https://github.com/lmc-eu/spirit-design-system/commit/1ce3110))

### Documentation

- **web-react, web-twig:** Switch responsive Grid props to the cols object ([18f3df9](https://github.com/lmc-eu/spirit-design-system/commit/18f3df9))
- **web-react:** Added styleProps in the Tabs README API Tables [#DS-977](https://github.com/lmc-eu/spirit-design-system/issues/DS-977) ([adff622](https://github.com/lmc-eu/spirit-design-system/commit/adff622))
- **web-react:** Fix typo in README.md of Icon component ([f700adf](https://github.com/lmc-eu/spirit-design-system/commit/f700adf))

### Features

- **web-react:** Allow object in Grid prop cols, deprecate desktop and tablet [#DS-995](https://github.com/lmc-eu/spirit-design-system/issues/DS-995) ([85abe02](https://github.com/lmc-eu/spirit-design-system/commit/85abe02))
- **web-react:** Introduce Item component [#DS-1049](https://github.com/lmc-eu/spirit-design-system/issues/DS-1049) ([c3200a9](https://github.com/lmc-eu/spirit-design-system/commit/c3200a9))

### Tests

- **web-react:** Tabs tests for styleProps [#DS-977](https://github.com/lmc-eu/spirit-design-system/issues/DS-977) ([4ccaf16](https://github.com/lmc-eu/spirit-design-system/commit/4ccaf16))

**Note:** Version bump only for package @lmc-eu/spirit-web-react

<a name="1.7.1"></a>

## [1.7.1](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/[email protected]...@lmc-eu/[email protected]) (2023-11-18)
Expand Down
4 changes: 2 additions & 2 deletions packages/web-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lmc-eu/spirit-web-react",
"version": "1.7.1",
"version": "1.8.0",
"description": "React implementation of Spirit Design System components",
"license": "MIT",
"sideEffects": false,
Expand Down Expand Up @@ -31,7 +31,7 @@
"@lmc-eu/eslint-config-react": "2.0.1",
"@lmc-eu/spirit-demo": "^0.1.0",
"@lmc-eu/spirit-design-tokens": "^0.25.5",
"@lmc-eu/spirit-web": "^1.5.1",
"@lmc-eu/spirit-web": "^1.6.0",
"@rollup/plugin-node-resolve": "15.2.3",
"@swc/core": "1.3.96",
"@swc/jest": "0.2.29",
Expand Down
29 changes: 29 additions & 0 deletions packages/web-twig/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,35 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="2.7.0"></a>

# [2.7.0](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/[email protected]...@lmc-eu/[email protected]) (2023-12-05)

### Bug Fixes

- **web-twig:** Do not render class in the `style` attribute of the `GridItem` ([38bcd4e](https://github.com/lmc-eu/spirit-design-system/commit/38bcd4e))
- **web-twig:** Do not render class in the style attribute of the `ModalDialog` ([4adbc16](https://github.com/lmc-eu/spirit-design-system/commit/4adbc16))

### Documentation

- **web-react, web-twig:** Switch responsive Grid props to the cols object ([18f3df9](https://github.com/lmc-eu/spirit-design-system/commit/18f3df9))
- **web-twig:** Better document void attributes like `novalidate` ([5562ddc](https://github.com/lmc-eu/spirit-design-system/commit/5562ddc))

### Features

- **web-twig:** Allow object in Grid prop cols, deprecate desktop and tablet [#DS-995](https://github.com/lmc-eu/spirit-design-system/issues/DS-995) ([7d9d4f0](https://github.com/lmc-eu/spirit-design-system/commit/7d9d4f0))
- **web-twig:** Introduce Item component [#DS-1049](https://github.com/lmc-eu/spirit-design-system/issues/DS-1049) ([02c0f7c](https://github.com/lmc-eu/spirit-design-system/commit/02c0f7c))

### Styles

- **web-twig:** Unify usage of space between compound braces of props ([40b99a0](https://github.com/lmc-eu/spirit-design-system/commit/40b99a0))

### Tests

- **web-twig:** Remove Grid layout prop test - the prop is no longer there ([8dd95de](https://github.com/lmc-eu/spirit-design-system/commit/8dd95de))

**Note:** Version bump only for package @lmc-eu/spirit-web-twig

<a name="2.6.0"></a>

# [2.6.0](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/[email protected]...@lmc-eu/[email protected]) (2023-11-15)
Expand Down
2 changes: 1 addition & 1 deletion packages/web-twig/composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lmc/spirit-web-twig-bundle",
"version": "2.6.0",
"version": "2.7.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",
Expand Down
2 changes: 1 addition & 1 deletion packages/web-twig/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lmc-eu/spirit-web-twig",
"version": "2.6.0",
"version": "2.7.0",
"description": "Twig implementation of Spirit Design System components",
"license": "MIT",
"private": true,
Expand Down
21 changes: 21 additions & 0 deletions packages/web/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="1.6.0"></a>

# [1.6.0](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/[email protected]...@lmc-eu/[email protected]) (2023-12-05)

### Bug Fixes

- **web:** FileUploader error message changed to be same across all ([0ee008b](https://github.com/lmc-eu/spirit-design-system/commit/0ee008b))
- **web:** Make Item, Checkbox Item and Radio Item full width ([3bf097c](https://github.com/lmc-eu/spirit-design-system/commit/3bf097c))
- **web:** Refactor `Accordion` styles to fully support theming via design tokens [#DS-1074](https://github.com/lmc-eu/spirit-design-system/issues/DS-1074) ([ac0fec6](https://github.com/lmc-eu/spirit-design-system/commit/ac0fec6))

### Features

- **web:** Introduce Item component [#DS-1047](https://github.com/lmc-eu/spirit-design-system/issues/DS-1047) ([684560d](https://github.com/lmc-eu/spirit-design-system/commit/684560d))

### Tests

- **web:** Fixed test to expect updated error message ([1d0d80f](https://github.com/lmc-eu/spirit-design-system/commit/1d0d80f))
- **web:** Introduce SASS unit tests ([7b88d4c](https://github.com/lmc-eu/spirit-design-system/commit/7b88d4c))

**Note:** Version bump only for package @lmc-eu/spirit-web

<a name="1.5.1"></a>

## [1.5.1](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/[email protected]...@lmc-eu/[email protected]) (2023-11-18)
Expand Down
4 changes: 2 additions & 2 deletions packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lmc-eu/spirit-web",
"version": "1.5.1",
"version": "1.6.0",
"description": "CSS and vanilla JS implementation of Spirit Design System",
"license": "MIT",
"publishConfig": {
Expand Down Expand Up @@ -54,7 +54,7 @@
},
"dependencies": {
"@csstools/normalize.css": "^12.0.0",
"@lmc-eu/spirit-design-tokens": "^1.1.1",
"@lmc-eu/spirit-design-tokens": "^1.1.2",
"@lmc-eu/spirit-icons": "^0.10.2"
},
"devDependencies": {
Expand Down

0 comments on commit 734c46e

Please sign in to comment.