Skip to content

Commit a378a51

Browse files
ci: Version Packages (#321)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 692e672 commit a378a51

5 files changed

Lines changed: 10 additions & 8 deletions

File tree

.changeset/polite-hats-beg.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.1",
12+
"@tanstack/lit-store": "^0.13.2",
1313
"lit": "^3.3.1"
1414
},
1515
"devDependencies": {

packages/lit-store/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @tanstack/lit-store
2+
3+
## 0.13.2
4+
5+
### Patch Changes
6+
7+
- Initial release ([#320](https://github.com/TanStack/store/pull/320))

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.1",
3+
"version": "0.13.2",
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)