Skip to content

Commit

Permalink
Merge pull request #225 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 committed Oct 24, 2022
2 parents 7ed27c1 + c0dfa2d commit 2e1a47e
Show file tree
Hide file tree
Showing 15 changed files with 61 additions and 25 deletions.
9 changes: 0 additions & 9 deletions .changeset/pink-waves-stare.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.45.4",
"presta": "workspace:^0.46.0",
"@tsconfig/node14": "^1.0.1",
"typescript": "^4.5.4"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/netlify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
},
"dependencies": {},
"devDependencies": {
"@presta/adapter-netlify": "workspace:^0.5.2",
"@presta/adapter-netlify": "workspace:^0.6.0",
"netlify-cli": "6",
"presta": "workspace:^0.45.4"
"presta": "workspace:^0.46.0"
},
"version": null
}
4 changes: 2 additions & 2 deletions examples/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"build": "presta"
},
"dependencies": {
"presta": "workspace:^0.45.4"
"presta": "workspace:^0.46.0"
},
"devDependencies": {
"@presta/adapter-node": "workspace:^0.2.0",
"@presta/adapter-node": "workspace:^0.3.0",
"micromark": "^3.0.5"
},
"version": null
Expand Down
4 changes: 2 additions & 2 deletions examples/vercel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"build": "presta"
},
"dependencies": {
"presta": "workspace:^0.45.4"
"presta": "workspace:^0.46.0"
},
"devDependencies": {
"@presta/adapter-vercel": "workspace:^0.3.1",
"@presta/adapter-vercel": "workspace:^0.4.0",
"typescript": "^4.5.5",
"vercel": "^23.1.2"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/adapter-netlify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @presta/adapter-netlify

## 0.6.0

### Minor Changes

- [#223](https://github.com/front-of-house/presta/pull/223) [`55f2883`](https://github.com/front-of-house/presta/commit/55f288321da4fdfd3b4e0fc999f904997ca600e4) Thanks [@estrattonbailey](https://github.com/estrattonbailey)! - Initial release after refactor! This release contains a few breaking changes, please review the latest docs.

### Patch Changes

- Updated dependencies [[`55f2883`](https://github.com/front-of-house/presta/commit/55f288321da4fdfd3b4e0fc999f904997ca600e4)]:
- [email protected]

## 0.5.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/adapter-netlify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@presta/adapter-netlify",
"version": "0.5.2",
"version": "0.6.0",
"description": "Netlify adapter for Presta.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -26,7 +26,7 @@
"filewatcher": "^3.0.1",
"fs-extra": "^9.0.1",
"netlify-redirect-parser": "^8.0.0",
"presta": "workspace:^0.45.0",
"presta": "workspace:^0.46.0",
"toml": "^3.0.0"
},
"devDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/adapter-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @presta/adapter-node

## 0.3.0

### Minor Changes

- [#223](https://github.com/front-of-house/presta/pull/223) [`55f2883`](https://github.com/front-of-house/presta/commit/55f288321da4fdfd3b4e0fc999f904997ca600e4) Thanks [@estrattonbailey](https://github.com/estrattonbailey)! - Initial release after refactor! This release contains a few breaking changes, please review the latest docs.

### Patch Changes

- Updated dependencies [[`55f2883`](https://github.com/front-of-house/presta/commit/55f288321da4fdfd3b4e0fc999f904997ca600e4)]:
- [email protected]

## 0.2.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/adapter-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@presta/adapter-node",
"version": "0.2.0",
"version": "0.3.0",
"description": "Node adapter for Presta.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -26,7 +26,7 @@
"fs-extra": "^10.1.0",
"mk-dirs": "^3.0.0",
"polka": "^1.0.0-next.22",
"presta": "workspace:^0.45.0",
"presta": "workspace:^0.46.0",
"proxyquire": "^2.1.3",
"sirv": "^1.0.7"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/adapter-vercel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @presta/adapter-vercel

## 0.4.0

### Minor Changes

- [#223](https://github.com/front-of-house/presta/pull/223) [`55f2883`](https://github.com/front-of-house/presta/commit/55f288321da4fdfd3b4e0fc999f904997ca600e4) Thanks [@estrattonbailey](https://github.com/estrattonbailey)! - Initial release after refactor! This release contains a few breaking changes, please review the latest docs.

## 0.3.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/adapter-vercel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@presta/adapter-vercel",
"version": "0.3.1",
"version": "0.4.0",
"description": "Vercel adapter for Presta.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -34,7 +34,7 @@
"@types/node": "^18.6.3",
"lambda-types": "^1.0.0",
"next": "^12.0.8",
"presta": "workspace:^0.45.0",
"presta": "workspace:^0.46.0",
"typescript": "^4.7.4"
}
}
11 changes: 11 additions & 0 deletions packages/create-presta/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# create-presta

## 0.2.0

### Minor Changes

- [#223](https://github.com/front-of-house/presta/pull/223) [`55f2883`](https://github.com/front-of-house/presta/commit/55f288321da4fdfd3b4e0fc999f904997ca600e4) Thanks [@estrattonbailey](https://github.com/estrattonbailey)! - Initial release after refactor! This release contains a few breaking changes, please review the latest docs.

### Patch Changes

- Updated dependencies [[`55f2883`](https://github.com/front-of-house/presta/commit/55f288321da4fdfd3b4e0fc999f904997ca600e4)]:
- [email protected]

## 0.1.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/create-presta/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-presta",
"version": "0.1.1",
"version": "0.2.0",
"description": "Create a new Presta project from your CLI",
"main": "bin.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -28,7 +28,7 @@
"deepmerge": "^4.2.2",
"fs-extra": "^9.1.0",
"kleur": "^4.1.4",
"presta": "workspace:^0.45.0",
"presta": "workspace:^0.46.0",
"prompts": "^2.4.2",
"sort-package-json": "^1.54.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.0

### Minor Changes

- [#223](https://github.com/front-of-house/presta/pull/223) [`55f2883`](https://github.com/front-of-house/presta/commit/55f288321da4fdfd3b4e0fc999f904997ca600e4) Thanks [@estrattonbailey](https://github.com/estrattonbailey)! - Initial release after refactor! This release contains a few breaking changes, please review the latest docs.

## 0.45.4

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

0 comments on commit 2e1a47e

Please sign in to comment.