Skip to content

Commit

Permalink
Chore(release): Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
literat committed Nov 22, 2024
1 parent d3eaa7e commit 60e5c7c
Show file tree
Hide file tree
Showing 35 changed files with 293 additions and 30 deletions.
20 changes: 20 additions & 0 deletions apps/demo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
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.9"></a>

## [0.0.9](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/[email protected]...@lmc-eu/[email protected]) (2024-11-22)

### Chores

- Disable SASS deprecation warnings [#DS-1514](https://github.com/lmc-eu/spirit-design-system/issues/DS-1514) ([d691cc5](https://github.com/lmc-eu/spirit-design-system/commit/d691cc5))

### Code Refactoring

- **demo:** Use server settings directly from the common package ([c980fa0](https://github.com/lmc-eu/spirit-design-system/commit/c980fa0))

### Dependencies

- Update all non-major dependencies ([188c30d](https://github.com/lmc-eu/spirit-design-system/commit/188c30d))
- Update all non-major dependencies ([da33775](https://github.com/lmc-eu/spirit-design-system/commit/da33775))
- **web, web-react, web-twig:** Implement sass-embedded library ([07df504](https://github.com/lmc-eu/spirit-design-system/commit/07df504))

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

<a name="0.0.8"></a>

## [0.0.8](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/[email protected]...@lmc-eu/[email protected]) (2024-10-17)
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.8",
"version": "0.0.9",
"description": "Demo platform of the Spirit Design System",
"license": "MIT",
"private": true,
Expand Down
12 changes: 12 additions & 0 deletions apps/storybook/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
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.9"></a>

## [0.0.9](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/[email protected]...@lmc-eu/[email protected]) (2024-11-22)

### Dependencies

- Update all non-major dependencies ([188c30d](https://github.com/lmc-eu/spirit-design-system/commit/188c30d))
- Update all non-major dependencies ([da33775](https://github.com/lmc-eu/spirit-design-system/commit/da33775))
- **web, web-react, web-twig:** Implement sass-embedded library ([07df504](https://github.com/lmc-eu/spirit-design-system/commit/07df504))

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

<a name="0.0.8"></a>

## [0.0.8](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/[email protected]...@lmc-eu/[email protected]) (2024-10-17)
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.8",
"version": "0.0.9",
"description": "Storybook of the Spirit Design System",
"license": "MIT",
"private": true,
Expand Down
16 changes: 16 additions & 0 deletions configs/jest-config-spirit/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="0.1.0"></a>

# [0.1.0](https://github.com/lmc-eu/spirit-design-system/compare/[email protected]@0.1.0) (2024-11-22)

### Dependencies

- Update @swc/core to 1.9.3 ([11d2829](https://github.com/lmc-eu/spirit-design-system/commit/11d2829))
- Update all non-major dependencies ([188c30d](https://github.com/lmc-eu/spirit-design-system/commit/188c30d))

### Features

- **jest-config:** Mock TextEncoder and TextDecoder in DOM ([3c76287](https://github.com/lmc-eu/spirit-design-system/commit/3c76287))
- **jest-config:** Omit barrel files from code coverage reports ([0cfe0cc](https://github.com/lmc-eu/spirit-design-system/commit/0cfe0cc))

**Note:** Version bump only for package jest-config-spirit

<a name="0.0.5"></a>

## [0.0.5](https://github.com/lmc-eu/spirit-design-system/compare/[email protected]@0.0.5) (2024-10-17)
Expand Down
2 changes: 1 addition & 1 deletion configs/jest-config-spirit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "jest-config-spirit",
"private": true,
"description": "Jest configuration and preset for Spirit Design System",
"version": "0.0.5",
"version": "0.1.0",
"license": "MIT",
"keywords": [
"lmc-eu",
Expand Down
10 changes: 10 additions & 0 deletions configs/stylelint-config-spirit/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.1.5"></a>

## [0.1.5](https://github.com/lmc-eu/spirit-design-system/compare/[email protected]@0.1.5) (2024-11-22)

### Documentation

- **repo:** Fix typo in contribution guidelines ([efe71c9](https://github.com/lmc-eu/spirit-design-system/commit/efe71c9))

**Note:** Version bump only for package stylelint-config-spirit

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

## [0.1.4](https://github.com/lmc-eu/spirit-design-system/compare/[email protected]@0.1.4) (2024-10-17)
Expand Down
2 changes: 1 addition & 1 deletion configs/stylelint-config-spirit/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "stylelint-config-spirit",
"description": "Stylelint configuration for Spirit Design System",
"version": "0.1.4",
"version": "0.1.5",
"license": "MIT",
"private": true,
"keywords": [
Expand Down
11 changes: 11 additions & 0 deletions examples/next-with-app-router/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.2.3"></a>

## [0.2.3](https://github.com/lmc-eu/spirit-design-system/compare/@almacareer/[email protected]...@almacareer/[email protected]) (2024-11-22)

### Dependencies

- **examples:** Update Next.js libs to 14.2.18 ([b2f9b11](https://github.com/lmc-eu/spirit-design-system/commit/b2f9b11))
- Update react types ([ea0725c](https://github.com/lmc-eu/spirit-design-system/commit/ea0725c))

**Note:** Version bump only for package @almacareer/spirit-example-next-with-app-router

<a name="0.2.2"></a>

## [0.2.2](https://github.com/lmc-eu/spirit-design-system/compare/@almacareer/[email protected]...@almacareer/[email protected]) (2024-10-17)
Expand Down
2 changes: 1 addition & 1 deletion examples/next-with-app-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@almacareer/spirit-example-next-with-app-router",
"version": "0.2.2",
"version": "0.2.3",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
13 changes: 13 additions & 0 deletions examples/next-with-pages-router/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
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.3"></a>

## [0.2.3](https://github.com/lmc-eu/spirit-design-system/compare/@almacareer/[email protected]...@almacareer/[email protected]) (2024-11-22)

### Dependencies

- **examples:** Update Next.js libs to 14.2.18 ([b2f9b11](https://github.com/lmc-eu/spirit-design-system/commit/b2f9b11))
- Update @babel/preset-typescript to 7.26.0 ([dc96867](https://github.com/lmc-eu/spirit-design-system/commit/dc96867))
- Update all non-major dependencies ([188c30d](https://github.com/lmc-eu/spirit-design-system/commit/188c30d))
- Update react types ([ea0725c](https://github.com/lmc-eu/spirit-design-system/commit/ea0725c))

**Note:** Version bump only for package @almacareer/spirit-example-next-with-pages-router

<a name="0.2.2"></a>

## [0.2.2](https://github.com/lmc-eu/spirit-design-system/compare/@almacareer/[email protected]...@almacareer/[email protected]) (2024-10-17)
Expand Down
2 changes: 1 addition & 1 deletion examples/next-with-pages-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@almacareer/spirit-example-next-with-pages-router",
"version": "0.2.2",
"version": "0.2.3",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
12 changes: 12 additions & 0 deletions exporters/js/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="2.0.7"></a>

## [2.0.7](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/[email protected]...@lmc-eu/[email protected]) (2024-11-22)

### Dependencies

- Update @swc/core to 1.9.3 ([11d2829](https://github.com/lmc-eu/spirit-design-system/commit/11d2829))
- Update all non-major dependencies ([188c30d](https://github.com/lmc-eu/spirit-design-system/commit/188c30d))
- Update all non-major dependencies ([da33775](https://github.com/lmc-eu/spirit-design-system/commit/da33775))

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

<a name="2.0.6"></a>

## [2.0.6](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/[email protected]...@lmc-eu/[email protected]) (2024-10-17)
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": "2.0.6",
"version": "2.0.7",
"description": "Spirit JS Exporter for Supernova",
"license": "MIT",
"private": true,
Expand Down
12 changes: 12 additions & 0 deletions exporters/scss/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="2.0.7"></a>

## [2.0.7](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/[email protected]...@lmc-eu/[email protected]) (2024-11-22)

### Dependencies

- Update @swc/core to 1.9.3 ([11d2829](https://github.com/lmc-eu/spirit-design-system/commit/11d2829))
- Update all non-major dependencies ([188c30d](https://github.com/lmc-eu/spirit-design-system/commit/188c30d))
- Update all non-major dependencies ([da33775](https://github.com/lmc-eu/spirit-design-system/commit/da33775))

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

<a name="2.0.6"></a>

## [2.0.6](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/[email protected]...@lmc-eu/[email protected]) (2024-10-17)
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": "2.0.6",
"version": "2.0.7",
"description": "Spirit SCSS Exporter for Supernova",
"license": "MIT",
"private": true,
Expand Down
28 changes: 28 additions & 0 deletions exporters/tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a name="2.1.0"></a>

# [2.1.0](https://github.com/lmc-eu/spirit-design-system/compare/@almacareer/[email protected]...@almacareer/[email protected]) (2024-11-22)

### Bug Fixes

- **exporter-tokens:** Pass all tokens to the `computeTokensByApplyingThemes` so references work ([1abf05c](https://github.com/lmc-eu/spirit-design-system/commit/1abf05c))
- **exporter-tokens:** Use css-variable-prefix token instead of token-prefix ([a4d33bd](https://github.com/lmc-eu/spirit-design-system/commit/a4d33bd))

### Dependencies

- Update @swc/core to 1.9.3 ([11d2829](https://github.com/lmc-eu/spirit-design-system/commit/11d2829))
- Update all non-major dependencies ([188c30d](https://github.com/lmc-eu/spirit-design-system/commit/188c30d))
- Update all non-major dependencies ([da33775](https://github.com/lmc-eu/spirit-design-system/commit/da33775))

### Documentation

- **exporter-tokens:** Document Themes naming rules [#DS-1497](https://github.com/lmc-eu/spirit-design-system/issues/DS-1497) ([ebc0414](https://github.com/lmc-eu/spirit-design-system/commit/ebc0414))

### Features

- **exporter-tokens:** Add `color` prefix to css-variables mixin ([d0c3e8e](https://github.com/lmc-eu/spirit-design-system/commit/d0c3e8e))
- **exporter-tokens:** Add mixin css-variables to theme colors [#DS-1542](https://github.com/lmc-eu/spirit-design-system/issues/DS-1542) ([6b79489](https://github.com/lmc-eu/spirit-design-system/commit/6b79489))
- **exporter-tokens:** Export only Theme tokens collection ([3f224f1](https://github.com/lmc-eu/spirit-design-system/commit/3f224f1)), closes [#DS-1543](https://github.com/lmc-eu/spirit-design-system/issues/DS-1543)
- **exporter-tokens:** Use variable prefix from tokens ([569036e](https://github.com/lmc-eu/spirit-design-system/commit/569036e))

**Note:** Version bump only for package @almacareer/spirit-tokens-exporter

<a name="2.0.0"></a>

# 2.0.0 (2024-10-17)
Expand Down
2 changes: 1 addition & 1 deletion exporters/tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@almacareer/spirit-tokens-exporter",
"version": "2.0.0",
"version": "2.1.0",
"description": "Spirit Tokens Exporter for Supernova",
"author": "Spirit Design System Team <[email protected]>",
"license": "MIT",
Expand Down
11 changes: 11 additions & 0 deletions packages/analytics/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="1.0.5"></a>

## [1.0.5](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/[email protected]...@lmc-eu/[email protected]) (2024-11-22)

### Dependencies

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

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

<a name="1.0.4"></a>

## [1.0.4](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/[email protected]...@lmc-eu/[email protected]) (2024-10-17)
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": "1.0.4",
"version": "1.0.5",
"description": "Analytic tools for Spirit Design System",
"license": "MIT",
"engines": {
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="1.1.3"></a>

## [1.1.3](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/[email protected]...@lmc-eu/[email protected]) (2024-11-22)

### Dependencies

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

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

<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]) (2024-10-17)
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": "1.1.2",
"version": "1.1.3",
"description": "Codemods scripts for Spirit Design System packages",
"license": "MIT",
"engines": {
Expand Down
14 changes: 14 additions & 0 deletions packages/common/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="0.3.8"></a>

## [0.3.8](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/[email protected]...@lmc-eu/[email protected]) (2024-11-22)

### Code Refactoring

- **common:** Switch package to the ES module ([edf2ac6](https://github.com/lmc-eu/spirit-design-system/commit/edf2ac6)), closes [#DS-1506](https://github.com/lmc-eu/spirit-design-system/issues/DS-1506)

### Dependencies

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

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

<a name="0.3.7"></a>

## [0.3.7](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/[email protected]...@lmc-eu/[email protected]) (2024-10-17)
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.7",
"version": "0.3.8",
"description": "Common code and scripts for Spirit Design System",
"license": "MIT",
"private": true,
Expand Down
12 changes: 12 additions & 0 deletions packages/design-tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="2.1.3"></a>

## [2.1.3](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/[email protected]...@lmc-eu/[email protected]) (2024-11-22)

### Dependencies

- Update all non-major dependencies ([188c30d](https://github.com/lmc-eu/spirit-design-system/commit/188c30d))
- Update all non-major dependencies ([da33775](https://github.com/lmc-eu/spirit-design-system/commit/da33775))
- **web, web-react, web-twig:** Implement sass-embedded library ([07df504](https://github.com/lmc-eu/spirit-design-system/commit/07df504))

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

<a name="2.1.2"></a>

## [2.1.2](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/[email protected]...@lmc-eu/[email protected]) (2024-10-17)
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": "2.1.2",
"version": "2.1.3",
"description": "Design tokens for Spirit Design System",
"license": "MIT",
"engines": {
Expand Down
Loading

0 comments on commit 60e5c7c

Please sign in to comment.