diff --git a/.changeset/spicy-shoes-camp.md b/.changeset/spicy-shoes-camp.md deleted file mode 100644 index ce363954..00000000 --- a/.changeset/spicy-shoes-camp.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'presta': patch ---- - -Fixes some compiled `presta` files not being published with the rest of the npm package. diff --git a/examples/jsx-hyposcript/package.json b/examples/jsx-hyposcript/package.json index dd4c4b00..d5b5d303 100644 --- a/examples/jsx-hyposcript/package.json +++ b/examples/jsx-hyposcript/package.json @@ -12,7 +12,7 @@ }, "version": null, "devDependencies": { - "presta": "workspace:^0.46.0", + "presta": "workspace:^0.46.1", "@tsconfig/node14": "^1.0.1", "typescript": "^4.5.4" } diff --git a/examples/netlify/package.json b/examples/netlify/package.json index 5bd3ed7b..0924b0ff 100644 --- a/examples/netlify/package.json +++ b/examples/netlify/package.json @@ -10,7 +10,7 @@ "devDependencies": { "@presta/adapter-netlify": "workspace:^0.6.0", "netlify-cli": "6", - "presta": "workspace:^0.46.0" + "presta": "workspace:^0.46.1" }, "version": null } diff --git a/examples/node/package.json b/examples/node/package.json index e58e945b..9c1db1b1 100644 --- a/examples/node/package.json +++ b/examples/node/package.json @@ -6,7 +6,7 @@ "build": "presta" }, "dependencies": { - "presta": "workspace:^0.46.0" + "presta": "workspace:^0.46.1" }, "devDependencies": { "@presta/adapter-node": "workspace:^0.3.0", diff --git a/examples/vercel/package.json b/examples/vercel/package.json index bbe75f18..4d18b127 100644 --- a/examples/vercel/package.json +++ b/examples/vercel/package.json @@ -6,7 +6,7 @@ "build": "presta" }, "dependencies": { - "presta": "workspace:^0.46.0" + "presta": "workspace:^0.46.1" }, "devDependencies": { "@presta/adapter-vercel": "workspace:^0.4.0", diff --git a/packages/presta/CHANGELOG.md b/packages/presta/CHANGELOG.md index 7d8a8ecc..c8ce77ae 100644 --- a/packages/presta/CHANGELOG.md +++ b/packages/presta/CHANGELOG.md @@ -1,5 +1,11 @@ # presta +## 0.46.1 + +### Patch Changes + +- [#227](https://github.com/front-of-house/presta/pull/227) [`fbd77a8`](https://github.com/front-of-house/presta/commit/fbd77a8e8cfddb1065af6497f4430e28fe276995) Thanks [@estrattonbailey](https://github.com/estrattonbailey)! - Fixes some compiled `presta` files not being published with the rest of the npm package. + ## 0.46.0 ### Minor Changes diff --git a/packages/presta/package.json b/packages/presta/package.json index 228b6baa..840dc441 100644 --- a/packages/presta/package.json +++ b/packages/presta/package.json @@ -1,6 +1,6 @@ { "name": "presta", - "version": "0.46.0", + "version": "0.46.1", "description": "Hyper minimal framework for the modern web.", "main": "./index.js", "types": "./index.d.ts",