Skip to content

Commit b222264

Browse files
chore(release): 12.0.0 [skip ci]
## [12.0.0](v11.10.2...v12.0.0) (2025-11-10) ### ⚠ BREAKING CHANGES * **package:** Users will need to update imports from @silintl/ui-components to @sil-org/ui-components * **package:** update package scope to [@sil-org](https://github.com/sil-org) ([6759311](6759311))
1 parent 6759311 commit b222264

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
All notable changes to this project will be documented in this file.
44
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).
55

6+
## [12.0.0](https://github.com/sil-org/ui-components/compare/v11.10.2...v12.0.0) (2025-11-10)
7+
8+
9+
### ⚠ BREAKING CHANGES
10+
11+
* **package:** Users will need to update imports from
12+
@silintl/ui-components to @sil-org/ui-components
13+
14+
* **package:** update package scope to [@sil-org](https://github.com/sil-org) ([6759311](https://github.com/sil-org/ui-components/commit/675931154f56cc39aa4c5ae13c18881238831b1f))
15+
616
### [11.10.2](https://github.com/sil-org/ui-components/compare/v11.10.1...v11.10.2) (2025-11-07)
717

818
### Security

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sil-org/ui-components",
3-
"version": "11.10.2",
3+
"version": "12.0.0",
44
"description": "Reusable Svelte components for some internal applications",
55
"main": "index.mjs",
66
"module": "index.mjs",

0 commit comments

Comments
 (0)