Skip to content

Commit

Permalink
Chore(release): Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
literat committed Mar 11, 2024
1 parent ac4d7e1 commit 67e52f8
Show file tree
Hide file tree
Showing 13 changed files with 116 additions and 10 deletions.
14 changes: 14 additions & 0 deletions packages/codemods/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.2.0"></a>

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

### Bug Fixes

- **codemods:** FileuploaderAttachment codemods ([ac4d7e1](https://github.com/lmc-eu/spirit-design-system/commit/ac4d7e1))

### Features

- **web-react:** Add spirit-codemod package ([0ddc4fe](https://github.com/lmc-eu/spirit-design-system/commit/0ddc4fe))

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

<a name="0.1.0"></a>

# 0.1.0 (2024-02-20)
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.1.0",
"version": "0.2.0",
"description": "Codemods scripts for Spirit Design System packages",
"license": "MIT",
"keywords": [
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.1.3"></a>

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

Miscellaneous changes

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

<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-02-20)
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.1.2",
"version": "1.1.3",
"description": "Validation library for form fields of Spirit Design System",
"license": "MIT",
"publishConfig": {
Expand Down Expand Up @@ -37,7 +37,7 @@
"@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.11.0",
"@lmc-eu/spirit-web": "^1.12.0",
"@swc/core": "1.3.102",
"@swc/jest": "0.2.29",
"@types/jest": "29.5.11",
Expand Down
8 changes: 8 additions & 0 deletions packages/icons/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.1.2"></a>

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

Miscellaneous changes

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

<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-01-12)
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": "1.1.1",
"version": "1.1.2",
"description": "Icons for Spirit Design System",
"license": "MIT",
"publishConfig": {
Expand Down
33 changes: 33 additions & 0 deletions packages/web-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,39 @@
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-03-11)

### Bug Fixes

- **web-react:** TextArea should autoresize when mounted ([20059b0](https://github.com/lmc-eu/spirit-design-system/commit/20059b0)), closes [#DS-1158](https://github.com/lmc-eu/spirit-design-system/issues/DS-1158)

### Chores

- **web-react:** Remove post process script ([9a51d3e](https://github.com/lmc-eu/spirit-design-system/commit/9a51d3e))

### Code Refactoring

- **web-react:** Introduce `htmlReactParser` for rendering SVG icons ([63a4a7e](https://github.com/lmc-eu/spirit-design-system/commit/63a4a7e))

### Documentation

- **web-react:** Do not list components that don't have index.html on Demo homepage [#DS-1185](https://github.com/lmc-eu/spirit-design-system/issues/DS-1185) ([6eedb11](https://github.com/lmc-eu/spirit-design-system/commit/6eedb11))
- **web-react:** Introducing deprecations list ([2f48e67](https://github.com/lmc-eu/spirit-design-system/commit/2f48e67)), closes [#DS-1147](https://github.com/lmc-eu/spirit-design-system/issues/DS-1147)
- **web-react:** Show Bordered Alert Feature Flag in Demo [#DS-1156](https://github.com/lmc-eu/spirit-design-system/issues/DS-1156) ([5b448eb](https://github.com/lmc-eu/spirit-design-system/commit/5b448eb))

### Features

- **web-react:** `Stack` no longer requires the `hasSpacing` prop to apply custom `spacing` [#DS-1133](https://github.com/lmc-eu/spirit-design-system/issues/DS-1133) ([9920fbf](https://github.com/lmc-eu/spirit-design-system/commit/9920fbf))
- **web-react:** Deprecate icon for `danger` color in Alert component ([2d17821](https://github.com/lmc-eu/spirit-design-system/commit/2d17821)), closes [#DS-1156](https://github.com/lmc-eu/spirit-design-system/issues/DS-1156)

### Styles

- **web-react:** Sort imports in TextArea component test ([4a00ca5](https://github.com/lmc-eu/spirit-design-system/commit/4a00ca5))

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

<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-02-23)
Expand Down
6 changes: 3 additions & 3 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.13.1",
"version": "1.14.0",
"description": "React implementation of Spirit Design System components",
"license": "MIT",
"sideEffects": false,
Expand All @@ -20,8 +20,8 @@
"@floating-ui/react": "^0.26.5",
"@react-hook/resize-observer": "^1.2.6",
"classnames": "^2.3.1",
"html-react-parser": "5.0.11",
"html-dom-parser": "5.0.8",
"html-react-parser": "5.0.11",
"react-transition-group": "^4.4.5"
},
"devDependencies": {
Expand All @@ -34,7 +34,7 @@
"@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.11.0",
"@lmc-eu/spirit-web": "^1.12.0",
"@rollup/plugin-node-resolve": "15.2.3",
"@swc/core": "1.3.102",
"@swc/jest": "0.2.29",
Expand Down
22 changes: 22 additions & 0 deletions packages/web-twig/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="2.13.0"></a>

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

### Documentation

- **web-twig:** Fix default placement in Dropdown demo ([9f17156](https://github.com/lmc-eu/spirit-design-system/commit/9f17156))
- **web-twig:** Introducing deprecations list ([6a0c065](https://github.com/lmc-eu/spirit-design-system/commit/6a0c065)), closes [#DS-1148](https://github.com/lmc-eu/spirit-design-system/issues/DS-1148)
- **web-twig:** Show Bordered Alert Feature Flag in Demo [#DS-1156](https://github.com/lmc-eu/spirit-design-system/issues/DS-1156) ([a6edcfe](https://github.com/lmc-eu/spirit-design-system/commit/a6edcfe))
- **web-twig:** Unify the `Dropdown` demo according to its `web` package counterpart ([f25bfe0](https://github.com/lmc-eu/spirit-design-system/commit/f25bfe0))

### Features

- **web-twig:** `Stack` no longer requires the `hasSpacing` prop to apply custom `spacing` [#DS-1133](https://github.com/lmc-eu/spirit-design-system/issues/DS-1133) ([c75af1d](https://github.com/lmc-eu/spirit-design-system/commit/c75af1d))
- **web-twig:** Deprecate icon for `danger` color in Alert component ([4241478](https://github.com/lmc-eu/spirit-design-system/commit/4241478)), closes [#DS-1156](https://github.com/lmc-eu/spirit-design-system/issues/DS-1156)

### Tests

- **web-twig:** Update snapshots according to the modified icons ([4a3df20](https://github.com/lmc-eu/spirit-design-system/commit/4a3df20))

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

<a name="2.12.1"></a>

## [2.12.1](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/[email protected]...@lmc-eu/[email protected]) (2024-02-23)
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.12.1",
"version": "2.13.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.12.1",
"version": "2.13.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.12.0"></a>

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

### Bug Fixes

- **web:** Dropdown autoclose option should be strictly checked ([b8966a4](https://github.com/lmc-eu/spirit-design-system/commit/b8966a4)), closes [#DS-1157](https://github.com/lmc-eu/spirit-design-system/issues/DS-1157)

### Documentation

- **web:** Do not list components that don't have index.html on Demo homepage [#DS-1185](https://github.com/lmc-eu/spirit-design-system/issues/DS-1185) ([7162a16](https://github.com/lmc-eu/spirit-design-system/commit/7162a16))
- **web:** Dropdown demo with disabled autoclose should be disabled ([0bd9836](https://github.com/lmc-eu/spirit-design-system/commit/0bd9836)), closes [#DS-1157](https://github.com/lmc-eu/spirit-design-system/issues/DS-1157)
- **web:** Use danger icon for danger color in Alert and Toast ([3324d6b](https://github.com/lmc-eu/spirit-design-system/commit/3324d6b))

### Features

- **web:** Add Bordered Alert Feature Flag and showcase it in Demo ([b5ff0f5](https://github.com/lmc-eu/spirit-design-system/commit/b5ff0f5)), closes [#DS-1156](https://github.com/lmc-eu/spirit-design-system/issues/DS-1156)
- **web:** Introduce the `Toast` component [#DS-1112](https://github.com/lmc-eu/spirit-design-system/issues/DS-1112) ([07742b8](https://github.com/lmc-eu/spirit-design-system/commit/07742b8))

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

<a name="1.11.0"></a>

# [1.11.0](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/[email protected]...@lmc-eu/[email protected]) (2024-02-20)
Expand Down
2 changes: 1 addition & 1 deletion 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.11.0",
"version": "1.12.0",
"description": "CSS and vanilla JS implementation of Spirit Design System",
"license": "MIT",
"publishConfig": {
Expand Down

0 comments on commit 67e52f8

Please sign in to comment.