Skip to content

Commit

Permalink
Merge pull request #78 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 27, 2024
2 parents 172674a + 6502495 commit 6cf5d99
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/bright-kings-count.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gentle-fans-float.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.13

### Patch Changes

- Updated dependencies [5d761ff]
- Updated dependencies [76aff24]
- @upstash/react-databrowser@0.3.13

## 0.3.12

### 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.12",
"version": "0.3.13",
"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.13

### Patch Changes

- 5d761ff: fix bug with json data not getting prettified
- 76aff24: Bumping upstash/redis to version 1.31.3

## 0.3.12

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

0 comments on commit 6cf5d99

Please sign in to comment.