diff --git a/.changeset/tangy-carpets-repeat.md b/.changeset/tangy-carpets-repeat.md deleted file mode 100644 index 0d66205..0000000 --- a/.changeset/tangy-carpets-repeat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"conformal": patch ---- - -Enable isolatedDeclarations in tsconfig diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9d4e70c..9ed6342 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,6 @@ name: ci on: pull_request: branches: [main] - workflow_dispatch: permissions: contents: read diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d04172..49dfba3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # conformal +## 2.1.2 + +### Patch Changes + +- [#42](https://github.com/marcomuser/conformal/pull/42) [`4446e1c`](https://github.com/marcomuser/conformal/commit/4446e1c187013a8b2bb7f0516ff69802295a9ea1) Thanks [@marcomuser](https://github.com/marcomuser)! - Enable isolatedDeclarations in tsconfig + ## 2.1.1 ### Patch Changes diff --git a/package-lock.json b/package-lock.json index bde0588..7adb994 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "conformal", - "version": "2.1.1", + "version": "2.1.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "conformal", - "version": "2.1.1", + "version": "2.1.2", "license": "MIT", "dependencies": { "@standard-schema/spec": "^1.0.0", @@ -1233,18 +1233,6 @@ "dev": true, "license": "MIT" }, - "node_modules/@types/node": { - "version": "24.5.2", - "resolved": "https://registry.npmjs.org/@types/node/-/node-24.5.2.tgz", - "integrity": "sha512-FYxk1I7wPv3K2XBaoyH2cTnocQEu8AOZ60hPbsyukMPLv5/5qr7V1i8PLHdl6Zf87I+xZXFvPCXYjiTFq+YSDQ==", - "dev": true, - "license": "MIT", - "optional": true, - "peer": true, - "dependencies": { - "undici-types": "~7.12.0" - } - }, "node_modules/@vitest/expect": { "version": "3.2.4", "resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-3.2.4.tgz", @@ -2710,15 +2698,6 @@ "node": ">=14.17" } }, - "node_modules/undici-types": { - "version": "7.12.0", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.12.0.tgz", - "integrity": "sha512-goOacqME2GYyOZZfb5Lgtu+1IDmAlAEu5xnD3+xTzS10hT0vzpf0SPjkXwAw9Jm+4n/mQGDP3LO8CPbYROeBfQ==", - "dev": true, - "license": "MIT", - "optional": true, - "peer": true - }, "node_modules/universalify": { "version": "0.1.2", "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz", diff --git a/package.json b/package.json index dfd4391..6aaec97 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "conformal", - "version": "2.1.1", + "version": "2.1.2", "description": "Type-safe form submissions for the modern web.", "keywords": [ "formdata",