Skip to content

Commit

Permalink
Merge pull request #43 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 13, 2023
2 parents fa7ad14 + eba86e2 commit a49fd92
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 10 deletions.
8 changes: 0 additions & 8 deletions .changeset/silent-spiders-brake.md

This file was deleted.

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

## 0.3.0

### Minor Changes

- 1d59d01: Improved search bar by taking entire space for easier use,
Replace editor with monaco editor for better DX
Replaced skeleton loader with spinner

### Patch Changes

- Updated dependencies [1d59d01]
- @upstash/react-databrowser@0.3.0

## 0.2.10

### 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.10",
"version": "0.3.0",
"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.0

### Minor Changes

- 1d59d01: Improved search bar by taking entire space for easier use,
Replace editor with monaco editor for better DX
Replaced skeleton loader with spinner

## 0.2.10

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

1 comment on commit a49fd92

@vercel
Copy link

@vercel vercel bot commented on a49fd92 Nov 13, 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 – ./

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

Please sign in to comment.