Skip to content

Commit

Permalink
chore: update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
DawidWraga committed Apr 19, 2024
1 parent 17a5772 commit 181a942
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
8 changes: 8 additions & 0 deletions examples/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @davstack/example-1

## 0.0.6

### Patch Changes

- Updated dependencies
- @davstack/store@1.1.1
- @davstack/sound@0.1.3

## 0.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@davstack/example-1",
"version": "0.0.5",
"version": "0.0.6",
"private": true,
"scripts": {
"build": "next build",
Expand Down
6 changes: 6 additions & 0 deletions packages/store/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @davstack/store

## 1.1.1

### Patch Changes

- add improved types for providers with input

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@davstack/store",
"version": "1.1.0",
"version": "1.1.1",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 181a942

Please sign in to comment.