Skip to content

Commit

Permalink
Chore(release): Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelklibani committed Jan 30, 2024
1 parent 049ebf7 commit 4f6cea6
Show file tree
Hide file tree
Showing 13 changed files with 148 additions and 83 deletions.
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.2.0"></a>

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

### Features

- **common:** Configure https in server constants ([c7824b3](https://github.com/lmc-eu/spirit-design-system/commit/c7824b3))

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

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

# 0.1.0 (2024-01-12)
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.1.0",
"version": "0.2.0",
"description": "Common code and scripts for Spirit Design System",
"license": "MIT",
"private": true,
Expand Down
10 changes: 10 additions & 0 deletions packages/demo/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.1"></a>

## [0.1.1](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/[email protected]...@lmc-eu/[email protected]) (2024-01-30)

### Chores

- **web,web-twig,web-react:** Unify demo differences in components [#DS-660](https://github.com/lmc-eu/spirit-design-system/issues/DS-660) ([db7426e](https://github.com/lmc-eu/spirit-design-system/commit/db7426e))

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

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

# 0.1.0 (2023-09-26)
Expand Down
2 changes: 1 addition & 1 deletion packages/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lmc-eu/spirit-demo",
"version": "0.1.0",
"version": "0.1.1",
"description": "Showcase tooling for demo of Spirit Design System",
"license": "MIT",
"publishConfig": {
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="1.1.0"></a>

# [1.1.0](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/[email protected]...@lmc-eu/[email protected]) (2024-01-30)

### Features

- **demo,web,web-react,form-validations:** Set font-display to block in google fonts load ([258d9e9](https://github.com/lmc-eu/spirit-design-system/commit/258d9e9))

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

<a name="1.0.11"></a>

## [1.0.11](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/[email protected]...@lmc-eu/[email protected]) (2024-01-17)
Expand Down
8 changes: 4 additions & 4 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.11",
"version": "1.1.0",
"description": "Validation library for form fields of Spirit Design System",
"license": "MIT",
"publishConfig": {
Expand Down Expand Up @@ -34,10 +34,10 @@
},
"devDependencies": {
"@lmc-eu/browserslist-config": "2.0.0",
"@lmc-eu/spirit-common": "^0.1.0",
"@lmc-eu/spirit-demo": "^0.1.0",
"@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.8.0",
"@lmc-eu/spirit-web": "^1.9.0",
"@swc/core": "1.3.102",
"@swc/jest": "0.2.29",
"@types/jest": "29.5.11",
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.11.0"></a>

# [1.11.0](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/[email protected]...@lmc-eu/[email protected]) (2024-01-30)

### Bug Fixes

- **web-react:** Cleanup scrolling when Modal is unmounted ([654a147](https://github.com/lmc-eu/spirit-design-system/commit/654a147)), closes [#DS-1126](https://github.com/lmc-eu/spirit-design-system/issues/DS-1126)

### Chores

- **web,web-react:** Hide Vite HMR overlay ([66bb64a](https://github.com/lmc-eu/spirit-design-system/commit/66bb64a))
- **web,web-twig,web-react:** Unify demo differences in components [#DS-660](https://github.com/lmc-eu/spirit-design-system/issues/DS-660) ([db7426e](https://github.com/lmc-eu/spirit-design-system/commit/db7426e))

### Code Refactoring

- **web-react:** Clean up shared non-dictionary types and constants ([e7b9317](https://github.com/lmc-eu/spirit-design-system/commit/e7b9317))

### Dependencies

- **web-react:** Adding peer FloatingUI dependency to package.json ([33df3ee](https://github.com/lmc-eu/spirit-design-system/commit/33df3ee))

### Documentation

- **web-react:** Use spacing style props in all components [#DS-475](https://github.com/lmc-eu/spirit-design-system/issues/DS-475) ([b6b8721](https://github.com/lmc-eu/spirit-design-system/commit/b6b8721))
- **web, web-twig, web-react:** Clarify that `Modal` can be stacked, but not nested in the DOM ([16f3b70](https://github.com/lmc-eu/spirit-design-system/commit/16f3b70))

### Features

- **demo,web,web-react,form-validations:** Set font-display to block in google fonts load ([258d9e9](https://github.com/lmc-eu/spirit-design-system/commit/258d9e9))
- **web-react:** Introduce new TooltipModern component with FloatingUI ([14cbadc](https://github.com/lmc-eu/spirit-design-system/commit/14cbadc))
- **web-react:** Introduce spacing style props to all components [#DS-475](https://github.com/lmc-eu/spirit-design-system/issues/DS-475) ([867ba37](https://github.com/lmc-eu/spirit-design-system/commit/867ba37))
- **web-react:** Introduce vertical alignment options for `Modal` [#DS-940](https://github.com/lmc-eu/spirit-design-system/issues/DS-940) ([67e2594](https://github.com/lmc-eu/spirit-design-system/commit/67e2594))

### Tests

- **web-react:** Add test for hook useFloatingUI ([cce1551](https://github.com/lmc-eu/spirit-design-system/commit/cce1551))

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

<a name="1.10.0"></a>

# [1.10.0](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/[email protected]...@lmc-eu/[email protected]) (2024-01-17)
Expand Down
8 changes: 4 additions & 4 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.10.0",
"version": "1.11.0",
"description": "React implementation of Spirit Design System components",
"license": "MIT",
"sideEffects": false,
Expand Down Expand Up @@ -30,10 +30,10 @@
"@lmc-eu/eslint-config-base": "3.0.2",
"@lmc-eu/eslint-config-jest": "3.0.2",
"@lmc-eu/eslint-config-react": "2.0.2",
"@lmc-eu/spirit-common": "^0.1.0",
"@lmc-eu/spirit-demo": "^0.1.0",
"@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.8.0",
"@lmc-eu/spirit-web": "^1.9.0",
"@rollup/plugin-node-resolve": "15.2.3",
"@swc/core": "1.3.102",
"@swc/jest": "0.2.29",
Expand Down
30 changes: 30 additions & 0 deletions packages/web-twig/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,36 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="2.10.0"></a>

# [2.10.0](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/[email protected]...@lmc-eu/[email protected]) (2024-01-30)

### Chores

- **web,web-twig,web-react:** Unify demo differences in components [#DS-660](https://github.com/lmc-eu/spirit-design-system/issues/DS-660) ([db7426e](https://github.com/lmc-eu/spirit-design-system/commit/db7426e))

### Code Refactoring

- **web-twig, demo:** Move Tooltip demo scripts to the demo app ([9fc6ae0](https://github.com/lmc-eu/spirit-design-system/commit/9fc6ae0))

### Documentation

- **web-twig:** Use spacing style props in all components [#DS-1109](https://github.com/lmc-eu/spirit-design-system/issues/DS-1109) ([3692198](https://github.com/lmc-eu/spirit-design-system/commit/3692198))
- **web, web-twig, web-react:** Clarify that `Modal` can be stacked, but not nested in the DOM ([16f3b70](https://github.com/lmc-eu/spirit-design-system/commit/16f3b70))

### Features

- **web-react:** Introduce vertical alignment options for `Modal` [#DS-940](https://github.com/lmc-eu/spirit-design-system/issues/DS-940) ([67e2594](https://github.com/lmc-eu/spirit-design-system/commit/67e2594))
- **web-twig:** Introduce advanced Tooltip usage supported by FloatingUI ([91eaec0](https://github.com/lmc-eu/spirit-design-system/commit/91eaec0)), closes [#DS-1087](https://github.com/lmc-eu/spirit-design-system/issues/DS-1087)
- **web-twig:** Introduce spacing style props to all components [#DS-1109](https://github.com/lmc-eu/spirit-design-system/issues/DS-1109) ([78a697e](https://github.com/lmc-eu/spirit-design-system/commit/78a697e))
- **web-twig:** Introduce vertical alignment options for `Modal` [#DS-940](https://github.com/lmc-eu/spirit-design-system/issues/DS-940) ([d1da586](https://github.com/lmc-eu/spirit-design-system/commit/d1da586))

### Reverts

- **web-twig:** Set Tooltip to use modifier class instead of data attr to set the placement inside ([0fa635a](https://github.com/lmc-eu/spirit-design-system/commit/0fa635a))

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

<a name="2.9.0"></a>

# [2.9.0](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/[email protected]...@lmc-eu/[email protected]) (2024-01-17)
Expand Down
69 changes: 0 additions & 69 deletions packages/web-twig/composer.json
Original file line number Diff line number Diff line change
@@ -1,69 +0,0 @@
{
"name": "lmc/spirit-web-twig-bundle",
"version": "2.9.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",
"authors": [
{
"name": "LMC, s.r.o."
}
],
"autoload": {
"psr-4": {
"Lmc\\SpiritWebTwigBundle\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Lmc\\SpiritWebTwigBundle\\": "tests/"
}
},
"require": {
"php": "^7.4 || ^8.1",
"lmc/twigx-bundle": "^3.0.0 !=3.2.0",
"symfony/config": "^4.4 || ^5.4 || ^6.1",
"symfony/dependency-injection": "^4.4 || ^5.4 || ^6.1",
"symfony/http-foundation": "^4.4 || ^5.4 || ^6.1",
"symfony/http-kernel": "^4.4 || ^5.4 || ^6.1",
"symfony/polyfill-php80": "^1.23",
"twig/twig": "^1.44.6 || ^2.12.5 || ^3.0.0",
"ext-simplexml": "*"
},
"require-dev": {
"phpunit/phpunit": "^9",
"mockery/mockery": "^1.5",
"lmc/coding-standard": "^3.2",
"symfony/yaml": "^4.4 || ^5.4 || ^6.1",
"phpstan/phpstan": "^1.2",
"phpstan/phpstan-mockery": "^1.0",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan-symfony": "^1.0",
"spatie/phpunit-snapshot-assertions": "^4.2.12"
},
"scripts": {
"ecs": "vendor/bin/ecs check --no-progress-bar --ansi src/ tests/",
"ecs:fix": "vendor/bin/ecs check --no-progress-bar --ansi --fix src/ tests/",
"phpunit": "vendor/bin/phpunit",
"phpunit:coverage": "XDEBUG_MODE=coverage vendor/bin/phpunit",
"phpunit:update": "vendor/bin/phpunit -d --update-snapshots",
"phpstan": "vendor/bin/phpstan analyze",
"tests": [
"@ecs",
"@phpunit",
"@phpstan"
],
"analyze": [
"@ecs",
"@phpstan"
]
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"phpstan/extension-installer": true,
"symfony/flex": true,
"symfony/runtime": true
}
}
}
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.9.0",
"version": "2.10.0",
"description": "Twig implementation of Spirit Design System components",
"license": "MIT",
"private": true,
Expand Down
35 changes: 35 additions & 0 deletions packages/web/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,41 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="1.9.0"></a>

# [1.9.0](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/[email protected]...@lmc-eu/[email protected]) (2024-01-30)

### Bug Fixes

- **web:** Check if controlled placement on Tooltip is also undefined ([049ebf7](https://github.com/lmc-eu/spirit-design-system/commit/049ebf7))

### Chores

- **web,web-react:** Hide Vite HMR overlay ([66bb64a](https://github.com/lmc-eu/spirit-design-system/commit/66bb64a))
- **web,web-twig,web-react:** Unify demo differences in components [#DS-660](https://github.com/lmc-eu/spirit-design-system/issues/DS-660) ([db7426e](https://github.com/lmc-eu/spirit-design-system/commit/db7426e))

### Dependencies

- **web:** Adding peer FloatingUI dependency to web package.json ([6484314](https://github.com/lmc-eu/spirit-design-system/commit/6484314))

### Documentation

- **web, web-twig, web-react:** Clarify that `Modal` can be stacked, but not nested in the DOM ([16f3b70](https://github.com/lmc-eu/spirit-design-system/commit/16f3b70))

### Features

- **demo,web,web-react,form-validations:** Set font-display to block in google fonts load ([258d9e9](https://github.com/lmc-eu/spirit-design-system/commit/258d9e9))
- **web-react:** Introduce vertical alignment options for `Modal` [#DS-940](https://github.com/lmc-eu/spirit-design-system/issues/DS-940) ([67e2594](https://github.com/lmc-eu/spirit-design-system/commit/67e2594))
- **web:** Add FloatingUI support to Tooltip components ([40887b2](https://github.com/lmc-eu/spirit-design-system/commit/40887b2))
- **web:** Introduce vertical alignment options for `Modal` [#DS-940](https://github.com/lmc-eu/spirit-design-system/issues/DS-940) ([966f44e](https://github.com/lmc-eu/spirit-design-system/commit/966f44e))
- **web:** New CSS variable for Tooltip maxWidth ([1db03e9](https://github.com/lmc-eu/spirit-design-system/commit/1db03e9))

### Tests

- **web:** Adding test for tooltip config attribute ([274bab6](https://github.com/lmc-eu/spirit-design-system/commit/274bab6))

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

<a name="1.8.0"></a>

# [1.8.0](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/[email protected]...@lmc-eu/[email protected]) (2024-01-17)
Expand Down
6 changes: 3 additions & 3 deletions 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.8.0",
"version": "1.9.0",
"description": "CSS and vanilla JS implementation of Spirit Design System",
"license": "MIT",
"publishConfig": {
Expand Down Expand Up @@ -61,8 +61,8 @@
},
"devDependencies": {
"@lmc-eu/browserslist-config": "2.0.0",
"@lmc-eu/spirit-common": "^0.1.0",
"@lmc-eu/spirit-demo": "^0.1.0",
"@lmc-eu/spirit-common": "^0.2.0",
"@lmc-eu/spirit-demo": "^0.1.1",
"@lmc-eu/stylelint-config": "7.0.1",
"@rollup/plugin-typescript": "11.1.5",
"@swc/core": "1.3.102",
Expand Down

0 comments on commit 4f6cea6

Please sign in to comment.