Skip to content

Commit

Permalink
Merge pull request #39 from upstash/changeset-release/main
Browse files Browse the repository at this point in the history
chore(release): version packages
  • Loading branch information
ogzhanolguncu authored Nov 10, 2023
2 parents b36a874 + dab8c1f commit 59b355e
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/unlucky-monkeys-grow.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.2.9

### Patch Changes

- Updated dependencies [b36a874]
- @upstash/react-databrowser@0.2.9

## 0.2.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.2.8",
"version": "0.2.9",
"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.2.9

### Patch Changes

- b36a874: Fixed hash set ordering and made data update easier

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

1 comment on commit 59b355e

@vercel
Copy link

@vercel vercel bot commented on 59b355e Nov 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

react-ui – ./

upstash-react-cli.vercel.app
react-ui-git-main-upstash.vercel.app
react-ui-upstash.vercel.app

Please sign in to comment.