Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 19, 2024
1 parent b045cdf commit 1848a22
Show file tree
Hide file tree
Showing 11 changed files with 44 additions and 15 deletions.
6 changes: 0 additions & 6 deletions .changeset/hip-eagles-guess.md

This file was deleted.

9 changes: 9 additions & 0 deletions apps/client-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# client-ts

## 0.1.1

### Patch Changes

- Updated dependencies [b045cdf]
- @panora/shared@1.1.0
- [email protected]
2 changes: 1 addition & 1 deletion apps/client-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "client-ts",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"scripts": {
"dev": "next dev -p 8090",
Expand Down
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.1.0

### Minor Changes

- b045cdf: updates

### Patch Changes

- Updated dependencies [b045cdf]
- @panora/shared@1.1.0

## 8.0.2

### 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.0.2",
"version": "1.1.0",
"description": "",
"main": "dist/index.js",
"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.7

### Patch Changes

- Updated dependencies [b045cdf]
- @panora/shared@1.1.0
- [email protected]

## 0.0.6

### 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.6",
"version": "0.0.7",
"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.5",
"@panora/shared": "^1.1.0",
"@panora/typescript-sdk": "^1.0.3",
"@tanstack/react-query": "^5.12.2",
"api": "workspace:*",
Expand Down
8 changes: 8 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# api

## 0.0.2

### Patch Changes

- Updated dependencies [b045cdf]
- @panora/shared@1.1.0
5 changes: 2 additions & 3 deletions packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "api",
"version": "0.0.1",
"version": "0.0.2",
"description": "",
"author": "",
"private": true,
Expand Down Expand Up @@ -110,5 +110,4 @@
"coverageDirectory": "../coverage",
"testEnvironment": "node"
}
}

}
2 changes: 1 addition & 1 deletion packages/shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
RELEASE 1.0.0
RELEASE 1.0.0
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.0.5",
"version": "1.1.0",
"description": "NestJS npm package starter",
"author": "John Biundo <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 1848a22

Please sign in to comment.