Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeshay committed Sep 16, 2023
1 parent e2adca1 commit 639f9f3
Show file tree
Hide file tree
Showing 13 changed files with 35 additions and 33 deletions.
5 changes: 0 additions & 5 deletions .changeset/calm-dolphins-itch.md

This file was deleted.

5 changes: 1 addition & 4 deletions .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"access": "public",
"baseBranch": "main",
"changelog": [
"@changesets/changelog-github",
{ "repo": "lukeshay/astro-aws" }
],
"changelog": ["@changesets/changelog-git", { "repo": "lukeshay/astro-aws" }],
"commit": false,
"fixed": [],
"ignore": ["@astro-aws/infra", "@astro-aws/docs", "@astro-aws/examples-base"],
Expand Down
5 changes: 0 additions & 5 deletions .changeset/empty-feet-shop.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/gentle-knives-allow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/little-pots-shake.md

This file was deleted.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"lint:fix": "pnpm run lint --fix",
"prettier": "prettier --ignore-unknown --no-error-on-unmatched-pattern --check .",
"prettier:fix": "pnpm run prettier --write",
"release:cut": "git add . && git commit -m 'new release' && WEB_ACL_ARN='' pnpm run deploy:one infra -- PROD && pnpm run changeset publish && git push && git push --follow-tags",
"release:prepare": "pnpm run build && pnpm exec -- changeset version && pnpm run prettier:fix",
"release:cut": "git add . && git commit -m 'new release' && pnpm run deploy:one infra -- PROD && pnpm run changeset publish && git push && git push --follow-tags",
"release:prepare": "pnpm run build && pnpm run changeset version && pnpm run prettier:fix",
"synth": "turbo run synth",
"synth:one": "turbo run synth --filter",
"test": "turbo run test",
Expand All @@ -42,6 +42,7 @@
]
},
"dependencies": {
"@changesets/changelog-git": "^0.1.14",
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.2",
"@lshay/eslint-config": "^0.2.5",
Expand Down
11 changes: 11 additions & 0 deletions packages/adapter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @astro-aws/adapter

## 0.4.0

### Minor Changes

- e2adca1: Upgraded dependencies

### Patch Changes

- e2adca1: Set Astro cookies in LambdaEdge function response
- e2adca1: Allow extending the ESBuild JS banner

## 0.3.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.3.0",
"version": "0.4.0",
"description": "An adapter for deploying an Astro application to AWS Lambda",
"keywords": [
"withastro",
Expand Down
7 changes: 7 additions & 0 deletions packages/constructs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @astro-aws/constructs

## 0.4.0

### Minor Changes

- e2adca1: Upgraded dependencies
- e2adca1: Support hybrid output

## 0.3.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.3.0",
"version": "0.4.0",
"description": "Constructs for deploying an Astro application to AWS Lambda",
"keywords": [
"withastro",
Expand Down
6 changes: 4 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions scripts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @astro-aws/scripts

## 0.1.0

### Minor Changes

- e2adca1: Upgraded dependencies

## 0.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@astro-aws/scripts",
"version": "0.0.1",
"version": "0.1.0",
"private": true,
"homepage": "https://astro-aws.org/",
"repository": {
Expand Down

0 comments on commit 639f9f3

Please sign in to comment.