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 2, 2023
1 parent ccbd6c0 commit 4a838f7
Show file tree
Hide file tree
Showing 11 changed files with 68 additions and 8 deletions.
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.7.6"></a>

## [1.7.6](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/[email protected]...@lmc-eu/[email protected]) (2023-11-02)

### Bug Fixes

- **exporter-scss:** Allow negative numbers in unit printer ([9ff78de](https://github.com/lmc-eu/spirit-design-system/commit/9ff78de))

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

<a name="1.7.5"></a>

## [1.7.5](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/[email protected]...@lmc-eu/[email protected]) (2023-10-25)
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.7.5",
"version": "1.7.6",
"description": "Spirit SCSS Exporter for Supernova",
"license": "MIT",
"private": true,
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.6"></a>

## [1.0.6](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/[email protected]...@lmc-eu/[email protected]) (2023-11-02)

Miscellaneous changes

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

<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]) (2023-10-25)
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.5",
"version": "1.0.6",
"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.3.0",
"@lmc-eu/spirit-web": "^1.4.0",
"@swc/core": "1.3.94",
"@swc/jest": "0.2.29",
"@types/jest": "29.5.6",
Expand Down
17 changes: 17 additions & 0 deletions packages/web-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
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-11-02)

### Bug Fixes

- **web-react:** Increase image quality of FileUploader image preview ([52b9538](https://github.com/lmc-eu/spirit-design-system/commit/52b9538)), closes [#DS-1039](https://github.com/lmc-eu/spirit-design-system/issues/DS-1039)
- **web-react:** Recalculate FileUploader image preview by crop values ([92ffd4b](https://github.com/lmc-eu/spirit-design-system/commit/92ffd4b)), closes [#DS-1038](https://github.com/lmc-eu/spirit-design-system/issues/DS-1038)

### Features

- **web-react:** Attachment image preview object fit [#DS-1005](https://github.com/lmc-eu/spirit-design-system/issues/DS-1005) ([79aa88b](https://github.com/lmc-eu/spirit-design-system/commit/79aa88b))
- **web-react:** Use the new Placement dictionary in `Dropdown` [#DS-923](https://github.com/lmc-eu/spirit-design-system/issues/DS-923) ([e07eb5a](https://github.com/lmc-eu/spirit-design-system/commit/e07eb5a))
- **web-react:** Use the new Placement dictionary in `Tooltip` [#DS-923](https://github.com/lmc-eu/spirit-design-system/issues/DS-923) ([4ff2bda](https://github.com/lmc-eu/spirit-design-system/commit/4ff2bda))

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

<a name="1.5.0"></a>

# [1.5.0](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/[email protected]...@lmc-eu/[email protected]) (2023-10-25)
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.5.0",
"version": "1.6.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.3.0",
"@lmc-eu/spirit-web": "^1.4.0",
"@rollup/plugin-node-resolve": "15.2.3",
"@swc/core": "1.3.94",
"@swc/jest": "0.2.29",
Expand Down
10 changes: 10 additions & 0 deletions packages/web-twig/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.5.0"></a>

# [2.5.0](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/[email protected]...@lmc-eu/[email protected]) (2023-11-02)

### Features

- **web-twig:** Attachment image preview object fit [#DS-1005](https://github.com/lmc-eu/spirit-design-system/issues/DS-1005) ([e54e840](https://github.com/lmc-eu/spirit-design-system/commit/e54e840))

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

<a name="2.4.0"></a>

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

<a name="1.4.0"></a>

# [1.4.0](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/[email protected]...@lmc-eu/[email protected]) (2023-11-02)

### Bug Fixes

- **web:** Increase image quality of FileUploader image preview ([ccbd6c0](https://github.com/lmc-eu/spirit-design-system/commit/ccbd6c0)), closes [#DS-1039](https://github.com/lmc-eu/spirit-design-system/issues/DS-1039)
- **web:** Recalculate FileUploader image preview by crop values ([1d9ed7d](https://github.com/lmc-eu/spirit-design-system/commit/1d9ed7d)), closes [#DS-1038](https://github.com/lmc-eu/spirit-design-system/issues/DS-1038)

### Features

- **web:** Attachment image preview object fit [#DS-1005](https://github.com/lmc-eu/spirit-design-system/issues/DS-1005) ([90ecd0e](https://github.com/lmc-eu/spirit-design-system/commit/90ecd0e))

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

<a name="1.3.0"></a>

# [1.3.0](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/[email protected]...@lmc-eu/[email protected]) (2023-10-25)
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.3.0",
"version": "1.4.0",
"description": "CSS and vanilla JS implementation of Spirit Design System",
"license": "MIT",
"publishConfig": {
Expand Down

0 comments on commit 4a838f7

Please sign in to comment.