Skip to content

Commit

Permalink
Chore(release): Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
literat committed May 20, 2024
1 parent 1f330f9 commit 4466192
Show file tree
Hide file tree
Showing 26 changed files with 213 additions and 26 deletions.
27 changes: 27 additions & 0 deletions apps/demo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,33 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.0.3"></a>

## [0.0.3](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/[email protected]...@lmc-eu/[email protected]) (2024-05-20)

### Chores

- **repo:** Fix title package name check ([041e561](https://github.com/lmc-eu/spirit-design-system/commit/041e561))

### Code Refactoring

- **demo:** Introduce default layouts for `web` and `web-react` ([33fb119](https://github.com/lmc-eu/spirit-design-system/commit/33fb119))
- **demo:** Introduce form-validations package and pass title to header ([e752151](https://github.com/lmc-eu/spirit-design-system/commit/e752151))
- **demo:** Introduce new partials structure ([0ca834a](https://github.com/lmc-eu/spirit-design-system/commit/0ca834a))
- **demo:** Make configurable base layout ([61fcdb8](https://github.com/lmc-eu/spirit-design-system/commit/61fcdb8))
- **demo:** Make header template configurable ([9470044](https://github.com/lmc-eu/spirit-design-system/commit/9470044))
- **demo:** Make plain layout configurable ([714509b](https://github.com/lmc-eu/spirit-design-system/commit/714509b))
- **demo:** Make tabs part of the layout ([7391c4d](https://github.com/lmc-eu/spirit-design-system/commit/7391c4d))
- **demo:** Normalize templates for tile and box display ([db53baf](https://github.com/lmc-eu/spirit-design-system/commit/db53baf))
- **demo:** Normalize usage of the space at the of the template tags ([33ba6cf](https://github.com/lmc-eu/spirit-design-system/commit/33ba6cf))
- **demo:** Remove package partials from app configuration ([1ef3892](https://github.com/lmc-eu/spirit-design-system/commit/1ef3892))

### Dependencies

- Update all non-major dependencies ([7b34614](https://github.com/lmc-eu/spirit-design-system/commit/7b34614))

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

<a name="0.0.2"></a>

## [0.0.2](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/[email protected]...@lmc-eu/[email protected]) (2024-04-24)
Expand Down
2 changes: 1 addition & 1 deletion apps/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lmc-eu/spirit-demo-app",
"version": "0.0.2",
"version": "0.0.3",
"description": "Demo platform of the Spirit Design System",
"license": "MIT",
"private": true,
Expand Down
11 changes: 11 additions & 0 deletions apps/storybook/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a name="0.0.3"></a>

## [0.0.3](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/[email protected]...@lmc-eu/[email protected]) (2024-05-20)

### Dependencies

- Update all non-major dependencies ([7b34614](https://github.com/lmc-eu/spirit-design-system/commit/7b34614))
- Update monorepo:storybook to v7.6.19 ([71df455](https://github.com/lmc-eu/spirit-design-system/commit/71df455))

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

<a name="0.0.2"></a>

## [0.0.2](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/[email protected]...@lmc-eu/[email protected]) (2024-04-24)
Expand Down
2 changes: 1 addition & 1 deletion apps/storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lmc-eu/spirit-storybook",
"version": "0.0.2",
"version": "0.0.3",
"description": "Storybook of the Spirit Design System",
"license": "MIT",
"private": true,
Expand Down
10 changes: 10 additions & 0 deletions exporters/js/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a name="1.2.1"></a>

## [1.2.1](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/[email protected]...@lmc-eu/[email protected]) (2024-05-20)

### Dependencies

- Update all non-major dependencies ([7b34614](https://github.com/lmc-eu/spirit-design-system/commit/7b34614))

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

<a name="1.2.0"></a>

# [1.2.0](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/[email protected]...@lmc-eu/[email protected]) (2024-04-24)
Expand Down
2 changes: 1 addition & 1 deletion exporters/js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lmc-eu/spirit-exporters-js",
"version": "1.2.0",
"version": "1.2.1",
"description": "Spirit JS Exporter for Supernova",
"license": "MIT",
"private": true,
Expand Down
10 changes: 10 additions & 0 deletions exporters/scss/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a name="1.8.1"></a>

## [1.8.1](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/[email protected]...@lmc-eu/[email protected]) (2024-05-20)

### Dependencies

- Update all non-major dependencies ([7b34614](https://github.com/lmc-eu/spirit-design-system/commit/7b34614))

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

<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]) (2024-04-24)
Expand Down
2 changes: 1 addition & 1 deletion exporters/scss/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lmc-eu/spirit-exporters-scss",
"version": "1.8.0",
"version": "1.8.1",
"description": "Spirit SCSS Exporter for Supernova",
"license": "MIT",
"private": true,
Expand Down
10 changes: 10 additions & 0 deletions packages/analytics/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a name="0.3.3"></a>

## [0.3.3](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/[email protected]...@lmc-eu/[email protected]) (2024-05-20)

### Dependencies

- Update all non-major dependencies ([7b34614](https://github.com/lmc-eu/spirit-design-system/commit/7b34614))

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

<a name="0.3.2"></a>

## [0.3.2](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/[email protected]...@lmc-eu/[email protected]) (2024-04-24)
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.3.2",
"version": "0.3.3",
"description": "Analytic tools for Spirit Design System",
"license": "MIT",
"keywords": [
Expand Down
10 changes: 10 additions & 0 deletions packages/codemods/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a name="0.4.1"></a>

## [0.4.1](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/[email protected]...@lmc-eu/[email protected]) (2024-05-20)

### Dependencies

- Update all non-major dependencies ([7b34614](https://github.com/lmc-eu/spirit-design-system/commit/7b34614))

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

<a name="0.4.0"></a>

# [0.4.0](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/[email protected]...@lmc-eu/[email protected]) (2024-04-24)
Expand Down
2 changes: 1 addition & 1 deletion packages/codemods/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lmc-eu/spirit-codemods",
"version": "0.4.0",
"version": "0.4.1",
"description": "Codemods scripts for Spirit Design System packages",
"license": "MIT",
"keywords": [
Expand Down
10 changes: 10 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a name="0.3.2"></a>

## [0.3.2](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/[email protected]...@lmc-eu/[email protected]) (2024-05-20)

### Dependencies

- Update all non-major dependencies ([7b34614](https://github.com/lmc-eu/spirit-design-system/commit/7b34614))

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

<a name="0.3.1"></a>

## [0.3.1](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/[email protected]...@lmc-eu/[email protected]) (2024-04-24)
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lmc-eu/spirit-common",
"version": "0.3.1",
"version": "0.3.2",
"description": "Common code and scripts for Spirit Design System",
"license": "MIT",
"private": true,
Expand Down
10 changes: 10 additions & 0 deletions packages/design-tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a name="1.1.6"></a>

## [1.1.6](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/[email protected]...@lmc-eu/[email protected]) (2024-05-20)

### Dependencies

- Update all non-major dependencies ([7b34614](https://github.com/lmc-eu/spirit-design-system/commit/7b34614))

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

<a name="1.1.5"></a>

## [1.1.5](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/[email protected]...@lmc-eu/[email protected]) (2024-04-24)
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.5",
"version": "1.1.6",
"description": "Design tokens for Spirit Design System",
"license": "MIT",
"publishConfig": {
Expand Down
22 changes: 22 additions & 0 deletions packages/form-validations/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@
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.6"></a>

## [1.1.6](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/[email protected]...@lmc-eu/[email protected]) (2024-05-20)

### Chores

- **form-validations:** Remove dev preview app from package ([ba02d34](https://github.com/lmc-eu/spirit-design-system/commit/ba02d34))

### Code Refactoring

- **form-validations:** Remove demo partials from the package ([6a989c1](https://github.com/lmc-eu/spirit-design-system/commit/6a989c1))

### Dependencies

- Update all non-major dependencies ([7b34614](https://github.com/lmc-eu/spirit-design-system/commit/7b34614))

### Documentation

- **form-validations:** Fix typo in a destroy function ([1363912](https://github.com/lmc-eu/spirit-design-system/commit/1363912))

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

<a name="1.1.5"></a>

## [1.1.5](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/[email protected]...@lmc-eu/[email protected]) (2024-04-24)
Expand Down
2 changes: 1 addition & 1 deletion 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.1.5",
"version": "1.1.6",
"description": "Validation library for form fields of Spirit Design System",
"license": "MIT",
"publishConfig": {
Expand Down
27 changes: 27 additions & 0 deletions packages/web-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,33 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="1.17.0"></a>

# [1.17.0](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/[email protected]...@lmc-eu/[email protected]) (2024-05-20)

### Bug Fixes

- **web-react:** Warn when icon asset is missing from the map ([1f330f9](https://github.com/lmc-eu/spirit-design-system/commit/1f330f9))

### Code Refactoring

- **web-react:** Use configurable base layout for demo ([2ce6e87](https://github.com/lmc-eu/spirit-design-system/commit/2ce6e87))
- **web-react:** Use configurable header template for demo ([791a03a](https://github.com/lmc-eu/spirit-design-system/commit/791a03a))
- **web-react:** Use configurable plain layout for demo ([b8bcf9d](https://github.com/lmc-eu/spirit-design-system/commit/b8bcf9d))
- **web-react:** Use default layout of demo app ([31f0d28](https://github.com/lmc-eu/spirit-design-system/commit/31f0d28))
- **web-react:** Use new partials structure for demo ([5c00c03](https://github.com/lmc-eu/spirit-design-system/commit/5c00c03))
- **web-react:** Use tabs from layout partials ([bf5e683](https://github.com/lmc-eu/spirit-design-system/commit/bf5e683))

### Dependencies

- Update all non-major dependencies ([7b34614](https://github.com/lmc-eu/spirit-design-system/commit/7b34614))

### Features

- **web-react:** Introduce stacking of the `Toast` queue [#DS-1209](https://github.com/lmc-eu/spirit-design-system/issues/DS-1209) ([f4f754e](https://github.com/lmc-eu/spirit-design-system/commit/f4f754e))

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

<a name="1.16.1"></a>

## [1.16.1](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/[email protected]...@lmc-eu/[email protected]) (2024-04-26)
Expand Down
8 changes: 4 additions & 4 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.16.1",
"version": "1.17.0",
"description": "React implementation of Spirit Design System components",
"license": "MIT",
"sideEffects": false,
Expand Down Expand Up @@ -31,10 +31,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.3.1",
"@lmc-eu/spirit-common": "^0.3.2",
"@lmc-eu/spirit-demo": "^0.1.1",
"@lmc-eu/spirit-design-tokens": "^1.1.5",
"@lmc-eu/spirit-web": "^1.13.1",
"@lmc-eu/spirit-design-tokens": "^1.1.6",
"@lmc-eu/spirit-web": "^1.14.0",
"@rollup/plugin-node-resolve": "15.2.3",
"@swc/core": "1.5.7",
"@swc/jest": "0.2.36",
Expand Down
16 changes: 16 additions & 0 deletions packages/web-twig/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a name="2.15.0"></a>

# [2.15.0](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/[email protected]...@lmc-eu/[email protected]) (2024-05-20)

### Bug Fixes

- **web-twig:** Remove extra quotes causing invalid HTML of `Checkbox` ([69c2d84](https://github.com/lmc-eu/spirit-design-system/commit/69c2d84)), closes [#1343](https://github.com/lmc-eu/spirit-design-system/issues/1343)

### Features

- **web-twig:** Allow Icon to render as a Symbol tag [#DS-1223](https://github.com/lmc-eu/spirit-design-system/issues/DS-1223) ([e6079a8](https://github.com/lmc-eu/spirit-design-system/commit/e6079a8))
- **web-twig:** Introduce bulk `Toast` queue clearing [#DS-1222](https://github.com/lmc-eu/spirit-design-system/issues/DS-1222) ([959650a](https://github.com/lmc-eu/spirit-design-system/commit/959650a))
- **web-twig:** Make Toast work with dynamic collapsible queue and dynamic ToastBars [#DS-1223](https://github.com/lmc-eu/spirit-design-system/issues/DS-1223) ([d206907](https://github.com/lmc-eu/spirit-design-system/commit/d206907))

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

<a name="2.14.1"></a>

## [2.14.1](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/[email protected]...@lmc-eu/[email protected]) (2024-04-24)
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.14.1",
"version": "2.15.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.14.1",
"version": "2.15.0",
"description": "Twig implementation of Spirit Design System components",
"license": "MIT",
"private": true,
Expand Down
24 changes: 24 additions & 0 deletions packages/web/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,30 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="1.14.0"></a>

# [1.14.0](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/[email protected]...@lmc-eu/[email protected]) (2024-05-20)

### Code Refactoring

- **web:** Use configurable base layout for demo ([7b92d18](https://github.com/lmc-eu/spirit-design-system/commit/7b92d18))
- **web:** Use configurable header template for demo ([300c9b8](https://github.com/lmc-eu/spirit-design-system/commit/300c9b8))
- **web:** Use configurable plain layout for demo ([af454ca](https://github.com/lmc-eu/spirit-design-system/commit/af454ca))
- **web:** Use default layout of demo app ([12facaf](https://github.com/lmc-eu/spirit-design-system/commit/12facaf))
- **web:** Use new partials structure for demo ([ae78a17](https://github.com/lmc-eu/spirit-design-system/commit/ae78a17))
- **web:** Use tabs from demo layout partials ([0af263e](https://github.com/lmc-eu/spirit-design-system/commit/0af263e))

### Dependencies

- Update all non-major dependencies ([7b34614](https://github.com/lmc-eu/spirit-design-system/commit/7b34614))

### Features

- **web:** Introduce bulk `Toast` queue clearing [#DS-1222](https://github.com/lmc-eu/spirit-design-system/issues/DS-1222) ([d54b6ea](https://github.com/lmc-eu/spirit-design-system/commit/d54b6ea))
- **web:** Introduce stacking of the `Toast` queue ([d331d79](https://github.com/lmc-eu/spirit-design-system/commit/d331d79))

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

<a name="1.13.1"></a>

## [1.13.1](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/[email protected]...@lmc-eu/[email protected]) (2024-04-24)
Expand Down
Loading

0 comments on commit 4466192

Please sign in to comment.