Skip to content

Commit

Permalink
Chore(release): Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
literat committed Aug 23, 2023
1 parent f514829 commit 2c46937
Show file tree
Hide file tree
Showing 13 changed files with 170 additions and 9 deletions.
11 changes: 11 additions & 0 deletions exporters/scss/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.7.3"></a>

## [1.7.3](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/[email protected]...@lmc-eu/[email protected]) (2023-08-23)

### Dependencies

- Update all non-major dependencies ([acba328](https://github.com/lmc-eu/spirit-design-system/commit/acba328))
- Update dependency @testing-library/jest-dom to v6 ([d21b678](https://github.com/lmc-eu/spirit-design-system/commit/d21b678))

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

<a name="1.7.2"></a>

## [1.7.2](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/[email protected]...@lmc-eu/[email protected]) (2023-08-09)
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.2",
"version": "1.7.3",
"description": "Spirit SCSS Exporter for Supernova",
"license": "MIT",
"private": true,
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="0.1.1"></a>

## [0.1.1](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/[email protected]...@lmc-eu/[email protected]) (2023-08-23)

### Dependencies

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

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

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

# 0.1.0 (2023-08-09)
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.1.0",
"version": "0.1.1",
"description": "Analytic tools for Spirit Design System",
"license": "MIT",
"keywords": [
Expand Down
16 changes: 16 additions & 0 deletions packages/form-validations/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="1.0.2"></a>

## [1.0.2](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/[email protected]...@lmc-eu/[email protected]) (2023-08-23)

### Dependencies

- Update all non-major dependencies ([acba328](https://github.com/lmc-eu/spirit-design-system/commit/acba328))
- Update dependency @testing-library/jest-dom to v6 ([d21b678](https://github.com/lmc-eu/spirit-design-system/commit/d21b678))

### Documentation

- **form-validations, web-react, web-twig:** Sort props in tables ([4d8fb15](https://github.com/lmc-eu/spirit-design-system/commit/4d8fb15))
- **form-validations, web, web-twig, web-react:** Unify unicode characters in API tables ([8c837eb](https://github.com/lmc-eu/spirit-design-system/commit/8c837eb))

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

<a name="1.0.1"></a>

## [1.0.1](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/[email protected]...@lmc-eu/[email protected]) (2023-08-09)
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.1",
"version": "1.0.2",
"description": "Validation library for form fields of Spirit Design System",
"license": "MIT",
"publishConfig": {
Expand Down Expand Up @@ -35,7 +35,7 @@
"devDependencies": {
"@lmc-eu/browserslist-config": "1.0.4",
"@lmc-eu/spirit-design-tokens": "^0.25.5",
"@lmc-eu/spirit-web": "^1.1.0",
"@lmc-eu/spirit-web": "^1.2.0",
"@swc/core": "1.3.76",
"@swc/jest": "0.2.29",
"@types/jest": "29.5.3",
Expand Down
39 changes: 39 additions & 0 deletions packages/web-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,45 @@
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.0"></a>

# [1.2.0](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/[email protected]...@lmc-eu/[email protected]) (2023-08-23)

### Dependencies

- Update all non-major dependencies ([acba328](https://github.com/lmc-eu/spirit-design-system/commit/acba328))
- Update dependency @testing-library/jest-dom to v6 ([d21b678](https://github.com/lmc-eu/spirit-design-system/commit/d21b678))

### Documentation

- **form-validations, web-react, web-twig:** Sort props in tables ([4d8fb15](https://github.com/lmc-eu/spirit-design-system/commit/4d8fb15))
- **form-validations, web, web-twig, web-react:** Unify unicode characters in API tables ([8c837eb](https://github.com/lmc-eu/spirit-design-system/commit/8c837eb))
- **web-react, web-twig:** Unify the syntax of enums in API tables ([f83e9ac](https://github.com/lmc-eu/spirit-design-system/commit/f83e9ac))
- **web-react:** Add missing columns to API tables ([50b8b57](https://github.com/lmc-eu/spirit-design-system/commit/50b8b57))
- **web-react:** Add missing style props into components readmes ([e6f3533](https://github.com/lmc-eu/spirit-design-system/commit/e6f3533))
- **web-react:** All Select demos are same [#DS-816](https://github.com/lmc-eu/spirit-design-system/issues/DS-816) ([c8f137f](https://github.com/lmc-eu/spirit-design-system/commit/c8f137f))
- **web-react:** Default `icon` according to `color` variant in the `Alert` ([17471cf](https://github.com/lmc-eu/spirit-design-system/commit/17471cf))
- **web-react:** FileUploader Storybook demo ([4edef48](https://github.com/lmc-eu/spirit-design-system/commit/4edef48))
- **web-react:** Remove HTML and Props stories from components and remove nanoid package [#DS-589](https://github.com/lmc-eu/spirit-design-system/issues/DS-589) ([a7950e7](https://github.com/lmc-eu/spirit-design-system/commit/a7950e7))
- **web-react:** Rename components in example compositions ([2528fad](https://github.com/lmc-eu/spirit-design-system/commit/2528fad))
- **web-react:** Rename unsupported class property to UNSAFE_classname in Stack component ([b70a206](https://github.com/lmc-eu/spirit-design-system/commit/b70a206))
- **web-react:** Sort props alphabetically ([470fefd](https://github.com/lmc-eu/spirit-design-system/commit/470fefd))
- **web-react:** Standardize column heading of prop name ([757a8f4](https://github.com/lmc-eu/spirit-design-system/commit/757a8f4))
- **web-react:** Standardize usage of symbols in `Required` column ([faa7b03](https://github.com/lmc-eu/spirit-design-system/commit/faa7b03))
- **web-react:** Unify API of the `autoComplete` and `label` props ([f8aa168](https://github.com/lmc-eu/spirit-design-system/commit/f8aa168))
- **web-react:** Unify API table captions ([7861c18](https://github.com/lmc-eu/spirit-design-system/commit/7861c18))
- **web-twig:** Default `icon` according to `color` variant in the `Alert` ([4d51643](https://github.com/lmc-eu/spirit-design-system/commit/4d51643))
- **web, web-react:** Unify the syntax of boolean and string props ([8449ae8](https://github.com/lmc-eu/spirit-design-system/commit/8449ae8))

### Features

- **web-react:** Deprecate buttonLabel and editButtonLabel in ([985f2e0](https://github.com/lmc-eu/spirit-design-system/commit/985f2e0)), closes [#DS-881](https://github.com/lmc-eu/spirit-design-system/issues/DS-881)
- **web-react:** FileUploader Image attachment preview [#DS-852](https://github.com/lmc-eu/spirit-design-system/issues/DS-852) ([fb126fa](https://github.com/lmc-eu/spirit-design-system/commit/fb126fa))
- **web-react:** Introduce FieldGroup component ([33a6e90](https://github.com/lmc-eu/spirit-design-system/commit/33a6e90))
- **web-react:** Transfer Icon props from Spinner to Icon component ([73d61f9](https://github.com/lmc-eu/spirit-design-system/commit/73d61f9)), closes [#DS-759](https://github.com/lmc-eu/spirit-design-system/issues/DS-759)

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

<a name="1.1.0"></a>

# [1.1.0](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/[email protected]...@lmc-eu/[email protected]) (2023-08-09)
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.1.0",
"version": "1.2.0",
"description": "React implementation of Spirit Design System components",
"license": "MIT",
"sideEffects": false,
Expand Down Expand Up @@ -30,7 +30,7 @@
"@lmc-eu/eslint-config-jest": "2.1.0",
"@lmc-eu/eslint-config-react": "1.1.1",
"@lmc-eu/spirit-design-tokens": "^0.25.5",
"@lmc-eu/spirit-web": "^1.1.0",
"@lmc-eu/spirit-web": "^1.2.0",
"@rollup/plugin-node-resolve": "15.1.0",
"@swc/core": "1.3.76",
"@swc/jest": "0.2.29",
Expand Down
51 changes: 51 additions & 0 deletions packages/web-twig/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,57 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="2.2.0"></a>

# [2.2.0](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/[email protected]...@lmc-eu/[email protected]) (2023-08-23)

### Bug Fixes

- **web-twig:** Deprecate `class` prop in the `Header` abstract components ([1cea973](https://github.com/lmc-eu/spirit-design-system/commit/1cea973))
- **web-twig:** Fix condition to render `aria-labelledby` attribute in the Modal component ([70fb37b](https://github.com/lmc-eu/spirit-design-system/commit/70fb37b))
- **web:** Remove unused data attribute in Accordion [#DS-883](https://github.com/lmc-eu/spirit-design-system/issues/DS-883) ([fcfb261](https://github.com/lmc-eu/spirit-design-system/commit/fcfb261))

### Chores

- **web-twig:** Exclude **tests** directory from archive refs [#DS-635](https://github.com/lmc-eu/spirit-design-system/issues/DS-635) ([736c4b1](https://github.com/lmc-eu/spirit-design-system/commit/736c4b1))

### Code Refactoring

- **web-twig:** Mark the `id` prop in form fields as required starting from next major version ([28cfcf1](https://github.com/lmc-eu/spirit-design-system/commit/28cfcf1))
- **web-twig:** Use new `HelperText` component in all form fields ([6f284d3](https://github.com/lmc-eu/spirit-design-system/commit/6f284d3))

### Documentation

- **form-validations, web-react, web-twig:** Sort props in tables ([4d8fb15](https://github.com/lmc-eu/spirit-design-system/commit/4d8fb15))
- **form-validations, web, web-twig, web-react:** Unify unicode characters in API tables ([8c837eb](https://github.com/lmc-eu/spirit-design-system/commit/8c837eb))
- **web-react, web-twig:** Unify the syntax of enums in API tables ([f83e9ac](https://github.com/lmc-eu/spirit-design-system/commit/f83e9ac))
- **web-twig:** Default `icon` according to `color` variant in the `Alert` ([4d51643](https://github.com/lmc-eu/spirit-design-system/commit/4d51643))
- **web-twig:** Document all allowed HTML attributes in all components ([02b1dac](https://github.com/lmc-eu/spirit-design-system/commit/02b1dac))
- **web-twig:** Highlight and unify links to Web package JS plugin documentations [#DS-870](https://github.com/lmc-eu/spirit-design-system/issues/DS-870) ([92da34f](https://github.com/lmc-eu/spirit-design-system/commit/92da34f))
- **web-twig:** Introduce section about snapshot tests refs [#DS-636](https://github.com/lmc-eu/spirit-design-system/issues/DS-636) ([5fb0b63](https://github.com/lmc-eu/spirit-design-system/commit/5fb0b63))
- **web-twig:** Introduce showcase app localhost url ([4fdc03e](https://github.com/lmc-eu/spirit-design-system/commit/4fdc03e))
- **web-twig:** Unify API of the `autocomplete` and `label` props ([f514829](https://github.com/lmc-eu/spirit-design-system/commit/f514829))
- **web-twig:** Unify table comments in Docs ([840c6be](https://github.com/lmc-eu/spirit-design-system/commit/840c6be))
- **web-twig:** Unify the syntax of boolean props ([5ad6a98](https://github.com/lmc-eu/spirit-design-system/commit/5ad6a98))
- **web, web-twig:** Unify column names in API tables ([b33b8ff](https://github.com/lmc-eu/spirit-design-system/commit/b33b8ff))

### Features

- **web-twig:** Add support of image preview and edit button to FileUploaderAttachment [#DS-851](https://github.com/lmc-eu/spirit-design-system/issues/DS-851) ([401c399](https://github.com/lmc-eu/spirit-design-system/commit/401c399))
- **web-twig:** Document and test `Icon` props in the `Spinner` component ([14c4aef](https://github.com/lmc-eu/spirit-design-system/commit/14c4aef)), closes [#DS-759](https://github.com/lmc-eu/spirit-design-system/issues/DS-759)
- **web-twig:** Enable pass `formtarget` attribute to the `Button` ([b39befd](https://github.com/lmc-eu/spirit-design-system/commit/b39befd))
- **web-twig:** Introduce `FieldGroup` component ([74a4e01](https://github.com/lmc-eu/spirit-design-system/commit/74a4e01))
- **web-twig:** Introduce `HelperText` component ([d2ab6d1](https://github.com/lmc-eu/spirit-design-system/commit/d2ab6d1))
- **web-twig:** Introduce `id` prop in `ValidationText` component ([f8e5ee4](https://github.com/lmc-eu/spirit-design-system/commit/f8e5ee4))

### Tests

- **web-twig:** Colocate snapshot tests with components refs [#DS-635](https://github.com/lmc-eu/spirit-design-system/issues/DS-635) ([7530d7a](https://github.com/lmc-eu/spirit-design-system/commit/7530d7a))
- **web-twig:** Delete orphan snapshots ([c7f3f9e](https://github.com/lmc-eu/spirit-design-system/commit/c7f3f9e))
- **web-twig:** Use shorter snapshot file name refs [#DS-635](https://github.com/lmc-eu/spirit-design-system/issues/DS-635) ([8831ba7](https://github.com/lmc-eu/spirit-design-system/commit/8831ba7))

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

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

# [2.1.0](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/[email protected]...@lmc-eu/[email protected]) (2023-08-09)
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.1.0",
"version": "2.2.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.1.0",
"version": "2.2.0",
"description": "Twig implementation of Spirit Design System components",
"license": "MIT",
"private": true,
Expand Down
33 changes: 33 additions & 0 deletions packages/web/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.2.0"></a>

# [1.2.0](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/[email protected]...@lmc-eu/[email protected]) (2023-08-23)

### Bug Fixes

- **web:** Drop support of Windows high contrast mode in `Radio` to fix antialiasing issues ([8d80269](https://github.com/lmc-eu/spirit-design-system/commit/8d80269))
- **web:** Prevent underline in ButtonLink in the active state ([7c8b27a](https://github.com/lmc-eu/spirit-design-system/commit/7c8b27a))
- **web:** Remove unused data attribute in Accordion [#DS-883](https://github.com/lmc-eu/spirit-design-system/issues/DS-883) ([fcfb261](https://github.com/lmc-eu/spirit-design-system/commit/fcfb261))
- **web:** Set correct order of hover, focus and active states in CSS ([6bcf3cf](https://github.com/lmc-eu/spirit-design-system/commit/6bcf3cf))
- **web:** Use gap in Stack with spacing and without dividers [#DS-880](https://github.com/lmc-eu/spirit-design-system/issues/DS-880) ([04fe707](https://github.com/lmc-eu/spirit-design-system/commit/04fe707))

### Dependencies

- Update all non-major dependencies ([acba328](https://github.com/lmc-eu/spirit-design-system/commit/acba328))
- Update dependency @testing-library/jest-dom to v6 ([d21b678](https://github.com/lmc-eu/spirit-design-system/commit/d21b678))

### Documentation

- **form-validations, web, web-twig, web-react:** Unify unicode characters in API tables ([8c837eb](https://github.com/lmc-eu/spirit-design-system/commit/8c837eb))
- **web-react, web-twig:** Unify the syntax of enums in API tables ([f83e9ac](https://github.com/lmc-eu/spirit-design-system/commit/f83e9ac))
- **web, web-react:** Unify the syntax of boolean and string props ([8449ae8](https://github.com/lmc-eu/spirit-design-system/commit/8449ae8))
- **web, web-twig:** Unify column names in API tables ([b33b8ff](https://github.com/lmc-eu/spirit-design-system/commit/b33b8ff))
- **web:** Add missing JS plugin info to TextField Password Toggle [#DS-870](https://github.com/lmc-eu/spirit-design-system/issues/DS-870) ([3975c19](https://github.com/lmc-eu/spirit-design-system/commit/3975c19))

### Features

- **web-twig:** Add support of image preview and edit button to FileUploaderAttachment [#DS-851](https://github.com/lmc-eu/spirit-design-system/issues/DS-851) ([401c399](https://github.com/lmc-eu/spirit-design-system/commit/401c399))
- **web:** FileUploader Image attachment preview ([350aeee](https://github.com/lmc-eu/spirit-design-system/commit/350aeee))
- **web:** Set image preview dataset on the attachment instead on the list [#DS-851](https://github.com/lmc-eu/spirit-design-system/issues/DS-851) ([89daf60](https://github.com/lmc-eu/spirit-design-system/commit/89daf60))

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

<a name="1.1.0"></a>

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

0 comments on commit 2c46937

Please sign in to comment.