Skip to content

Commit

Permalink
Merge pull request #228 from front-of-house/changeset-release/main
Browse files Browse the repository at this point in the history
chore: version packages
  • Loading branch information
estrattonbailey authored Oct 24, 2022
2 parents c598cfd + 6df88bf commit 0070250
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .changeset/spicy-shoes-camp.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/jsx-hyposcript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"version": null,
"devDependencies": {
"presta": "workspace:^0.46.0",
"presta": "workspace:^0.46.1",
"@tsconfig/node14": "^1.0.1",
"typescript": "^4.5.4"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/netlify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"devDependencies": {
"@presta/adapter-netlify": "workspace:^0.6.0",
"netlify-cli": "6",
"presta": "workspace:^0.46.0"
"presta": "workspace:^0.46.1"
},
"version": null
}
2 changes: 1 addition & 1 deletion examples/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"build": "presta"
},
"dependencies": {
"presta": "workspace:^0.46.0"
"presta": "workspace:^0.46.1"
},
"devDependencies": {
"@presta/adapter-node": "workspace:^0.3.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 @@ -6,7 +6,7 @@
"build": "presta"
},
"dependencies": {
"presta": "workspace:^0.46.0"
"presta": "workspace:^0.46.1"
},
"devDependencies": {
"@presta/adapter-vercel": "workspace:^0.4.0",
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.46.1

### Patch Changes

- [#227](https://github.com/front-of-house/presta/pull/227) [`fbd77a8`](https://github.com/front-of-house/presta/commit/fbd77a8e8cfddb1065af6497f4430e28fe276995) Thanks [@estrattonbailey](https://github.com/estrattonbailey)! - Fixes some compiled `presta` files not being published with the rest of the npm package.

## 0.46.0

### Minor 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.46.0",
"version": "0.46.1",
"description": "Hyper minimal framework for the modern web.",
"main": "./index.js",
"types": "./index.d.ts",
Expand Down

0 comments on commit 0070250

Please sign in to comment.