Skip to content

Commit

Permalink
Merge pull request #213 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 Mar 3, 2022
2 parents 5c5b81f + 43f8cc0 commit d6f1ec1
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/flat-mayflies-pretend.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/cloudflare-workers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"serve": "wrangler dev"
},
"dependencies": {
"@presta/html": "workspace:^0.2.4",
"@presta/html": "workspace:^0.2.5",
"presta": "workspace:^0.45.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/jsx-hyposcript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"build": "presta"
},
"dependencies": {
"@presta/html": "workspace:^0.2.4",
"@presta/html": "workspace:^0.2.5",
"hypobox": "^2.2.1",
"hyposcript": "^1.1.3",
"hypostyle": "^3.3.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"build": "presta"
},
"dependencies": {
"@presta/html": "workspace:^0.2.4",
"@presta/html": "workspace:^0.2.5",
"hyposcript": "^1.1.3",
"micromark": "^3.0.5"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/netlify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"serve": "netlify dev"
},
"dependencies": {
"@presta/html": "workspace:^0.2.4"
"@presta/html": "workspace:^0.2.5"
},
"devDependencies": {
"@presta/adapter-netlify": "workspace:^0.5.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"build": "presta"
},
"dependencies": {
"@presta/html": "workspace:^0.2.4",
"@presta/html": "workspace:^0.2.5",
"presta": "workspace:^0.45.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/vercel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"build": "presta"
},
"dependencies": {
"@presta/html": "workspace:^0.2.4",
"@presta/html": "workspace:^0.2.5",
"presta": "workspace:^0.45.1"
},
"devDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/html/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @presta/html

## 0.2.5

### Patch Changes

- [`5c5b81f`](https://github.com/sure-thing/presta/commit/5c5b81f0fe000c8b401deaa6472815c7d83f6e6a) Thanks [@estrattonbailey](https://github.com/estrattonbailey)! - Export html parameters type

## 0.2.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/html/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@presta/html",
"version": "0.2.4",
"version": "0.2.5",
"description": "HTML utilities for Presta",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit d6f1ec1

Please sign in to comment.