Skip to content

Commit

Permalink
chore(release/components): 3.5.0 [skip actions]
Browse files Browse the repository at this point in the history
# [@solid-design-system/components-v3.5.0](components/3.4.0...components/3.5.0) (2024-05-24)

### Features

* ✨ add sd-step & sd-step-group  ([#1007](#1007)) ([d42c66f](d42c66f))
  • Loading branch information
semantic-release-bot committed May 24, 2024
1 parent 58c1028 commit 599f104
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# [@solid-design-system/components-v3.5.0](https://github.com/solid-design-system/solid/compare/components/3.4.0...components/3.5.0) (2024-05-24)


### Features

* ✨ add sd-step & sd-step-group ([#1007](https://github.com/solid-design-system/solid/issues/1007)) ([d42c66f](https://github.com/solid-design-system/solid/commit/d42c66fec184306c1f7cc9c127f54b20fe17d5bf))

### 📈 Stats
* Bundle size (uncompressed): 309 KB (+10 KB / +3%)
* Bundle size (gzipped): 74 KB (+2 KB / +3%)

# [@solid-design-system/components-v3.4.0](https://github.com/solid-design-system/solid/compare/components/3.3.1...components/3.4.0) (2024-05-22)


Expand Down
6 changes: 3 additions & 3 deletions packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@solid-design-system/components",
"description": "Solid Design System: Components",
"version": "3.4.0",
"version": "3.5.0",
"homepage": "https://solid-design-system.fe.union-investment.de/x.x.x/storybook/",
"author": {
"name": "Union Investment"
Expand Down Expand Up @@ -187,8 +187,8 @@
"readme": "README.md",
"meta": {
"bundleSizeInKb": {
"uncompressed": 299,
"gzip": 72
"uncompressed": 309,
"gzip": 74
}
}
}

0 comments on commit 599f104

Please sign in to comment.