Skip to content

Commit 388eb97

Browse files
chore(release): components@6.5.0, styles@6.5.0, tokens@6.5.0 [skip actions]
1 parent d5a4bda commit 388eb97

7 files changed

Lines changed: 16 additions & 10 deletions

File tree

.changeset/lucky-parks-raise.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/components/CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @solid-design-system/components
22

3+
## 6.5.0
4+
5+
### Minor Changes
6+
7+
- Implementing a `close-trigger` attribute to better control what triggers closing the `sd-tooltip`. Fixed tooltip not closing outside the element. _[`#2760`](https://github.com/solid-design-system/solid/pull/2760) [`d5a4bda`](https://github.com/solid-design-system/solid/commit/d5a4bda67894195c8898ccf812dcf695a3f81946) [@martascorreia](https://github.com/martascorreia)_
8+
39
## 6.4.2
410

511
### Patch Changes
@@ -10,8 +16,9 @@
1016
- Improved `readonly` attribute handling.
1117

1218
### 📈 Stats
13-
* Uncompressed: 590 KB (+1 KB / +0%)
14-
* Gzipped: 134 KB (+1 KB / +1%)
19+
20+
- Uncompressed: 590 KB (+1 KB / +0%)
21+
- Gzipped: 134 KB (+1 KB / +1%)
1522

1623
## 6.4.1
1724

packages/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@solid-design-system/components",
33
"description": "Solid Design System: Components",
4-
"version": "6.4.2",
4+
"version": "6.5.0",
55
"homepage": "https://solid-design-system.fe.union-investment.de/docs/",
66
"author": "Union Investment",
77
"license": "MIT",

packages/styles/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @solid-design-system/styles
22

3+
## 6.5.0
4+
35
## 6.4.2
46

57
## 6.4.1

packages/styles/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solid-design-system/styles",
3-
"version": "6.4.2",
3+
"version": "6.5.0",
44
"author": {
55
"name": "Union Investment"
66
},

packages/tokens/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @solid-design-system/tokens
22

3+
## 6.5.0
4+
35
## 6.4.2
46

57
## 6.4.1

packages/tokens/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solid-design-system/tokens",
3-
"version": "6.4.2",
3+
"version": "6.5.0",
44
"description": "Solid Design System: Tokens",
55
"publishConfig": {
66
"access": "public",

0 commit comments

Comments
 (0)