Skip to content

Commit

Permalink
Merge pull request #218 from sure-thing/changeset-release/main
Browse files Browse the repository at this point in the history
chore: version packages
  • Loading branch information
estrattonbailey authored Apr 4, 2022
2 parents 202a62c + 1c7d8b0 commit c96ba7c
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/shy-knives-doubt.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/cloudflare-workers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@presta/html": "workspace:^0.2.5",
"presta": "workspace:^0.45.3"
"presta": "workspace:^0.45.4"
},
"devDependencies": {
"@cloudflare/wrangler": "^1.19.7",
Expand Down
2 changes: 1 addition & 1 deletion examples/jsx-hyposcript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"version": null,
"devDependencies": {
"presta": "workspace:^0.45.3",
"presta": "workspace:^0.45.4",
"@tsconfig/node14": "^1.0.1",
"typescript": "^4.5.4"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"devDependencies": {
"@presta/source-filesystem": "workspace:^0.3.2",
"micromark": "^3.0.5",
"presta": "workspace:^0.45.3"
"presta": "workspace:^0.45.4"
}
}
2 changes: 1 addition & 1 deletion examples/netlify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"devDependencies": {
"@presta/adapter-netlify": "workspace:^0.5.1",
"netlify-cli": "6",
"presta": "workspace:^0.45.3"
"presta": "workspace:^0.45.4"
},
"version": null
}
2 changes: 1 addition & 1 deletion examples/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"dependencies": {
"@presta/html": "workspace:^0.2.5",
"presta": "workspace:^0.45.3"
"presta": "workspace:^0.45.4"
},
"devDependencies": {
"@presta/adapter-node": "workspace:^0.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/vercel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"dependencies": {
"@presta/html": "workspace:^0.2.5",
"presta": "workspace:^0.45.3"
"presta": "workspace:^0.45.4"
},
"devDependencies": {
"@presta/adapter-vercel": "workspace:^0.3.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/presta/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# presta

## 0.45.4

### Patch Changes

- [`ee0d39c`](https://github.com/sure-thing/presta/commit/ee0d39c00dc234a655e2b9c70c049724319b9c5d) Thanks [@estrattonbailey](https://github.com/estrattonbailey)! - Ensure that outputLambdas can throw on compile errors during build

## 0.45.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/presta/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "presta",
"version": "0.45.3",
"version": "0.45.4",
"description": "Hyper minimal framework for the modern web.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit c96ba7c

Please sign in to comment.