Skip to content

Commit

Permalink
Merge pull request #157 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 7, 2022
2 parents 3de16cb + f5790f8 commit 6d1f24b
Show file tree
Hide file tree
Showing 11 changed files with 26 additions and 19 deletions.
5 changes: 0 additions & 5 deletions .changeset/clean-pumpkins-wonder.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/orange-badgers-retire.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.0"
"presta": "workspace:^0.43.1"
},
"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.0"
"presta": "workspace:^0.43.1"
},
"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.0"
"presta": "workspace:^0.43.1"
},
"version": null
}
4 changes: 2 additions & 2 deletions examples/netlify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"@presta/html": "workspace:^0.2.0"
},
"devDependencies": {
"@presta/adapter-netlify": "workspace:^0.3.0",
"presta": "workspace:^0.43.0"
"@presta/adapter-netlify": "workspace:^0.4.0",
"presta": "workspace:^0.43.1"
},
"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.0"
"presta": "workspace:^0.43.1"
},
"devDependencies": {
"@tsconfig/node14": "^1.0.1",
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.4.0

### Minor Changes

- [#156](https://github.com/sure-thing/presta/pull/156) [`c7df0a2`](https://github.com/sure-thing/presta/commit/c7df0a2c4416464d27f18aff3bf0635f9bf06a87) Thanks [@estrattonbailey](https://github.com/estrattonbailey)! - Refactor, write tests for 100% coverage

### Patch Changes

- Updated dependencies [[`a29752f`](https://github.com/sure-thing/presta/commit/a29752fa95faf0dad9785128f7e195668e229d5d)]:
- [email protected]

## 0.3.0

### Minor 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.3.0",
"version": "0.4.0",
"description": "Netlify adapter for Presta.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -27,7 +27,7 @@
"mk-dirs": "^3.0.0",
"netlify-redirect-parser": "^8.0.0",
"premove": "^4.0.0",
"presta": "workspace:^0.43.0",
"presta": "workspace:^0.43.1",
"toml": "^3.0.0"
}
}
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.1

### Patch Changes

- [#156](https://github.com/sure-thing/presta/pull/156) [`a29752f`](https://github.com/sure-thing/presta/commit/a29752fa95faf0dad9785128f7e195668e229d5d) Thanks [@estrattonbailey](https://github.com/estrattonbailey)! - Export more plugin types

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

0 comments on commit 6d1f24b

Please sign in to comment.