Skip to content

Commit

Permalink
Merge pull request #42 from cereallarceny/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
cereallarceny authored Sep 13, 2024
2 parents 1a30bad + 97bc288 commit 4e0babf
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 12 deletions.
8 changes: 0 additions & 8 deletions .changeset/thirty-plants-boil.md

This file was deleted.

10 changes: 10 additions & 0 deletions apps/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# web

## 0.1.1

### Patch Changes

- 26b793d: Adding back types to libraries for import
- Updated dependencies [26b793d]
- @flipbookqr/reader@0.2.1
- @flipbookqr/shared@0.2.1
- @flipbookqr/writer@0.2.1

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
8 changes: 8 additions & 0 deletions packages/reader/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @flipbookqr/reader

## 0.2.1

### Patch Changes

- 26b793d: Adding back types to libraries for import
- Updated dependencies [26b793d]
- @flipbookqr/shared@0.2.1

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/reader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flipbookqr/reader",
"version": "0.2.0",
"version": "0.2.1",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @flipbookqr/shared

## 0.2.1

### Patch Changes

- 26b793d: Adding back types to libraries for import

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flipbookqr/shared",
"version": "0.2.0",
"version": "0.2.1",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/writer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @flipbookqr/writer

## 0.2.1

### Patch Changes

- 26b793d: Adding back types to libraries for import
- Updated dependencies [26b793d]
- @flipbookqr/shared@0.2.1

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/writer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flipbookqr/writer",
"version": "0.2.0",
"version": "0.2.1",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 4e0babf

Please sign in to comment.