Skip to content

Commit a042005

Browse files
committed
docs: Prepared changelogs for release-please changelog generation
1 parent d8e90b4 commit a042005

File tree

2 files changed

+9
-32
lines changed

2 files changed

+9
-32
lines changed

packages/browser-utils/CHANGELOG.md

+9-23
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,31 @@
11
# Changelog
22

3-
All notable changes to this project will be documented in this file.
3+
### ⚠ BREAKING CHANGES
44

5-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6-
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7-
8-
## [UNRELEASED]
9-
10-
### Changed
11-
12-
- 💥 BREAKING: Moved all of the package's non-browser-specific functionalities to the new `@spuxx/js-utils` package. This includes:
5+
- Moved all of the package's non-browser-specific functionalities to the new `@spuxx/js-utils` package. This includes:
136
- `ServiceMixin`
147
- `IntlService`
158
- `LoggerService`
169
- `sleep`, `isEmptyOrWhitespace` and `deepMerge`
1710

18-
### Chores
19-
20-
- Package source code has been movted into the [jslibs](https://github.com/spuxx1701/jslibs) monorepo.
21-
22-
## [0.3.0] - 2024-05-23
11+
## 0.3.0 (2024-05-23)
2312

24-
### Added
13+
### Features
2514

2615
- Added [`deepMerge`](/lib/utils/misc.utils.ts) utility function.
2716

28-
## [0.2.0] - 2024-05-07
17+
## 0.2.0 (2024-05-07)
2918

30-
### Added
31-
32-
- Added more information to `package.json`.
33-
34-
### Changed
19+
### Features
3520

3621
- `DeviceManager` service is now called `UserAgent`.
22+
- Added more information to `package.json`.
3723

38-
### Fixed
24+
### Bug Fixes
3925

4026
- `react.svg` is no longer part of the build output.
4127
- Fixed test app.
4228

43-
## [0.1.0] 2024-05-06
29+
## 0.1.0 (2024-05-06)
4430

4531
🌟 Initial release.

packages/js-utils/CHANGELOG.md

-9
Original file line numberDiff line numberDiff line change
@@ -1,10 +1 @@
11
# Changelog
2-
3-
All notable changes to this project will be documented in this file.
4-
5-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6-
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7-
8-
## [UNRELEASED]
9-
10-
🌟 Initial release.

0 commit comments

Comments
 (0)