Skip to content

Commit

Permalink
chore(:up:): 4.0.0-alpha.12
Browse files Browse the repository at this point in the history
  • Loading branch information
kobezzza committed Oct 17, 2023
1 parent 7fb82a8 commit a4c140a
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,18 @@ Changelog
_Note: Gaps between patch versions are faulty, broken or test releases._

## v4.0.0-alpha.12 (2023-10-17)

#### :rocket: New Feature

* `core/data`:
* Added a new option `singleton` for data providers
* Caching of requests during SSR is allowed

#### :bug: Bug Fix

* By default, the getCacheKey function should take the parameters from the provider `core/data`

## v4.0.0-alpha.11 (2023-10-12)

#### :rocket: New Feature
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "lib/core/index.js",
"typings": "index.d.ts",
"license": "MIT",
"version": "4.0.0-alpha.11",
"version": "4.0.0-alpha.12",
"author": "kobezzza <[email protected]> (https://github.com/kobezzza)",
"repository": {
"type": "git",
Expand Down
11 changes: 11 additions & 0 deletions src/core/data/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,17 @@ Changelog
> - :house: [Internal]
> - :nail_care: [Polish]
## v4.0.0-alpha.12 (2023-10-17)

#### :rocket: New Feature

* Added a new option `singleton` for data providers
* Caching of requests during SSR is allowed

#### :bug: Bug Fix

* By default, the getCacheKey function should take the parameters from the provider

## v4.0.0-alpha.8 (2023-09-15)

#### :rocket: New Feature
Expand Down

0 comments on commit a4c140a

Please sign in to comment.