Skip to content

Commit

Permalink
chore: update zod version (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
pt-tsl authored Jan 8, 2025
1 parent b09ca81 commit 24ad6b7
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 11 deletions.
6 changes: 6 additions & 0 deletions packages/authentication/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @baseapp-frontend/authentication

## 4.0.7

### Patch Changes

- Update `zod` from 3.23.8 to 3.24.1

## 4.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/authentication/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@baseapp-frontend/authentication",
"description": "Authentication modules.",
"version": "4.0.6",
"version": "4.0.7",
"main": "./index.ts",
"types": "dist/index.d.ts",
"sideEffects": false,
Expand Down
9 changes: 8 additions & 1 deletion packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @baseapp-frontend/components

## 0.0.42

### Patch Changes

- Update `zod` from 3.23.8 to 3.24.1
- Updated dependencies
- @baseapp-frontend/authentication@4.0.7

## 0.0.41

### Patch Changes
Expand Down Expand Up @@ -55,7 +63,6 @@
- Updated dependencies
- @baseapp-frontend/graphql@1.1.14


## 0.0.34

### 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,7 +1,7 @@
{
"name": "@baseapp-frontend/components",
"description": "BaseApp components modules such as comments, notifications, messages, and more.",
"version": "0.0.41",
"version": "0.0.42",
"main": "./index.ts",
"types": "dist/index.d.ts",
"sideEffects": false,
Expand Down
14 changes: 7 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ catalog:
react-hook-form: 7.51.5
react-virtuoso: 4.7.11
typescript: 5.4.5
zod: 3.23.8
zod: 3.24.1
zustand: 4.5.2

catalogs:
Expand Down

0 comments on commit 24ad6b7

Please sign in to comment.