Skip to content

Commit

Permalink
chore(release): version packages (#12)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Oct 9, 2023
1 parent 3b2095b commit 31b11b8
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/curvy-buckets-cheat.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.1.22

### Patch Changes

- Updated dependencies [3b2095b]
- @upstash/react-databrowser@0.0.5

## 0.1.21

### 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.1.21",
"version": "0.1.22",
"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.0.5

### Patch Changes

- 3b2095b: update publishConfig

## 0.0.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react-databrowser/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@upstash/react-databrowser",
"version": "0.0.4",
"version": "0.0.5",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"license": "MIT",
"private": false,
"publishConfig": {
"access": "public"
},
},
"bugs": {
"url": "https://github.com/upstash/react-ui/issues"
},
Expand Down

1 comment on commit 31b11b8

@vercel
Copy link

@vercel vercel bot commented on 31b11b8 Oct 9, 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-upstash.vercel.app
react-ui-git-main-upstash.vercel.app

Please sign in to comment.