Skip to content

Commit

Permalink
chore(release): version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 10, 2024
1 parent 20bf18c commit 1cf4987
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/lovely-feet-juggle.md

This file was deleted.

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

## 0.3.14

### Patch Changes

- Updated dependencies [a3caa2b]
- @upstash/react-databrowser@0.3.14

## 0.3.13

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

## 0.3.14

### Patch Changes

- a3caa2b: Log all fetch errors to console

## 0.3.13

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

0 comments on commit 1cf4987

Please sign in to comment.