Skip to content

Commit 4a898eb

Browse files
committed
build: release 19.0.0-next.3
1 parent ba828dd commit 4a898eb

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
# [19.0.0-next.3](https://github.com/worktile/store/compare/v18.0.1...v19.0.0-next.3) (2025-03-27)
6+
7+
8+
### Features
9+
10+
* upgrade ng 19 ([#182](https://github.com/worktile/store/issues/182)) ([74dc705](https://github.com/worktile/store/commit/74dc70514d98b57018520d55e19b753e09bbe658))
11+
12+
13+
514
# [19.0.0-next.0](https://github.com/worktile/store/compare/v18.0.1...v19.0.0-next.0) (2025-03-27)
615

716

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tethys/store",
3-
"version": "19.0.0-next.0",
3+
"version": "19.0.0-next.3",
44
"scripts": {
55
"ng": "ng",
66
"start": "npm run start:docs",

packages/store/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tethys/store",
3-
"version": "19.0.0-next.0",
3+
"version": "19.0.0-next.3",
44
"peerDependencies": {
55
"@angular/common": "^19.0.0",
66
"@angular/core": "^19.0.0",

0 commit comments

Comments
 (0)