Skip to content

Commit 311f89e

Browse files
Merge pull request #232 from front-of-house/changeset-release/main
chore: version packages
2 parents cc649ec + a6fcbb4 commit 311f89e

File tree

9 files changed

+22
-13
lines changed

9 files changed

+22
-13
lines changed

.changeset/rude-pens-brake.md

-6
This file was deleted.

examples/jsx-hyposcript/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"version": null,
1414
"devDependencies": {
15-
"presta": "workspace:^0.46.1",
15+
"presta": "workspace:^0.46.2",
1616
"@tsconfig/node14": "^1.0.1",
1717
"typescript": "^4.5.4"
1818
}

examples/netlify/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"devDependencies": {
1111
"@presta/adapter-netlify": "workspace:^0.6.0",
1212
"netlify-cli": "6",
13-
"presta": "workspace:^0.46.1"
13+
"presta": "workspace:^0.46.2"
1414
},
1515
"version": null
1616
}

examples/node/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"build": "presta"
77
},
88
"dependencies": {
9-
"presta": "workspace:^0.46.1"
9+
"presta": "workspace:^0.46.2"
1010
},
1111
"devDependencies": {
1212
"@presta/adapter-node": "workspace:^0.3.0",

examples/vercel/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"build": "presta"
77
},
88
"dependencies": {
9-
"presta": "workspace:^0.46.1"
9+
"presta": "workspace:^0.46.2"
1010
},
1111
"devDependencies": {
1212
"@presta/adapter-vercel": "workspace:^0.4.0",

packages/create-presta/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# create-presta
22

3+
## 0.2.2
4+
5+
### Patch Changes
6+
7+
- [`b4c57ab568c09a4a618a4188b89d2a64c84bae0d`](https://github.com/front-of-house/presta/commit/b4c57ab568c09a4a618a4188b89d2a64c84bae0d) Thanks [@estrattonbailey](https://github.com/estrattonbailey)! - Small fixes
8+
9+
- Updated dependencies [[`b4c57ab568c09a4a618a4188b89d2a64c84bae0d`](https://github.com/front-of-house/presta/commit/b4c57ab568c09a4a618a4188b89d2a64c84bae0d)]:
10+
11+
312
## 0.2.1
413

514
### Patch Changes

packages/create-presta/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-presta",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "Create a new Presta project from your CLI",
55
"main": "bin.js",
66
"types": "index.d.ts",
@@ -29,7 +29,7 @@
2929
"deepmerge": "^4.2.2",
3030
"fs-extra": "^9.1.0",
3131
"kleur": "^4.1.4",
32-
"presta": "workspace:^0.46.0",
32+
"presta": "workspace:^0.46.2",
3333
"prompts": "^2.4.2",
3434
"sort-package-json": "^1.54.0"
3535
},

packages/presta/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# presta
22

3+
## 0.46.2
4+
5+
### Patch Changes
6+
7+
- [`b4c57ab568c09a4a618a4188b89d2a64c84bae0d`](https://github.com/front-of-house/presta/commit/b4c57ab568c09a4a618a4188b89d2a64c84bae0d) Thanks [@estrattonbailey](https://github.com/estrattonbailey)! - Small fixes
8+
39
## 0.46.1
410

511
### Patch Changes

packages/presta/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "presta",
3-
"version": "0.46.1",
3+
"version": "0.46.2",
44
"description": "Hyper minimal framework for the modern web.",
55
"main": "./index.js",
66
"types": "./index.d.ts",

0 commit comments

Comments
 (0)