Skip to content

Commit

Permalink
Merge pull request #67 from upstash/changeset-release/main
Browse files Browse the repository at this point in the history
chore(release): version packages
  • Loading branch information
ytkimirti authored May 16, 2024
2 parents c87dd73 + 967b2aa commit ffcc362
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/famous-socks-joke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nasty-cars-work.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/small-phones-mix.md

This file was deleted.

9 changes: 9 additions & 0 deletions examples/nextjs13/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# nextjs13

## 0.3.10

### Patch Changes

- Updated dependencies [078a577]
- Updated dependencies [bb40047]
- Updated dependencies [73aa996]
- @upstash/react-databrowser@0.3.10

## 0.3.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs13/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nextjs13",
"version": "0.3.9",
"version": "0.3.10",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
8 changes: 8 additions & 0 deletions packages/react-databrowser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @upstash/react-databrowser

## 0.3.10

### Patch Changes

- 078a577: Fix last page sometimes being empty
- bb40047: Fix deserialization bug
- 73aa996: Enable autoPipeline in the redis client

## 0.3.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-databrowser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@upstash/react-databrowser",
"version": "0.3.9",
"version": "0.3.10",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"license": "MIT",
Expand Down

0 comments on commit ffcc362

Please sign in to comment.