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 26, 2024
1 parent bb3e837 commit e90a47f
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/hip-experts-sleep.md

This file was deleted.

2 changes: 1 addition & 1 deletion apps/example-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@protoxyz/auth": "^1.0.27",
"@protoxyz/auth": "^1.0.28",
"next": "14.2.3",
"react": "^18",
"react-dom": "^18"
Expand Down
7 changes: 7 additions & 0 deletions apps/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# sandbox

## 0.1.10

### Patch Changes

- Updated dependencies [bb3e837]
- @protoxyz/auth@1.0.28

## 0.1.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@protoxyz/ui",
"version": "0.1.9",
"version": "0.1.10",
"private": true,
"scripts": {
"build": "next build",
Expand Down
6 changes: 6 additions & 0 deletions packages/auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @protoxyz/auth

## 1.0.28

### Patch Changes

- bb3e837: remove console error msg

## 1.0.27

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@protoxyz/auth",
"version": "1.0.27",
"version": "1.0.28",
"private": false,
"homepage": "https://pxyz.dev",
"bugs": {
Expand Down
7 changes: 7 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @protoxyz/components

## 1.0.39

### Patch Changes

- Updated dependencies [bb3e837]
- @protoxyz/auth@1.0.28

## 1.0.38

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@protoxyz/components",
"version": "1.0.38",
"version": "1.0.39",
"private": false,
"homepage": "https://pxyz.dev",
"bugs": {
Expand Down

0 comments on commit e90a47f

Please sign in to comment.