Skip to content

Commit

Permalink
build: release 17.2.0-next.0
Browse files Browse the repository at this point in the history
  • Loading branch information
why520crazy committed May 22, 2024
1 parent 765af61 commit 82df5ff
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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.

# [17.2.0-next.0](https://github.com/worktile/store/compare/v17.1.0...v17.2.0-next.0) (2024-05-22)


### Features

* support signal #INFR-12381 ([#159](https://github.com/worktile/store/issues/159)) ([102b79a](https://github.com/worktile/store/commit/102b79af725ec4617fb3b1cd6b820131d31a66c0)), closes [#INFR-12381](https://github.com/worktile/store/issues/INFR-12381)



# [17.1.0](https://github.com/worktile/store/compare/v17.0.0...v17.1.0) (2024-05-15)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tethys/store",
"version": "17.1.0",
"version": "17.2.0-next.0",
"scripts": {
"ng": "ng",
"start": "npm run start:docs",
Expand Down
2 changes: 1 addition & 1 deletion packages/store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tethys/store",
"version": "17.1.0",
"version": "17.2.0-next.0",
"peerDependencies": {
"@angular/common": "^17.0.0",
"@angular/core": "^17.0.0",
Expand Down

0 comments on commit 82df5ff

Please sign in to comment.