Skip to content

Commit

Permalink
Merge pull request #565 from panoratech/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
naelob authored Jul 22, 2024
2 parents 747c21a + 920b6df commit 54f87a3
Show file tree
Hide file tree
Showing 13 changed files with 59 additions and 14 deletions.
7 changes: 0 additions & 7 deletions .changeset/sharp-jokes-rescue.md

This file was deleted.

11 changes: 11 additions & 0 deletions apps/embedded-catalog/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @panora/embedded-card-react

## 1.3.0

### Minor Changes

- 773c515: update minor for npm packages

### Patch Changes

- Updated dependencies [773c515]
- @panora/shared@1.4.0

## 1.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/embedded-catalog/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@panora/embedded-card-react",
"version": "1.2.1",
"version": "1.3.0",
"description": "",
"main": "dist/index.js",
"scripts": {
Expand Down
12 changes: 12 additions & 0 deletions apps/frontend-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# @panora/frontend-sdk

## 1.1.0

### Minor Changes

- 773c515: update minor for npm packages

### Patch Changes

- Updated dependencies [773c515]
- @panora/shared@1.4.0
2 changes: 1 addition & 1 deletion apps/frontend-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@panora/frontend-sdk",
"version": "1.0.0",
"version": "1.1.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions apps/magic-link/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# magic-link

## 0.0.14

### Patch Changes

- Updated dependencies [773c515]
- @panora/shared@1.4.0
- [email protected]

## 0.0.13

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions apps/magic-link/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "magic-link",
"private": true,
"version": "0.0.13",
"version": "0.0.14",
"type": "module",
"engines": {
"node": ">=20.9.0"
Expand All @@ -14,7 +14,7 @@
"ci": "pnpm run lint && pnpm run build"
},
"dependencies": {
"@panora/shared": "^1.3.0",
"@panora/shared": "^1.4.0",
"@panora/typescript-sdk": "^1.0.3",
"@radix-ui/react-label": "^2.0.2",
"react-hook-form": "^7.51.2",
Expand Down
8 changes: 8 additions & 0 deletions apps/webapp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# webapp

## 0.1.8

### Patch Changes

- Updated dependencies [773c515]
- @panora/shared@1.4.0
- [email protected]

## 0.1.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/webapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webapp",
"version": "0.1.7",
"version": "0.1.8",
"private": true,
"scripts": {
"dev": "next dev -p 8090",
Expand Down
7 changes: 7 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# api

## 0.0.9

### Patch Changes

- Updated dependencies [773c515]
- @panora/shared@1.4.0

## 0.0.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "api",
"version": "0.0.8",
"version": "0.0.9",
"description": "",
"author": "",
"private": true,
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 @@
RELEASE 1.0.0

## 1.4.0

### Minor Changes

- 773c515: update minor for npm packages

## 1.3.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": "@panora/shared",
"version": "1.3.0",
"version": "1.4.0",
"description": "Shared Package of Panora",
"author": "Panora",
"license": "MIT",
Expand Down

0 comments on commit 54f87a3

Please sign in to comment.