Skip to content

Commit

Permalink
Merge pull request #123 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 Sep 26, 2021
2 parents f9ce0cb + c6e449b commit 174ad73
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/lemon-pianos-promise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twelve-cheetahs-chew.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/adapter-netlify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @presta/adapter-netlify

## 0.1.5

### Patch Changes

- Updated dependencies [[`6010c96`](https://github.com/sure-thing/presta/commit/6010c968b3dfe2e04638233be1e3f20839bdfab8)]:
- presta@0.37.0

## 0.1.4

### 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.1.4",
"version": "0.1.5",
"description": "Netlify adapter for Presta.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -25,7 +25,7 @@
"dependencies": {
"fs-extra": "^10.0.0",
"netlify-redirect-parser": "^8.0.0",
"presta": "workspace:^0.36.3",
"presta": "workspace:^0.37.0",
"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.37.0

### Minor Changes

- [`6010c96`](https://github.com/sure-thing/presta/commit/6010c968b3dfe2e04638233be1e3f20839bdfab8) Thanks [@estrattonbailey](https://github.com/estrattonbailey)! - Introduce an actions API — subject to change

## 0.36.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.36.3",
"version": "0.37.0",
"description": "Hyper minimal framework for the modern web.",
"main": "index.js",
"types": "index.d.ts",
Expand Down
12 changes: 12 additions & 0 deletions packages/source-filesystem/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# @presta/source-filesystem

## 0.1.0

### Minor Changes

- [`779a44b`](https://github.com/sure-thing/presta/commit/779a44bc8365876409683b2078f1cd333066cbba) Thanks [@estrattonbailey](https://github.com/estrattonbailey)! - Initial release

### Patch Changes

- Updated dependencies [[`6010c96`](https://github.com/sure-thing/presta/commit/6010c968b3dfe2e04638233be1e3f20839bdfab8)]:
- presta@0.37.0
4 changes: 2 additions & 2 deletions packages/source-filesystem/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@presta/source-filesystem",
"version": "0.0.0",
"version": "0.1.0",
"description": "Source and watch local files, rebuilding pages on change.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -24,7 +24,7 @@
"dependencies": {
"filewatcher": "^3.0.1",
"pirates": "^4.0.1",
"presta": "workspace:^0.36.3",
"presta": "workspace:^0.37.0",
"tiny-glob": "^0.2.9"
}
}

0 comments on commit 174ad73

Please sign in to comment.