Skip to content

Commit 52a7f7c

Browse files
committed
Revert "change(versioning): change and remove bump major version since BREAKING CHANGE: doesn't work."
This reverts commit 0128307.
1 parent 3b9a8e4 commit 52a7f7c

File tree

2 files changed

+2
-38
lines changed

2 files changed

+2
-38
lines changed

CHANGELOG.md

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

5-
## [11.0.0](https://github.com/silinternational/ui-components/compare/v10.7.0...v11.0.0) (2024-03-26)
6-
7-
8-
### ⚠ BREAKING CHANGES
9-
10-
* **core:** updated from svelte 3 to svelte 4. Consumers should use svelte 4
11-
12-
### Added
13-
14-
* **core:** update to svelte 4, storybook 7, sass to 1.77.x ([c58d599](https://github.com/silinternational/ui-components/commit/c58d599107458f4ad174b44de27beb2b2875890a))
15-
* **Tooltip:** Add Tooltip.rich ([2540751](https://github.com/silinternational/ui-components/commit/254075178e40db27fdc8864427ceeb34824b2aa2))
16-
17-
18-
### Fixed
19-
20-
* **build:** fix npm-publish [skip release] ([1fd6d87](https://github.com/silinternational/ui-components/commit/1fd6d877d9376dd33d45b2b65a913b5d3e4827c8))
21-
22-
23-
### Changed
24-
25-
* **versioning:** change and remove bump major version since BREAKING CHANGE: doesn't work. ([0128307](https://github.com/silinternational/ui-components/commit/012830768c496c93006eb7188c427ab8cf6e2e0c))
26-
27-
### Fixed
28-
29-
* **build:** fix npm-publish [skip release] ([1fd6d87](https://github.com/silinternational/ui-components/commit/1fd6d877d9376dd33d45b2b65a913b5d3e4827c8))
30-
31-
## [11.1.0](https://github.com/silinternational/ui-components/compare/v11.0.0...v11.1.0) (2024-03-25)
32-
33-
### Added
34-
35-
* **Tooltip:** Add Tooltip.rich ([2540751](https://github.com/silinternational/ui-components/commit/254075178e40db27fdc8864427ceeb34824b2aa2))
36-
37-
### Fixed
38-
39-
* **build:** fix npm-publish [skip release] ([1fd6d87](https://github.com/silinternational/ui-components/commit/1fd6d877d9376dd33d45b2b65a913b5d3e4827c8))
40-
415
## [11.0.0](https://github.com/silinternational/ui-components/compare/v10.7.0...v11.0.0) (2024-03-20)
426

437
### ⚠ BREAKING CHANGES

release.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ const plugins = [
3131
},
3232
{
3333
type: 'change',
34-
release: 'major',
34+
release: 'minor',
3535
},
3636
{
3737
type: 'deprecate',
3838
release: 'minor',
3939
},
4040
{
4141
type: 'remove',
42-
release: 'major',
42+
release: 'minor',
4343
},
4444
{
4545
type: 'security',

0 commit comments

Comments
 (0)