Skip to content

Commit

Permalink
Merge pull request #268 from panoratech/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
naelob authored Feb 3, 2024
2 parents 1245fa3 + bb10312 commit 8413717
Show file tree
Hide file tree
Showing 9 changed files with 32 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .changeset/beige-boats-admire.md

This file was deleted.

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

## 5.0.1

### Patch Changes

- Updated dependencies [1245fa3]
- @panora/shared@2.0.0

## 5.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/embedded-catalog/react-v2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@panora/embedded-card-react",
"version": "5.0.0",
"version": "5.0.1",
"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.4

### Patch Changes

- Updated dependencies [1245fa3]
- @panora/shared@2.0.0

## 0.0.3

### 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.3",
"version": "0.0.4",
"type": "module",
"engines": {
"node": ">=20.9.0"
Expand All @@ -14,7 +14,7 @@
"ci": "pnpm run lint && pnpm run build"
},
"dependencies": {
"@panora/shared": "^1.0.0",
"@panora/shared": "^2.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.2

### Patch Changes

- Updated dependencies [1245fa3]
- @panora/shared@2.0.0

## 0.0.1

### 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.1",
"version": "0.0.2",
"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

## 2.0.0

### Major Changes

- 1245fa3: added static assets

## 1.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": "1.0.0",
"version": "2.0.0",
"devDependencies": {
"@types/node": "^20.3.1",
"@typescript-eslint/eslint-plugin": "^6.13.2",
Expand Down

0 comments on commit 8413717

Please sign in to comment.