Skip to content

Commit

Permalink
Merge pull request #195 from sure-thing/changeset-release/main
Browse files Browse the repository at this point in the history
chore: version packages
  • Loading branch information
estrattonbailey committed Jan 28, 2022
2 parents 0f87fe9 + f5d2caa commit 3876110
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/silly-snails-taste.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/basic/package.json
Expand Up @@ -7,7 +7,7 @@
},
"dependencies": {
"@presta/html": "workspace:^0.2.4",
"presta": "workspace:^0.44.3"
"presta": "workspace:^0.44.4"
},
"devDependencies": {
"micromark": "^3.0.5"
Expand Down
2 changes: 1 addition & 1 deletion examples/cloudflare-workers/package.json
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@presta/html": "workspace:^0.2.4",
"presta": "workspace:^0.44.3"
"presta": "workspace:^0.44.4"
},
"devDependencies": {
"@cloudflare/wrangler": "^1.19.7",
Expand Down
2 changes: 1 addition & 1 deletion examples/hypr-hyposcript/package.json
Expand Up @@ -7,7 +7,7 @@
},
"dependencies": {
"@presta/html": "workspace:^0.2.4",
"presta": "workspace:^0.44.3"
"presta": "workspace:^0.44.4"
},
"version": null,
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/markdown/package.json
Expand Up @@ -9,7 +9,7 @@
"@presta/html": "workspace:^0.2.4",
"@presta/source-filesystem": "workspace:^0.3.1",
"micromark": "^3.0.5",
"presta": "workspace:^0.44.3"
"presta": "workspace:^0.44.4"
},
"version": null
}
2 changes: 1 addition & 1 deletion examples/netlify/package.json
Expand Up @@ -12,7 +12,7 @@
"devDependencies": {
"@presta/adapter-netlify": "workspace:^0.4.2",
"netlify": "^10.1.1",
"presta": "workspace:^0.44.3"
"presta": "workspace:^0.44.4"
},
"version": null
}
2 changes: 1 addition & 1 deletion examples/node/package.json
Expand Up @@ -7,7 +7,7 @@
},
"dependencies": {
"@presta/html": "workspace:^0.2.4",
"presta": "workspace:^0.44.3"
"presta": "workspace:^0.44.4"
},
"devDependencies": {
"@presta/adapter-node": "workspace:^0.1.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/typescript/package.json
Expand Up @@ -7,7 +7,7 @@
},
"dependencies": {
"@presta/html": "workspace:^0.2.4",
"presta": "workspace:^0.44.3"
"presta": "workspace:^0.44.4"
},
"devDependencies": {
"@tsconfig/node14": "^1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/vercel/package.json
Expand Up @@ -7,7 +7,7 @@
},
"dependencies": {
"@presta/html": "workspace:^0.2.4",
"presta": "workspace:^0.44.3"
"presta": "workspace:^0.44.4"
},
"devDependencies": {
"@presta/adapter-vercel": "workspace:^0.2.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/presta/CHANGELOG.md
@@ -1,5 +1,11 @@
# presta

## 0.44.4

### Patch Changes

- [`0f87fe9`](https://github.com/sure-thing/presta/commit/0f87fe9727d9e1cd5e3a96eb95b2f73349bc2ff4) Thanks [@estrattonbailey](https://github.com/estrattonbailey)! - Add lambda-types dep

## 0.44.3

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

0 comments on commit 3876110

Please sign in to comment.