Skip to content

Commit

Permalink
chore(akita): release version 8.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NetanelBasal committed Feb 13, 2023
1 parent 1d9eaac commit 2c52705
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start": "nx serve --project ng-playground",
"start:docs": "npm start --prefix=docs",
"test": "npm run affected:test",
"build": "nx build akita && npm run build --prefix packages/akita-schematics",
"build": "nx build akita",
"test:all": "nx test akita",
"build:all": "nx run-many --target=build --all --exclude=ng-playground",
"affected": "nx affected",
Expand Down
9 changes: 9 additions & 0 deletions packages/akita/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).

## [8.0.1](https://github-personal/salesforce/akita/compare/akita-8.0.0...akita-8.0.1) (2023-02-13)


### Bug Fixes

* **akita:** support TS strict mode ([#1050](https://github-personal/salesforce/akita/issues/1050)) ([1d9eaac](https://github-personal/salesforce/akita/commit/1d9eaacc19d43882e5e926cabe8b823047968695)), closes [salesforce/akita#870](https://github-personal/salesforce/akita/issues/870)



# [8.0.0](https://github.com/salesforce/akita/compare/akita-7.1.1...akita-8.0.0) (2023-01-09)


Expand Down
2 changes: 1 addition & 1 deletion packages/akita/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@datorama/akita",
"version": "8.0.0",
"version": "8.0.1",
"description": "A Reactive State Management Tailored-Made for JS Applications",
"keywords": [
"angular",
Expand Down

0 comments on commit 2c52705

Please sign in to comment.