Skip to content

Commit 181a942

Browse files
committed
chore: update versions
1 parent 17a5772 commit 181a942

File tree

4 files changed

+16
-2
lines changed

4 files changed

+16
-2
lines changed

examples/nextjs/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @davstack/example-1
22

3+
## 0.0.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @davstack/store@1.1.1
9+
- @davstack/sound@0.1.3
10+
311
## 0.0.5
412

513
### Patch Changes

examples/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@davstack/example-1",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"private": true,
55
"scripts": {
66
"build": "next build",

packages/store/CHANGELOG.md

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

3+
## 1.1.1
4+
5+
### Patch Changes
6+
7+
- add improved types for providers with input
8+
39
## 1.1.0
410

511
### Minor Changes

packages/store/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@davstack/store",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"main": "./dist/index.js",
55
"module": "./dist/index.mjs",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)