diff --git a/.changeset/itchy-bees-attack.md b/.changeset/itchy-bees-attack.md deleted file mode 100644 index 3568879..0000000 --- a/.changeset/itchy-bees-attack.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@azns/resolver-react': minor -'@azns/resolver-core': minor ---- - -Add basic unit tests for @azns/resolver-core diff --git a/.changeset/three-roses-watch.md b/.changeset/three-roses-watch.md deleted file mode 100644 index c0aaaa4..0000000 --- a/.changeset/three-roses-watch.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'@azns/resolver-react': minor -'@azns/resolver-core': minor ---- - -- Update engine & package manager specifications -- Switch partially to Biome for linting & formatting -- Add new linting & typechecking workflows -- Update dependencies diff --git a/packages/resolver-core/CHANGELOG.md b/packages/resolver-core/CHANGELOG.md index dfd970d..b68692b 100644 --- a/packages/resolver-core/CHANGELOG.md +++ b/packages/resolver-core/CHANGELOG.md @@ -1,5 +1,16 @@ # @azns/resolver-core +## 1.7.0 + +### Minor Changes + +- [#60](https://github.com/azero-id/resolver/pull/60) [`b8c03a4`](https://github.com/azero-id/resolver/commit/b8c03a403a88d8133fba55d168a154baf2250ae9) Thanks [@wottpal](https://github.com/wottpal)! - Add basic unit tests for @azns/resolver-core + +- [#59](https://github.com/azero-id/resolver/pull/59) [`cd5e568`](https://github.com/azero-id/resolver/commit/cd5e568b84d00b04d0fc718cab4a86c6513e0c63) Thanks [@wottpal](https://github.com/wottpal)! - - Update engine & package manager specifications + - Switch partially to Biome for linting & formatting + - Add new linting & typechecking workflows + - Update dependencies + ## 1.6.0 ### Minor Changes diff --git a/packages/resolver-core/package.json b/packages/resolver-core/package.json index 413a050..5a8f7fa 100644 --- a/packages/resolver-core/package.json +++ b/packages/resolver-core/package.json @@ -1,7 +1,7 @@ { "name": "@azns/resolver-core", "author": "AZERO.ID (https://azero.id)", - "version": "1.6.0", + "version": "1.7.0", "description": "Vanilla JS/TS Library for resolving Domains issued by AZERO.ID", "homepage": "https://azero.id", "type": "module", @@ -18,7 +18,12 @@ "default": "./dist/index.js" } }, - "files": ["package.json", "LICENSE", "README.md", "dist"], + "files": [ + "package.json", + "LICENSE", + "README.md", + "dist" + ], "engines": { "node": ">=18" }, diff --git a/packages/resolver-react/CHANGELOG.md b/packages/resolver-react/CHANGELOG.md index 36b280a..cafc7a1 100644 --- a/packages/resolver-react/CHANGELOG.md +++ b/packages/resolver-react/CHANGELOG.md @@ -1,5 +1,21 @@ # @azns/resolver-react +## 1.7.0 + +### Minor Changes + +- [#60](https://github.com/azero-id/resolver/pull/60) [`b8c03a4`](https://github.com/azero-id/resolver/commit/b8c03a403a88d8133fba55d168a154baf2250ae9) Thanks [@wottpal](https://github.com/wottpal)! - Add basic unit tests for @azns/resolver-core + +- [#59](https://github.com/azero-id/resolver/pull/59) [`cd5e568`](https://github.com/azero-id/resolver/commit/cd5e568b84d00b04d0fc718cab4a86c6513e0c63) Thanks [@wottpal](https://github.com/wottpal)! - - Update engine & package manager specifications + - Switch partially to Biome for linting & formatting + - Add new linting & typechecking workflows + - Update dependencies + +### Patch Changes + +- Updated dependencies [[`b8c03a4`](https://github.com/azero-id/resolver/commit/b8c03a403a88d8133fba55d168a154baf2250ae9), [`cd5e568`](https://github.com/azero-id/resolver/commit/cd5e568b84d00b04d0fc718cab4a86c6513e0c63)]: + - @azns/resolver-core@1.7.0 + ## 1.6.0 ### Minor Changes diff --git a/packages/resolver-react/package.json b/packages/resolver-react/package.json index c3ac80d..11107db 100644 --- a/packages/resolver-react/package.json +++ b/packages/resolver-react/package.json @@ -1,7 +1,7 @@ { "name": "@azns/resolver-react", "author": "AZERO.ID (https://azero.id)", - "version": "1.6.0", + "version": "1.7.0", "description": "React Hooks Library for resolving Domains issued by AZERO.ID", "homepage": "https://azero.id", "type": "module", @@ -18,7 +18,12 @@ "default": "./dist/index.js" } }, - "files": ["package.json", "LICENSE", "README.md", "dist"], + "files": [ + "package.json", + "LICENSE", + "README.md", + "dist" + ], "engines": { "node": ">=18" },