Skip to content

Commit db21a76

Browse files
ci: Version Packages (#338)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 84698e3 commit db21a76

5 files changed

Lines changed: 9 additions & 8 deletions

File tree

.changeset/light-cobras-live.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

examples/lit/simple/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"test:types": "tsc"
1010
},
1111
"dependencies": {
12-
"@tanstack/lit-store": "^0.13.2",
12+
"@tanstack/lit-store": "^0.14.0",
1313
"lit": "^3.3.1"
1414
},
1515
"devDependencies": {

packages/lit-store/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @tanstack/lit-store
22

3+
## 0.14.0
4+
5+
### Minor Changes
6+
7+
- Add a value getter for the TanstackStoreSelector to allow for easy access to fine-grained reactivity via the controller ([#329](https://github.com/TanStack/store/pull/329))
8+
39
## 0.13.2
410

511
### Patch Changes

packages/lit-store/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tanstack/lit-store",
3-
"version": "0.13.2",
3+
"version": "0.14.0",
44
"description": "Framework agnostic type-safe store w/ reactive framework adapters",
55
"author": "tannerlinsley",
66
"license": "MIT",

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)