Skip to content

Commit 39cdf2c

Browse files
committed
v0.7.5
1 parent a9939e2 commit 39cdf2c

File tree

8 files changed

+40
-7
lines changed

8 files changed

+40
-7
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,39 @@
11
# Changelog
22

33

4+
## v0.7.5
5+
6+
[compare changes](https://github.com/directus/rstore/compare/v0.7.4...v0.7.5)
7+
8+
### 🚀 Enhancements
9+
10+
- New garbage collector ([2378647](https://github.com/directus/rstore/commit/2378647))
11+
- Expose useQueryTracking ([42865ff](https://github.com/directus/rstore/commit/42865ff))
12+
- Allow passing meta to find options ([ed8e3d0](https://github.com/directus/rstore/commit/ed8e3d0))
13+
- AddToQueryTracking ([cdfc3f8](https://github.com/directus/rstore/commit/cdfc3f8))
14+
15+
### 🩹 Fixes
16+
17+
- **devtools:** Cache count per collection not working if no layer is selected ([2a157a3](https://github.com/directus/rstore/commit/2a157a3))
18+
- More stable tracking query id ([b1d8ae1](https://github.com/directus/rstore/commit/b1d8ae1))
19+
- Enumerate relations and computed so watch deep works ([b737d9a](https://github.com/directus/rstore/commit/b737d9a))
20+
- Export setActiveStore ([3484a28](https://github.com/directus/rstore/commit/3484a28))
21+
22+
### 📖 Documentation
23+
24+
- Tweak branding ([5d9d988](https://github.com/directus/rstore/commit/5d9d988))
25+
- Update other readme as well ([b02bfdc](https://github.com/directus/rstore/commit/b02bfdc))
26+
- Fix typo in schema ([a9939e2](https://github.com/directus/rstore/commit/a9939e2))
27+
28+
### 🌊 Types
29+
30+
- New RstoreGlobal augmentable interface to apply custom store types to plugin hooks etc. ([0bc5706](https://github.com/directus/rstore/commit/0bc5706))
31+
32+
### ❤️ Contributors
33+
34+
- Guillaume Chau ([@Akryum](http://github.com/Akryum))
35+
- Rijk Van Zanten ([@rijkvanzanten](http://github.com/rijkvanzanten))
36+
437
## v0.7.4
538

639
[compare changes](https://github.com/directus/rstore/compare/v0.7.3...v0.7.4)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "datastore-monorepo",
3-
"version": "0.7.4",
3+
"version": "0.7.5",
44
"private": true,
55
"packageManager": "[email protected]+sha512.0e82714d1b5b43c74610193cb20734897c1d00de89d0e18420aebc5977fa13d780a9cb05734624e81ebd81cc876cd464794850641c48b9544326b5622ca29971",
66
"description": "",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@rstore/core",
33
"type": "module",
4-
"version": "0.7.4",
4+
"version": "0.7.5",
55
"description": "Reactive Store",
66
"repository": {
77
"url": "https://github.com/Akryum/rstore.git",

packages/nuxt-directus/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@rstore/nuxt-directus",
33
"type": "module",
4-
"version": "0.7.4",
4+
"version": "0.7.5",
55
"description": "rstore + nuxt + directus",
66
"license": "MIT",
77
"repository": {

packages/nuxt-drizzle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@rstore/nuxt-drizzle",
33
"type": "module",
4-
"version": "0.7.4",
4+
"version": "0.7.5",
55
"description": "Rstore + Nuxt + Drizzle",
66
"license": "MIT",
77
"repository": {

packages/nuxt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@rstore/nuxt",
33
"type": "module",
4-
"version": "0.7.4",
4+
"version": "0.7.5",
55
"description": "Reactive Store for Nuxt",
66
"license": "MIT",
77
"repository": {

packages/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@rstore/shared",
33
"type": "module",
4-
"version": "0.7.4",
4+
"version": "0.7.5",
55
"description": "Common utilities and types for rstore",
66
"repository": {
77
"url": "https://github.com/Akryum/rstore.git",

packages/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@rstore/vue",
33
"type": "module",
4-
"version": "0.7.4",
4+
"version": "0.7.5",
55
"description": "Reactive Store for Vue",
66
"repository": {
77
"url": "https://github.com/Akryum/rstore.git",

0 commit comments

Comments
 (0)