Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalcheung committed Dec 22, 2024
1 parent 3a3e0b1 commit 05d4dca
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
6 changes: 6 additions & 0 deletions packages/desquidex/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# desquidex

## 0.1.4

### Patch Changes

- Update README.md.

## 0.1.3

### Patch Changes
Expand Down
3 changes: 2 additions & 1 deletion packages/desquidex/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# DeSquidex

Use your [Squidex](https://squidex.io/) data in Astro projects
Use your [Squidex](https://squidex.io/) data in Astro projects.
> Required astro 5.1.1, see issue [#2716](https://github.com/withastro/starlight/issues/2716)
## Features

Expand Down
6 changes: 3 additions & 3 deletions packages/desquidex/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "desquidex",
"version": "0.1.3",
"version": "0.1.4",
"description": "Use your Squidex data in Astro projects",
"author": {
"email": "[email protected]",
Expand Down Expand Up @@ -46,10 +46,10 @@
},
"type": "module",
"peerDependencies": {
"astro": "^5.0.0"
"astro": "^5.1.1"
},
"devDependencies": {
"astro": "^5.0.8",
"astro": "^5.1.1",
"ts-to-zod": "^3.14.1",
"tsup": "^8.3.5",
"typescript": "^5.5.4",
Expand Down

0 comments on commit 05d4dca

Please sign in to comment.