diff --git a/.changeset/afraid-olives-mix.md b/.changeset/afraid-olives-mix.md deleted file mode 100644 index 39dbd4b8..00000000 --- a/.changeset/afraid-olives-mix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'presta': patch ---- - -Add support for .env with dotenv diff --git a/examples/basic/package.json b/examples/basic/package.json index 9aba3686..39035bda 100644 --- a/examples/basic/package.json +++ b/examples/basic/package.json @@ -7,7 +7,7 @@ }, "dependencies": { "@presta/html": "workspace:^0.2.0", - "presta": "workspace:^0.43.3" + "presta": "workspace:^0.43.4" }, "devDependencies": { "micromark": "^3.0.5" diff --git a/examples/hypr-hyposcript/package.json b/examples/hypr-hyposcript/package.json index 2d81db25..b0e8b444 100644 --- a/examples/hypr-hyposcript/package.json +++ b/examples/hypr-hyposcript/package.json @@ -7,7 +7,7 @@ }, "dependencies": { "@presta/html": "workspace:^0.2.0", - "presta": "workspace:^0.43.3" + "presta": "workspace:^0.43.4" }, "version": null, "devDependencies": { diff --git a/examples/markdown/package.json b/examples/markdown/package.json index 5690a5c1..2bdba4cd 100644 --- a/examples/markdown/package.json +++ b/examples/markdown/package.json @@ -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.3" + "presta": "workspace:^0.43.4" }, "version": null } diff --git a/examples/netlify/package.json b/examples/netlify/package.json index 9afbccd6..48e81817 100644 --- a/examples/netlify/package.json +++ b/examples/netlify/package.json @@ -12,7 +12,7 @@ "devDependencies": { "@presta/adapter-netlify": "workspace:^0.4.1", "netlify": "^10.1.1", - "presta": "workspace:^0.43.3" + "presta": "workspace:^0.43.4" }, "version": null } diff --git a/examples/typescript/package.json b/examples/typescript/package.json index 1bded2f0..cfce9b9e 100644 --- a/examples/typescript/package.json +++ b/examples/typescript/package.json @@ -7,7 +7,7 @@ }, "dependencies": { "@presta/html": "workspace:^0.2.0", - "presta": "workspace:^0.43.3" + "presta": "workspace:^0.43.4" }, "devDependencies": { "@tsconfig/node14": "^1.0.1", diff --git a/packages/presta/CHANGELOG.md b/packages/presta/CHANGELOG.md index 81e408dc..6cbb998d 100644 --- a/packages/presta/CHANGELOG.md +++ b/packages/presta/CHANGELOG.md @@ -1,5 +1,11 @@ # presta +## 0.43.4 + +### Patch Changes + +- [`15e3c7b`](https://github.com/sure-thing/presta/commit/15e3c7bc16930f6a176555d9fdcada3b22995ead) Thanks [@estrattonbailey](https://github.com/estrattonbailey)! - Add support for .env with dotenv + ## 0.43.3 ### Patch Changes diff --git a/packages/presta/package.json b/packages/presta/package.json index f9cb1f2b..f61af6b8 100644 --- a/packages/presta/package.json +++ b/packages/presta/package.json @@ -1,6 +1,6 @@ { "name": "presta", - "version": "0.43.3", + "version": "0.43.4", "description": "Hyper minimal framework for the modern web.", "main": "./dist/index.js", "types": "./dist/index.d.ts",