From cdf754180f2aa705d0e801e9f7a9c62806fe997c Mon Sep 17 00:00:00 2001 From: why520crazy Date: Tue, 15 Oct 2024 10:08:05 +0800 Subject: [PATCH] build: release 18.0.1 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- packages/store/package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1faf285..2acf03c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. +## [18.0.1](https://github.com/worktile/store/compare/v18.0.0...v18.0.1) (2024-10-15) + + +### Bug Fixes + +* **store:** handle entities synchronization when remove ([cac359b](https://github.com/worktile/store/commit/cac359bfbefa2a0b1609aecca8532b1ee6e3caa2)) + + + # [18.0.0](https://github.com/worktile/store/compare/v18.0.0-next.1...v18.0.0) (2024-08-21) ### Features diff --git a/package.json b/package.json index 219ba9c..aeaaa95 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tethys/store", - "version": "18.0.0", + "version": "18.0.1", "scripts": { "ng": "ng", "start": "npm run start:docs", diff --git a/packages/store/package.json b/packages/store/package.json index a71e3d3..320388a 100644 --- a/packages/store/package.json +++ b/packages/store/package.json @@ -1,6 +1,6 @@ { "name": "@tethys/store", - "version": "18.0.0", + "version": "18.0.1", "peerDependencies": { "@angular/common": "^18.2.0", "@angular/core": "^18.2.0",