Skip to content

Commit

Permalink
Merge pull request #64 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 3, 2024
2 parents f65aaa3 + a0105c9 commit fdb5664
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/small-coins-confess.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-actors-swim.md

This file was deleted.

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

## 0.3.9

### Patch Changes

- Updated dependencies [e648094]
- Updated dependencies [893eecc]
- @upstash/react-databrowser@0.3.9

## 0.3.8

### 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.8",
"version": "0.3.9",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
7 changes: 7 additions & 0 deletions packages/react-databrowser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @upstash/react-databrowser

## 0.3.9

### Patch Changes

- e648094: fix pagination not resetting when type filter changes
- 893eecc: Implement a better way for fetching keys and their types using less commands

## 0.3.8

### 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.8",
"version": "0.3.9",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"license": "MIT",
Expand Down

0 comments on commit fdb5664

Please sign in to comment.