diff options
author | 2022-07-12 09:18:13 -0700 | |
---|---|---|
committer | 2022-07-12 12:18:13 -0400 | |
commit | ba67a924cab9a99b358cd9d730b9f618f4db5a7e (patch) | |
tree | 2b7a09fcfe49b61b46ce8d1bf6d1ef1de1522edd /examples/component/demo | |
parent | ab232dd10f8d8ae5a3654293a1f1429343990039 (diff) | |
download | astro-ba67a924cab9a99b358cd9d730b9f618f4db5a7e.tar.gz astro-ba67a924cab9a99b358cd9d730b9f618f4db5a7e.tar.zst astro-ba67a924cab9a99b358cd9d730b9f618f4db5a7e.zip |
[ci] release (#3900)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/component/demo')
-rw-r--r-- | examples/component/demo/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/component/demo/package.json b/examples/component/demo/package.json index 87443bd3c..6a5753e79 100644 --- a/examples/component/demo/package.json +++ b/examples/component/demo/package.json @@ -10,6 +10,6 @@ }, "devDependencies": { "@example/my-component": "workspace:*", - "astro": "^1.0.0-beta.68" + "astro": "^1.0.0-beta.69" } } |