Skip to content

Commit

Permalink
Merge pull request #62 from azero-id/changeset-release/main
Browse files Browse the repository at this point in the history
chore(changeset): Bump package version
  • Loading branch information
wottpal authored Jul 23, 2024
2 parents c872809 + 74333d6 commit 0759983
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 19 deletions.
6 changes: 0 additions & 6 deletions .changeset/itchy-bees-attack.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/three-roses-watch.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/resolver-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
9 changes: 7 additions & 2 deletions packages/resolver-core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@azns/resolver-core",
"author": "AZERO.ID <[email protected]> (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",
Expand All @@ -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"
},
Expand Down
16 changes: 16 additions & 0 deletions packages/resolver-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
9 changes: 7 additions & 2 deletions packages/resolver-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@azns/resolver-react",
"author": "AZERO.ID <[email protected]> (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",
Expand All @@ -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"
},
Expand Down

0 comments on commit 0759983

Please sign in to comment.