Skip to content

Commit

Permalink
Chore(release): Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
literat committed Oct 17, 2024
1 parent 6eebe64 commit 5805187
Show file tree
Hide file tree
Showing 35 changed files with 219 additions and 30 deletions.
11 changes: 11 additions & 0 deletions apps/demo/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.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)

### Dependencies

- Update all non-major dependencies ([949b633](https://github.com/lmc-eu/spirit-design-system/commit/949b633))
- Update dependency @rollup/plugin-typescript to v12 ([fb46f50](https://github.com/lmc-eu/spirit-design-system/commit/fb46f50))

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

<a name="0.0.7"></a>

## [0.0.7](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/[email protected]...@lmc-eu/[email protected]) (2024-10-14)
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.7",
"version": "0.0.8",
"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.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)

### Dependencies

- Update all non-major dependencies ([949b633](https://github.com/lmc-eu/spirit-design-system/commit/949b633))
- Update monorepo:storybook to v8.3.5 ([036b478](https://github.com/lmc-eu/spirit-design-system/commit/036b478))

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

<a name="0.0.7"></a>

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

## [0.0.5](https://github.com/lmc-eu/spirit-design-system/compare/[email protected]@0.0.5) (2024-10-17)

### Dependencies

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

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

<a name="0.0.4"></a>

## [0.0.4](https://github.com/lmc-eu/spirit-design-system/compare/[email protected]@0.0.4) (2024-10-14)
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.4",
"version": "0.0.5",
"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.4"></a>

## [0.1.4](https://github.com/lmc-eu/spirit-design-system/compare/[email protected]@0.1.4) (2024-10-17)

### Dependencies

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

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

<a name="0.1.3"></a>

## [0.1.3](https://github.com/lmc-eu/spirit-design-system/compare/[email protected]@0.1.3) (2024-10-14)
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.3",
"version": "0.1.4",
"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.2"></a>

## [0.2.2](https://github.com/lmc-eu/spirit-design-system/compare/@almacareer/[email protected]...@almacareer/[email protected]) (2024-10-17)

### Dependencies

- Update all non-major dependencies ([949b633](https://github.com/lmc-eu/spirit-design-system/commit/949b633))
- Update dependency typescript to v5 ([4f4041a](https://github.com/lmc-eu/spirit-design-system/commit/4f4041a))

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

<a name="0.2.1"></a>

## [0.2.1](https://github.com/lmc-eu/spirit-design-system/compare/@almacareer/[email protected]...@almacareer/[email protected]) (2024-10-14)
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.1",
"version": "0.2.2",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
11 changes: 11 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,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.2"></a>

## [0.2.2](https://github.com/lmc-eu/spirit-design-system/compare/@almacareer/[email protected]...@almacareer/[email protected]) (2024-10-17)

### Dependencies

- Update all non-major dependencies ([949b633](https://github.com/lmc-eu/spirit-design-system/commit/949b633))
- Update dependency typescript to v5 ([4f4041a](https://github.com/lmc-eu/spirit-design-system/commit/4f4041a))

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

<a name="0.2.1"></a>

## [0.2.1](https://github.com/lmc-eu/spirit-design-system/compare/@almacareer/[email protected]...@almacareer/[email protected]) (2024-10-14)
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.1",
"version": "0.2.2",
"private": true,
"scripts": {
"dev": "next dev",
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="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)

### Dependencies

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

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

<a name="2.0.5"></a>

## [2.0.5](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/[email protected]...@lmc-eu/[email protected]) (2024-10-14)
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.5",
"version": "2.0.6",
"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="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)

### Dependencies

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

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

<a name="2.0.5"></a>

## [2.0.5](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/[email protected]...@lmc-eu/[email protected]) (2024-10-14)
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.5",
"version": "2.0.6",
"description": "Spirit SCSS Exporter for Supernova",
"license": "MIT",
"private": true,
Expand Down
10 changes: 10 additions & 0 deletions exporters/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="2.0.0"></a>

# 2.0.0 (2024-10-17)

### BREAKING CHANGES

- **exporter-tokens:** Rename variables-scss exporter to exporter-tokens [#DS-1483](https://github.com/lmc-eu/spirit-design-system/issues/DS-1483) ([e695df8](https://github.com/lmc-eu/spirit-design-system/commit/e695df8))

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

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

# [1.2.0](https://github.com/lmc-eu/spirit-design-system/compare/@almacareer/[email protected]...@almacareer/[email protected]) (2024-10-14)
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": "1.1.0",
"version": "2.0.0",
"description": "Spirit Tokens Exporter for Supernova",
"author": "Spirit Design System Team <[email protected]>",
"license": "MIT",
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="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)

### Dependencies

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

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

<a name="1.0.3"></a>

## [1.0.3](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/[email protected]...@lmc-eu/[email protected]) (2024-10-14)
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.3",
"version": "1.0.4",
"description": "Analytic tools for Spirit Design System",
"license": "MIT",
"engines": {
Expand Down
11 changes: 11 additions & 0 deletions packages/codemods/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.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)

### Dependencies

- Update all non-major dependencies ([949b633](https://github.com/lmc-eu/spirit-design-system/commit/949b633))
- Update dependency jscodeshift to v17 ([ecfd30c](https://github.com/lmc-eu/spirit-design-system/commit/ecfd30c))

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

<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]) (2024-10-14)
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.1",
"version": "1.1.2",
"description": "Codemods scripts for Spirit Design System packages",
"license": "MIT",
"engines": {
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.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)

### Dependencies

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

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

<a name="0.3.6"></a>

## [0.3.6](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/[email protected]...@lmc-eu/[email protected]) (2024-10-14)
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.6",
"version": "0.3.7",
"description": "Common code and scripts for Spirit Design System",
"license": "MIT",
"private": true,
Expand Down
11 changes: 11 additions & 0 deletions packages/design-tokens/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="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)

### Dependencies

- Update all non-major dependencies ([949b633](https://github.com/lmc-eu/spirit-design-system/commit/949b633))
- Update dependency vite-plugin-dts to v4 ([fa6a656](https://github.com/lmc-eu/spirit-design-system/commit/fa6a656))

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

<a name="2.1.1"></a>

## [2.1.1](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/[email protected]...@lmc-eu/[email protected]) (2024-10-14)
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.1",
"version": "2.1.2",
"description": "Design tokens for Spirit Design System",
"license": "MIT",
"engines": {
Expand Down
10 changes: 10 additions & 0 deletions packages/form-validations/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="2.0.5"></a>

## [2.0.5](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/[email protected]...@lmc-eu/[email protected]) (2024-10-17)

### Dependencies

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

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

<a name="2.0.4"></a>

## [2.0.4](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/[email protected]...@lmc-eu/[email protected]) (2024-10-14)
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": "2.0.4",
"version": "2.0.5",
"description": "Validation library for form fields of Spirit Design System",
"license": "MIT",
"engines": {
Expand Down
11 changes: 11 additions & 0 deletions packages/icons/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="2.0.4"></a>

## [2.0.4](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/[email protected]...@lmc-eu/[email protected]) (2024-10-17)

### Dependencies

- Update all non-major dependencies ([949b633](https://github.com/lmc-eu/spirit-design-system/commit/949b633))
- Update dependency jsdom to v25 ([5873e7c](https://github.com/lmc-eu/spirit-design-system/commit/5873e7c))

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

<a name="2.0.3"></a>

## [2.0.3](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/[email protected]...@lmc-eu/[email protected]) (2024-10-14)
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lmc-eu/spirit-icons",
"version": "2.0.3",
"version": "2.0.4",
"description": "Icons for Spirit Design System",
"license": "MIT",
"engines": {
Expand Down
Loading

0 comments on commit 5805187

Please sign in to comment.