Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
gbouteiller committed Oct 18, 2024
1 parent a5899c7 commit c7bc1de
Show file tree
Hide file tree
Showing 6 changed files with 173 additions and 167 deletions.
2 changes: 1 addition & 1 deletion doc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/starlight": "^0.28.3",
"astro": "^4.16.3",
"astro": "^4.16.6",
"sharp": "^0.33.5",
"typescript": "^5.6.3"
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"devDependencies": {
"@changesets/cli": "^2.27.9",
"@typescript-eslint/parser": "^8.9.0",
"@typescript-eslint/parser": "^8.10.0",
"eslint": "^9.12.0",
"eslint-plugin-astro": "^1.3.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
Expand Down
6 changes: 6 additions & 0 deletions package/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# astro-pocketbase

## 0.10.0

### Minor Changes

- add zod-pocketbase to exports

## 0.9.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "astro-pocketbase",
"version": "0.9.0",
"version": "0.10.0",
"description": "Astro integration to ease the use of Pocketbase in your Astro projects",
"author": {
"email": "[email protected]",
Expand Down Expand Up @@ -43,8 +43,8 @@
"dependencies": {
"astro-integration-kit": "^0.16.1",
"dotenv": "^16.4.5",
"es-toolkit": "^1.25.1",
"zod-pocketbase": "^0.3.4"
"es-toolkit": "^1.25.2",
"zod-pocketbase": "^0.3.5"
},
"devDependencies": {
"pocketbase": "^0.21.5",
Expand Down
4 changes: 2 additions & 2 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
"astro-pocketbase": "workspace:*",
"daisyui": "^4.12.13",
"pocketbase": "^0.21.5",
"tailwindcss": "^3.4.13",
"tailwindcss": "^3.4.14",
"vite": "^5.4.9",
"zod": "^3.23.8"
},
"devDependencies": {
"@astrojs/check": "^0.9.4",
"@types/node": "^22.7.5",
"@types/node": "^22.7.6",
"typescript": "^5.6.3"
}
}
Loading

0 comments on commit c7bc1de

Please sign in to comment.