Skip to content

Commit

Permalink
Merge pull request #161 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 Jan 8, 2022
2 parents 15e3c7b + 3caf97f commit 6f8eebd
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/afraid-olives-mix.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"dependencies": {
"@presta/html": "workspace:^0.2.0",
"presta": "workspace:^0.43.3"
"presta": "workspace:^0.43.4"
},
"devDependencies": {
"micromark": "^3.0.5"
Expand Down
2 changes: 1 addition & 1 deletion examples/hypr-hyposcript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"dependencies": {
"@presta/html": "workspace:^0.2.0",
"presta": "workspace:^0.43.3"
"presta": "workspace:^0.43.4"
},
"version": null,
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@presta/html": "workspace:^0.2.0",
"@presta/source-filesystem": "workspace:^0.3.0",
"micromark": "^3.0.5",
"presta": "workspace:^0.43.3"
"presta": "workspace:^0.43.4"
},
"version": null
}
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.4.1",
"netlify": "^10.1.1",
"presta": "workspace:^0.43.3"
"presta": "workspace:^0.43.4"
},
"version": null
}
2 changes: 1 addition & 1 deletion examples/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"dependencies": {
"@presta/html": "workspace:^0.2.0",
"presta": "workspace:^0.43.3"
"presta": "workspace:^0.43.4"
},
"devDependencies": {
"@tsconfig/node14": "^1.0.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.43.4

### Patch Changes

- [`15e3c7b`](https://github.com/sure-thing/presta/commit/15e3c7bc16930f6a176555d9fdcada3b22995ead) Thanks [@estrattonbailey](https://github.com/estrattonbailey)! - Add support for .env with dotenv

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

0 comments on commit 6f8eebd

Please sign in to comment.