From f852c57764a97501c60acfd12a69e1414f163aec Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 04:55:22 +0000 Subject: [PATCH 1/7] chore(main): release 1.4.0 --- CHANGELOG.md | 33 +++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 34 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93d3b10..c90dda9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,38 @@ # Changelog +## [1.4.0](https://github.com/ubiquibot/permit-generation/compare/v1.3.1...v1.4.0) (2024-07-08) + + +### ⚠ BREAKING CHANGES + +* bundle splitting ([#13](https://github.com/ubiquibot/permit-generation/issues/13)) + +### Features + +* add custom reward token to permit ([16b08bc](https://github.com/ubiquibot/permit-generation/commit/16b08bc2ea6cadaba5f1446c832ec85d609bedab)) +* bundle splitting ([#13](https://github.com/ubiquibot/permit-generation/issues/13)) ([38eb308](https://github.com/ubiquibot/permit-generation/commit/38eb30843665724ca6521f19b72e572d0f59c1c2)) +* encode decode permits ([#10](https://github.com/ubiquibot/permit-generation/issues/10)) ([5673641](https://github.com/ubiquibot/permit-generation/commit/567364137dd48bfa7adf1c5c8a9b55e48d470181)) +* package generation and publish ([f743a24](https://github.com/ubiquibot/permit-generation/commit/f743a242bfe4487e4309647690228d98342bad74)) +* permit module ([b3b95d1](https://github.com/ubiquibot/permit-generation/commit/b3b95d1a8e9081ee4d33b8408ddf194b961ae090)) +* permits ([3b928a1](https://github.com/ubiquibot/permit-generation/commit/3b928a1c0544d8c117133cf80c4a3bcc58697345)) +* return data to kernel ([de23301](https://github.com/ubiquibot/permit-generation/commit/de2330129fe709292e4598f81cb1461ac43c0df6)) +* rollup for package bundling ([628cb59](https://github.com/ubiquibot/permit-generation/commit/628cb59da66c16f1ea8d76c95caaa25426486641)) +* updated release please and target branch ([8c0bb1c](https://github.com/ubiquibot/permit-generation/commit/8c0bb1c27263360a823d6676a13bca94f8ff6d78)) +* use rpc-handler ([fc02db1](https://github.com/ubiquibot/permit-generation/commit/fc02db18aebefd92d19f851ea232d5ae0a24bbbf)) + + +### Bug Fixes + +* fixed compilation and erc20 tests ([63c3823](https://github.com/ubiquibot/permit-generation/commit/63c3823ae49cbda768dfd01d58d25e926101d7e9)) +* fixed erc721 tests and errors ([414f29f](https://github.com/ubiquibot/permit-generation/commit/414f29fe852f7a5360eef1344d1e5d7b0da0dda5)) +* tests mock handler usage ([91470cc](https://github.com/ubiquibot/permit-generation/commit/91470cc580761c717aa06abd67cf9c91bbeb38e1)) +* this makes no sense ([881f006](https://github.com/ubiquibot/permit-generation/commit/881f006ca7f8dc64ba9fdeb7f02b3da8f0d68476)) + + +### Miscellaneous Chores + +* release 1.4.0 ([f0dec69](https://github.com/ubiquibot/permit-generation/commit/f0dec69e3c1a3e094211730d6e82f9dd631eb304)) + ## 1.3.1 (2024-06-20) ### ⚠ BREAKING CHANGES diff --git a/package.json b/package.json index 63d5253..82de711 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ubiquibot/permit-generation", - "version": "1.3.1", + "version": "1.4.0", "description": "ECR20 / ECR721 permit generation for automated payments.", "author": "Ubiquity DAO", "license": "MIT", From 57d82d8dd553d2f9f3ce042fc062ed7737b14257 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 13:51:09 +0000 Subject: [PATCH 2/7] chore(main): release 1.4.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c90dda9..36581c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.4.1](https://github.com/ubiquibot/permit-generation/compare/v1.4.0...v1.4.1) (2024-07-09) + + +### Miscellaneous Chores + +* release 1.4.1 ([d7d834d](https://github.com/ubiquibot/permit-generation/commit/d7d834dd8c766ddfa61d0df2d455f348997698d7)) + ## [1.4.0](https://github.com/ubiquibot/permit-generation/compare/v1.3.1...v1.4.0) (2024-07-08) diff --git a/package.json b/package.json index 67f62a7..e1f2b8f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ubiquibot/permit-generation", - "version": "1.4.0", + "version": "1.4.1", "description": "ECR20 / ECR721 permit generation for automated payments.", "author": "Ubiquity DAO", "license": "MIT", From 40703c35ec67356d22b05c1edae32008fb50ab26 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 05:30:50 +0000 Subject: [PATCH 3/7] chore(main): release 1.4.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36581c0..b3e8242 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.4.2](https://github.com/ubiquibot/permit-generation/compare/v1.4.1...v1.4.2) (2024-08-26) + + +### Bug Fixes + +* main entry for error free imports ([168b975](https://github.com/ubiquibot/permit-generation/commit/168b9756927f9caf9802e91ab380c89ee6247b0a)) + ## [1.4.1](https://github.com/ubiquibot/permit-generation/compare/v1.4.0...v1.4.1) (2024-07-09) diff --git a/package.json b/package.json index 56c7d1c..bed005d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ubiquibot/permit-generation", - "version": "1.4.1", + "version": "1.4.2", "description": "ECR20 / ECR721 permit generation for automated payments.", "author": "Ubiquity DAO", "license": "MIT", From ee8740e806472b4274e822aff4e79911cf6122d9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 06:57:51 +0000 Subject: [PATCH 4/7] chore(main): release 1.4.3 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3e8242..e28cbbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.4.3](https://github.com/ubiquibot/permit-generation/compare/v1.4.2...v1.4.3) (2024-09-02) + + +### Bug Fixes + +* use issue.node_id for permit nonces ([9228240](https://github.com/ubiquibot/permit-generation/commit/9228240cf5dd40d7dfd83a98a9c379e678a5bbc8)) + ## [1.4.2](https://github.com/ubiquibot/permit-generation/compare/v1.4.1...v1.4.2) (2024-08-26) diff --git a/package.json b/package.json index bed005d..9a1df18 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ubiquibot/permit-generation", - "version": "1.4.2", + "version": "1.4.3", "description": "ECR20 / ECR721 permit generation for automated payments.", "author": "Ubiquity DAO", "license": "MIT", From 683b2f730153dfd1b19bb383b1adcc8be7c9aede Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 12:15:57 +0000 Subject: [PATCH 5/7] chore(main): release 1.5.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e28cbbe..a074268 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.5.0](https://github.com/ubiquibot/permit-generation/compare/v1.4.3...v1.5.0) (2024-09-06) + + +### Features + +* publish ([4595c18](https://github.com/ubiquibot/permit-generation/commit/4595c1861fa70fe290a7e37de92fae058eb66f6a)) + ## [1.4.3](https://github.com/ubiquibot/permit-generation/compare/v1.4.2...v1.4.3) (2024-09-02) diff --git a/package.json b/package.json index 8b9467a..ad803b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ubiquibot/permit-generation", - "version": "1.4.3", + "version": "1.5.0", "description": "ECR20 / ECR721 permit generation for automated payments.", "author": "Ubiquity DAO", "license": "MIT", From 17a8be9616143ae536037b974dc757aa4f558e78 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 15:27:25 +0000 Subject: [PATCH 6/7] chore(main): release 1.5.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a074268..81cb465 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.5.1](https://github.com/ubiquibot/permit-generation/compare/v1.5.0...v1.5.1) (2024-09-06) + + +### Bug Fixes + +* use connection.url for JsonRpcProvider ([a046aaf](https://github.com/ubiquibot/permit-generation/commit/a046aafd37e4bc5509180fcf9a0f51caea47e9a0)) + ## [1.5.0](https://github.com/ubiquibot/permit-generation/compare/v1.4.3...v1.5.0) (2024-09-06) diff --git a/package.json b/package.json index 0b56fc6..e15a34d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ubiquibot/permit-generation", - "version": "1.5.0", + "version": "1.5.1", "description": "ECR20 / ECR721 permit generation for automated payments.", "author": "Ubiquity DAO", "license": "MIT", From 63754d6846e9c30c224eaec4fe59673475c580c3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 11:49:24 +0000 Subject: [PATCH 7/7] chore(main): release 1.6.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81cb465..32321d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.6.0](https://github.com/ubiquibot/permit-generation/compare/v1.5.1...v1.6.0) (2024-09-09) + + +### Features + +* private key formats ([e1f4d39](https://github.com/ubiquibot/permit-generation/commit/e1f4d39ec68e04b9b7bcfda26742a4e0b42c8016)) + ## [1.5.1](https://github.com/ubiquibot/permit-generation/compare/v1.5.0...v1.5.1) (2024-09-06) diff --git a/package.json b/package.json index e15a34d..51222f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ubiquibot/permit-generation", - "version": "1.5.1", + "version": "1.6.0", "description": "ECR20 / ECR721 permit generation for automated payments.", "author": "Ubiquity DAO", "license": "MIT",