Skip to content

Commit 9612ea3

Browse files
authored
🔖 Version Packages
2 parents 50a4bac + 009cdff commit 9612ea3

5 files changed

Lines changed: 40 additions & 16 deletions

File tree

‎.changeset/clear-foxes-agree.md‎

Lines changed: 0 additions & 12 deletions
This file was deleted.

‎libs/create-qwikdev-astro/CHANGELOG.md‎

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @qwikdev/create-astro
22

3+
## 0.2.3
4+
5+
### Patch Changes
6+
7+
- 01db52b: Fix unresolved module handling and update build tooling
8+
9+
### Fixes
10+
11+
- Return `null` instead of throwing on unresolved modules in `resolveId`
12+
13+
### Chore
14+
15+
- Migrate build tooling from `tsup` to `tsdown`
16+
317
## 0.2.2
418

519
### Patch Changes

‎libs/create-qwikdev-astro/package.json‎

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@qwikdev/create-astro",
33
"type": "module",
44
"license": "MIT",
5-
"version": "0.2.2",
5+
"version": "0.2.3",
66
"description": "Interactive CLI for create @QwikDev/astro projects.",
77
"scripts": {
88
"check": "tsc --noEmit",
@@ -110,7 +110,10 @@
110110
},
111111
"./package.json": "./package.json"
112112
},
113-
"files": ["dist", "stubs"],
113+
"files": [
114+
"dist",
115+
"stubs"
116+
],
114117
"bin": "./dist/cli.mjs",
115118
"keywords": [
116119
"astro-integration",

‎libs/qwikdev-astro/CHANGELOG.md‎

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @qwikdev/astro
22

3+
## 0.8.3
4+
5+
### Patch Changes
6+
7+
- 01db52b: Fix unresolved module handling and update build tooling
8+
9+
### Fixes
10+
11+
- Return `null` instead of throwing on unresolved modules in `resolveId`
12+
13+
### Chore
14+
15+
- Migrate build tooling from `tsup` to `tsdown`
16+
317
## 0.8.2
418

519
### Patch Changes

‎libs/qwikdev-astro/package.json‎

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@qwikdev/astro",
33
"description": "Use Qwik components and Resumability within Astro",
4-
"version": "0.8.2",
4+
"version": "0.8.3",
55
"contributors": [
66
{
77
"name": "Jack Shelton",
@@ -40,7 +40,12 @@
4040
"./utils": "./src/utils.ts",
4141
"./q-astro-manifest.json": "./q-astro-manifest.json"
4242
},
43-
"files": ["src", "src/index.ts", "server.ts", "env.d.ts"],
43+
"files": [
44+
"src",
45+
"src/index.ts",
46+
"server.ts",
47+
"env.d.ts"
48+
],
4449
"keywords": [
4550
"astro-integration",
4651
"astro-component",

0 commit comments

Comments
 (0)