Skip to content

Commit

Permalink
fix changelog and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
hobbitronics committed Dec 11, 2024
1 parent 095d32f commit 79c6b63
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 32 deletions.
34 changes: 5 additions & 29 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,47 +1,23 @@
# Changelog

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).

## [11.6.0](https://github.com/silinternational/ui-components/compare/v11.5.0...v11.6.0) (2024-12-11)


### Added

* **SearchableSelect:** add clear button to SearchableSelect ([000f776](https://github.com/silinternational/ui-components/commit/000f776dc36dd7e7c2bd10363d6314c5ed0fae5b))


### Changed

* **changelog:** format ([3fd0539](https://github.com/silinternational/ui-components/commit/3fd05396879a911d075855c92828eaf4a06f2265))

## [11.6.1](https://github.com/silinternational/ui-components/compare/v11.5.0...v11.6.1) (2024-12-11)

### Security

* **dependencies:** updated deps with npm audit fix for CVE-2024-21538 ([1c5e797](https://github.com/silinternational/ui-components/commit/1c5e797fa89ae0399bbffe6cc4ee6edbdad186ad))

## [11.6.0](https://github.com/silinternational/ui-components/compare/v11.5.0...v11.6.0) (2024-10-21)


### Added

* **SearchableSelect:** add clear button to SearchableSelect ([000f776](https://github.com/silinternational/ui-components/commit/000f776dc36dd7e7c2bd10363d6314c5ed0fae5b))


### Changed

* **changelog:** format ([3fd0539](https://github.com/silinternational/ui-components/commit/3fd05396879a911d075855c92828eaf4a06f2265))
- **dependencies:** updated deps with npm audit fix for CVE-2024-21538 ([1c5e797](https://github.com/silinternational/ui-components/commit/1c5e797fa89ae0399bbffe6cc4ee6edbdad186ad))

## [11.6.0](https://github.com/silinternational/ui-components/compare/v11.5.0...v11.6.0) (2024-10-03)


### Added

* **SearchableSelect:** add clear button to SearchableSelect ([000f776](https://github.com/silinternational/ui-components/commit/000f776dc36dd7e7c2bd10363d6314c5ed0fae5b))

- **SearchableSelect:** add clear button to SearchableSelect ([000f776](https://github.com/silinternational/ui-components/commit/000f776dc36dd7e7c2bd10363d6314c5ed0fae5b))

### Changed

* **changelog:** format ([3fd0539](https://github.com/silinternational/ui-components/commit/3fd05396879a911d075855c92828eaf4a06f2265))
- **changelog:** format ([3fd0539](https://github.com/silinternational/ui-components/commit/3fd05396879a911d075855c92828eaf4a06f2265))

# Changelog

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.6.0",
"version": "11.6.1",
"description": "Reusable Svelte components for some internal applications",
"main": "index.mjs",
"module": "index.mjs",
Expand Down

0 comments on commit 79c6b63

Please sign in to comment.