Skip to content

Commit 0f4fe76

Browse files
committed
v0.8.1
1 parent cccf426 commit 0f4fe76

File tree

9 files changed

+32
-8
lines changed

9 files changed

+32
-8
lines changed

CHANGELOG.md

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

33

4+
## v0.8.1
5+
6+
[compare changes](https://github.com/directus/rstore/compare/v0.8.0...v0.8.1)
7+
8+
### 🔥 Performance
9+
10+
- **vue:** Cache collection state with layers ([38e0b55](https://github.com/directus/rstore/commit/38e0b55))
11+
12+
### 🩹 Fixes
13+
14+
- **drizzle:** Query can be nullish ([e9d93b7](https://github.com/directus/rstore/commit/e9d93b7))
15+
16+
### 📖 Documentation
17+
18+
- Link to rstore drizzle demo ([4b4f279](https://github.com/directus/rstore/commit/4b4f279))
19+
20+
### 🏡 Chore
21+
22+
- Update pnpm ([cccf426](https://github.com/directus/rstore/commit/cccf426))
23+
24+
### ❤️ Contributors
25+
26+
- Guillaume Chau ([@Akryum](http://github.com/Akryum))
27+
428
## v0.8.0
529

630
[compare changes](https://github.com/Akryum/rstore/compare/v0.7.8...v0.8.0)

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.8.0",
3+
"version": "0.8.1",
44
"private": true,
55
"packageManager": "[email protected]+sha512.cf9998222162dd85864d0a8102e7892e7ba4ceadebbf5a31f9c2fce48dfce317a9c53b9f6464d1ef9042cba2e02ae02a9f7c143a2b438cd93c91840f0192b9dd",
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.8.0",
4+
"version": "0.8.1",
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.8.0",
4+
"version": "0.8.1",
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.8.0",
4+
"version": "0.8.1",
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.8.0",
4+
"version": "0.8.1",
55
"description": "Reactive Store for Nuxt",
66
"license": "MIT",
77
"repository": {

packages/offline/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@rstore/offline",
33
"type": "module",
4-
"version": "0.8.0",
4+
"version": "0.8.1",
55
"description": "Rstore plugin to create an IndexedDB local data source.",
66
"repository": {
77
"url": "https://github.com/Akryum/rstore.git",

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.8.0",
4+
"version": "0.8.1",
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.8.0",
4+
"version": "0.8.1",
55
"description": "Reactive Store for Vue",
66
"repository": {
77
"url": "https://github.com/Akryum/rstore.git",

0 commit comments

Comments
 (0)