Skip to content

Commit

Permalink
chore(release): 10.8.0 [skip ci]
Browse files Browse the repository at this point in the history
## [10.8.0](v10.7.0...v10.8.0) (2024-03-20)

### ⚠ BREAKING CHANGES

* **core:** updated from svelte 3 to svelte 4. Consumers should use svelte 4

### Added

* **core:** update to svelte 4, storybook 7, sass to 1.77.x ([c58d599](c58d599))
  • Loading branch information
semantic-release-bot committed Mar 20, 2024
1 parent 277539d commit 50c0144
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), enforced with [semantic-release](https://github.com/semantic-release/semantic-release).

## [10.8.0](https://github.com/silinternational/ui-components/compare/v10.7.0...v10.8.0) (2024-03-20)


### ⚠ BREAKING CHANGES

* **core:** updated from svelte 3 to svelte 4. Consumers should use svelte 4

### Added

* **core:** update to svelte 4, storybook 7, sass to 1.77.x ([c58d599](https://github.com/silinternational/ui-components/commit/c58d599107458f4ad174b44de27beb2b2875890a))

## [10.7.0](https://github.com/silinternational/ui-components/compare/v10.6.0...v10.7.0) (2024-01-23)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@silintl/ui-components",
"version": "11.0.0",
"version": "10.8.0",
"description": "Reusable Svelte components for some internal applications",
"main": "index.mjs",
"module": "index.mjs",
Expand Down

0 comments on commit 50c0144

Please sign in to comment.