Skip to content

Commit ec4fdce

Browse files
committed
Release 2.0.0
1 parent 92b1284 commit ec4fdce

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
33
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
44

55

6+
#### [v2.0.0](https://github.com/PKief/angular-reactive-state/compare/v1.0.8...v2.0.0)
7+
8+
> February 12, 2024
9+
10+
- Update angular.json [`92b1284`](https://github.com/PKief/angular-reactive-state/commit/92b1284)
11+
- Fix test suite [`24c983a`](https://github.com/PKief/angular-reactive-state/commit/24c983a)
12+
- Update test [`54889c1`](https://github.com/PKief/angular-reactive-state/commit/54889c1)
13+
- Update Readme [`15a0f04`](https://github.com/PKief/angular-reactive-state/commit/15a0f04)
14+
- Update devtool support [`f08f3e1`](https://github.com/PKief/angular-reactive-state/commit/f08f3e1)
15+
- Simplify playground [`957eff8`](https://github.com/PKief/angular-reactive-state/commit/957eff8)
16+
- Update playground [`a8f9310`](https://github.com/PKief/angular-reactive-state/commit/a8f9310)
17+
- Add signals [`17d6f3a`](https://github.com/PKief/angular-reactive-state/commit/17d6f3a)
18+
- Disable analytics [`985fabb`](https://github.com/PKief/angular-reactive-state/commit/985fabb)
19+
- Update to Angular 17 [`87c0c76`](https://github.com/PKief/angular-reactive-state/commit/87c0c76)
20+
- Update to Angular 16 [`98ee18f`](https://github.com/PKief/angular-reactive-state/commit/98ee18f)
21+
- Update dependencies [`04fc11f`](https://github.com/PKief/angular-reactive-state/commit/04fc11f)
22+
- Update dependencies [`5f597bf`](https://github.com/PKief/angular-reactive-state/commit/5f597bf)
23+
- Update dependencies [`030a5ed`](https://github.com/PKief/angular-reactive-state/commit/030a5ed)
24+
625
#### [v1.0.8](https://github.com/PKief/angular-reactive-state/compare/v1.0.7...v1.0.8)
726

827
> January 22, 2023

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "angular-reactive-state",
33
"description": "Reactive state management library for Angular",
44
"displayName": "Angular Reactive State Management",
5-
"version": "1.0.8",
5+
"version": "2.0.0",
66
"publisher": "PKief",
77
"scripts": {
88
"ng": "ng",

0 commit comments

Comments
 (0)