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 58a4ca0 commit 3a3e0b1
Show file tree
Hide file tree
Showing 8 changed files with 963 additions and 1,024 deletions.
5 changes: 0 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@
"changeset": "changeset",
"release": "node scripts/release.mjs"
},
"pnpm": {
"overrides": {
"@astrojs/starlight>@astrojs/mdx": "4.0.0-beta.1"
}
},
"devDependencies": {
"@changesets/cli": "^2.27.10"
}
Expand Down
8 changes: 7 additions & 1 deletion packages/desquidex/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
# desquidex

## 0.1.3

### Patch Changes

- Upgrade to Astro 5.1.1 for fix bug [#2716](https://github.com/withastro/starlight/issues/2716).

## 0.1.2

### Minor Changes
### Patch Changes

- Upgrade to Astro 5.0.

Expand Down
2 changes: 1 addition & 1 deletion packages/desquidex/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "desquidex",
"version": "0.1.2",
"version": "0.1.3",
"description": "Use your Squidex data in Astro projects",
"author": {
"email": "[email protected]",
Expand Down
29 changes: 0 additions & 29 deletions playground/CHANGELOG.md

This file was deleted.

10 changes: 5 additions & 5 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "4.0.2",
"@astrojs/mdx": "4.0.3",
"@astrojs/netlify": "6.0.1",
"@astrojs/react": "^4.1.1",
"@astrojs/starlight": "^0.30.2",
"@astrojs/tailwind": "^5.1.3",
"@astrojs/react": "^4.1.2",
"@astrojs/starlight": "^0.30.3",
"@astrojs/tailwind": "^5.1.4",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-icons": "^1.3.0",
"@types/react": "^18.3.8",
"@types/react-dom": "^18.3.0",
"astro": "5.0.8",
"astro": "5.1.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"desquidex": "^0.1.2",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { squidexCollections } from "desquidex/loaders";
import { docsSchema } from "@astrojs/starlight/schema";
import { defineCollection } from "astro:content";
import { getSquidexContentSchemaMapping } from "./schemas";
import { getSquidexContentSchemaMapping } from "./content/schemas";

const defaultCollections = squidexCollections({
squidexUrl: import.meta.env.SQUIDEX_URL,
Expand Down
Loading

0 comments on commit 3a3e0b1

Please sign in to comment.