Skip to content

Commit

Permalink
prepared release
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeshay committed Mar 7, 2024
1 parent f90eb84 commit ff0963d
Show file tree
Hide file tree
Showing 11 changed files with 75 additions and 78 deletions.
6 changes: 0 additions & 6 deletions .changeset/few-kings-sneeze.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/gorgeous-bees-learn.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/lemon-dancers-flow.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/quick-grapes-listen.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/serious-guests-switch.md

This file was deleted.

1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ apps/docs/src/content/docs/reference/packages/
cdk.out/
dist/
node_modules/
.astro
92 changes: 46 additions & 46 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,48 +1,48 @@
{
"name": "@astro-aws/docs",
"version": "0.0.0",
"private": true,
"homepage": "https://astro-aws.org/",
"repository": {
"type": "git",
"url": "ssh://[email protected]/lukeshay/astro-aws.git",
"directory": "apps/www"
},
"license": "MIT",
"type": "module",
"files": [
"dist"
],
"eslintConfig": {
"extends": [
"../../.eslintrc.cjs"
],
"root": false
},
"scripts": {
"astro": "astro",
"build": "pnpm run clean && ./scripts/copy-package-readmes.sh && astro build",
"check": "astro check && tsc",
"clean": "rimraf dist",
"dev": "astro dev",
"preview": "astro preview",
"release": "pnpm run build && pnpm run package",
"start": "astro dev"
},
"dependencies": {
"@astrojs/starlight": "^0.21.1",
"astro": "^4.4.13",
"sharp": "^0.33.2"
},
"devDependencies": {
"@astro-aws/adapter": "workspace:^",
"@types/node": "^18.18.0",
"eslint": "^8.57.0",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"starlight-links-validator": "^0.6.0"
},
"engines": {
"node": "18.x || 20.x"
}
"name": "@astro-aws/docs",
"version": "0.0.0",
"private": true,
"homepage": "https://astro-aws.org/",
"repository": {
"type": "git",
"url": "ssh://[email protected]/lukeshay/astro-aws.git",
"directory": "apps/www"
},
"license": "MIT",
"type": "module",
"files": [
"dist"
],
"eslintConfig": {
"extends": [
"../../.eslintrc.cjs"
],
"root": false
},
"scripts": {
"astro": "astro",
"build": "pnpm run clean && ./scripts/copy-package-readmes.sh && astro build",
"check": "astro check && tsc",
"clean": "rimraf dist",
"dev": "astro dev",
"preview": "astro preview",
"release": "pnpm run build && pnpm run package",
"start": "astro dev"
},
"dependencies": {
"@astrojs/starlight": "^0.21.1",
"astro": "^4.4.13",
"sharp": "^0.33.2"
},
"devDependencies": {
"@astro-aws/adapter": "workspace:^",
"@types/node": "^18.18.0",
"eslint": "^8.57.0",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"starlight-links-validator": "^0.6.0"
},
"engines": {
"node": "18.x || 20.x"
}
}
13 changes: 13 additions & 0 deletions packages/adapter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @astro-aws/adapter

## 0.6.0

### Minor Changes

- 839b188: Added support for response streaming
- 3f1e6cb: Updated dependencies
- 3f1e6cb: Support Astro v4
- 839b188: Added support for 404 pages

### Patch Changes

- 3f1e6cb: Use flatted to handle circular json

## 0.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@astro-aws/adapter",
"version": "0.5.0",
"version": "0.6.0",
"description": "An adapter for deploying an Astro application to AWS Lambda",
"keywords": [
"withastro",
Expand Down
13 changes: 13 additions & 0 deletions packages/constructs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @astro-aws/constructs

## 0.6.0

### Minor Changes

- 839b188: Added support for response streaming
- 3f1e6cb: Updated dependencies
- 3f1e6cb: Support Astro v4
- 839b188: Added support for 404 pages

### Patch Changes

- 3f1e6cb: Use flatted to handle circular json

## 0.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/constructs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@astro-aws/constructs",
"version": "0.5.0",
"version": "0.6.0",
"description": "Constructs for deploying an Astro application to AWS Lambda",
"keywords": [
"withastro",
Expand Down

0 comments on commit ff0963d

Please sign in to comment.