Skip to content

Commit

Permalink
chore: version package (#6)
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 Jan 9, 2024
1 parent 0f3a820 commit e765030
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/gold-wasps-compare.md

This file was deleted.

8 changes: 8 additions & 0 deletions apps/examples/with-nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# with-nextjs

## 0.1.1

### Patch Changes

- Updated dependencies [0f3a820]
- @awesome-qrcode/react@1.0.0
2 changes: 1 addition & 1 deletion apps/examples/with-nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "with-nextjs",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
8 changes: 8 additions & 0 deletions apps/examples/with-vite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# with-vite

## 0.0.1

### Patch Changes

- Updated dependencies [0f3a820]
- @awesome-qrcode/react@1.0.0
2 changes: 1 addition & 1 deletion apps/examples/with-vite/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "with-vite",
"private": true,
"version": "0.0.0",
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
6 changes: 6 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @awesome-qrcode/react

## 1.0.0

### Major Changes

- 0f3a820: bump deps to latest

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@awesome-qrcode/react",
"version": "0.2.0",
"version": "1.0.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
Expand Down

1 comment on commit e765030

@vercel
Copy link

@vercel vercel bot commented on e765030 Jan 9, 2024

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:

awesome-qrcode – ./

awesome-qrcode-git-main-ubinatus.vercel.app
awesome-qrcode-ubinatus.vercel.app
awesome-qrcode.vercel.app

Please sign in to comment.