Skip to content

Commit

Permalink
Merge pull request #274 from panoratech/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
naelob authored Feb 4, 2024
2 parents 0cfef30 + 39b875c commit 10ef366
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 11 deletions.
6 changes: 0 additions & 6 deletions .changeset/curvy-readers-admire.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

## 7.0.0

### Major Changes

- 0cfef30: readme

### Patch Changes

- Updated dependencies [0cfef30]
- @panora/shared@3.0.0

## 6.0.0

### Major 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": "6.0.0",
"version": "7.0.0",
"description": "",
"main": "dist/index.js",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions apps/magic-link/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# magic-link

## 0.0.5

### Patch Changes

- Updated dependencies [0cfef30]
- @panora/shared@3.0.0

## 0.0.4

### 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.4",
"version": "0.0.5",
"type": "module",
"engines": {
"node": ">=20.9.0"
Expand All @@ -14,7 +14,7 @@
"ci": "pnpm run lint && pnpm run build"
},
"dependencies": {
"@panora/shared": "^2.0.0",
"@panora/shared": "^3.0.0",
"@panora/typescript-sdk": "^1.0.3",
"@tanstack/react-query": "^5.12.2",
"api": "workspace:*",
Expand Down
7 changes: 7 additions & 0 deletions apps/webapp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# webapp

## 0.0.3

### Patch Changes

- Updated dependencies [0cfef30]
- @panora/shared@3.0.0

## 0.0.2

### 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,7 +1,7 @@
{
"name": "webapp",
"private": true,
"version": "0.0.2",
"version": "0.0.3",
"type": "module",
"scripts": {
"dev": "vite",
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 @@
# @panora/shared

## 3.0.0

### Major Changes

- 0cfef30: readme

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@panora/shared",
"main": "index.ts",
"types": "index.ts",
"version": "2.0.0",
"version": "3.0.0",
"devDependencies": {
"@types/node": "^20.3.1",
"@typescript-eslint/eslint-plugin": "^6.13.2",
Expand Down

0 comments on commit 10ef366

Please sign in to comment.