diff --git a/.changeset/few-islands-remain.md b/.changeset/few-islands-remain.md deleted file mode 100644 index 781546a0..00000000 --- a/.changeset/few-islands-remain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@accounter-toolkit/hashavshevet-mesh': minor ---- - -Refactor resolvers, introducs "getSortCodes", fix "getAccounts" function diff --git a/.changeset/fuzzy-files-burn.md b/.changeset/fuzzy-files-burn.md deleted file mode 100644 index e36fb2ca..00000000 --- a/.changeset/fuzzy-files-burn.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@accounter-toolkit/green-invoice-graphql': minor -'@accounter-toolkit/hashavshevet-mesh': minor -'@accounter-toolkit/payper-mesh': minor ---- - -Adjust to build as ES module. Enhance Mesh build configuration diff --git a/.changeset/real-garlics-collect.md b/.changeset/real-garlics-collect.md deleted file mode 100644 index b66e8bcb..00000000 --- a/.changeset/real-garlics-collect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@accounter-toolkit/hashavshevet-mesh': patch ---- - -Include .graphql files in Mesh artifact diff --git a/.changeset/tender-icons-perform.md b/.changeset/tender-icons-perform.md deleted file mode 100644 index a9cd919b..00000000 --- a/.changeset/tender-icons-perform.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'@accounter-toolkit/green-invoice-graphql': patch -'@accounter-toolkit/israeli-vat-scraper': patch -'@accounter-toolkit/hashavshevet-mesh': patch -'@accounter-toolkit/pcn874-generator': patch -'@accounter-toolkit/payper-mesh': patch ---- - -minor build enhancements diff --git a/packages/green-invoice-graphql/CHANGELOG.md b/packages/green-invoice-graphql/CHANGELOG.md index 90ae415d..89ceafca 100644 --- a/packages/green-invoice-graphql/CHANGELOG.md +++ b/packages/green-invoice-graphql/CHANGELOG.md @@ -1,5 +1,20 @@ # @accounter-toolkit/green-invoice-graphql +## 0.3.0 + +### Minor Changes + +- [#113](https://github.com/gilgardosh/accounter-toolkit/pull/113) + [`88871c9`](https://github.com/gilgardosh/accounter-toolkit/commit/88871c928457a136c3fcf255c78f216cc4f7d08d) + Thanks [@gilgardosh](https://github.com/gilgardosh)! - Adjust to build as ES module. Enhance Mesh + build configuration + +### Patch Changes + +- [#113](https://github.com/gilgardosh/accounter-toolkit/pull/113) + [`88871c9`](https://github.com/gilgardosh/accounter-toolkit/commit/88871c928457a136c3fcf255c78f216cc4f7d08d) + Thanks [@gilgardosh](https://github.com/gilgardosh)! - minor build enhancements + ## 0.2.0 ### Minor Changes diff --git a/packages/green-invoice-graphql/package.json b/packages/green-invoice-graphql/package.json index c466a9e6..b118fd84 100644 --- a/packages/green-invoice-graphql/package.json +++ b/packages/green-invoice-graphql/package.json @@ -1,6 +1,6 @@ { "name": "@accounter-toolkit/green-invoice-graphql", - "version": "0.2.0", + "version": "0.3.0", "type": "module", "description": "Graphql proxy for Green Invoice API", "repository": { diff --git a/packages/hashavshevet-mesh/CHANGELOG.md b/packages/hashavshevet-mesh/CHANGELOG.md index 8bba2cb9..b31dd21d 100644 --- a/packages/hashavshevet-mesh/CHANGELOG.md +++ b/packages/hashavshevet-mesh/CHANGELOG.md @@ -1,5 +1,29 @@ # @accounter-toolkit/hashavshevet-mesh +## 0.1.0 + +### Minor Changes + +- [#113](https://github.com/gilgardosh/accounter-toolkit/pull/113) + [`88871c9`](https://github.com/gilgardosh/accounter-toolkit/commit/88871c928457a136c3fcf255c78f216cc4f7d08d) + Thanks [@gilgardosh](https://github.com/gilgardosh)! - Refactor resolvers, introducs + "getSortCodes", fix "getAccounts" function + +- [#113](https://github.com/gilgardosh/accounter-toolkit/pull/113) + [`88871c9`](https://github.com/gilgardosh/accounter-toolkit/commit/88871c928457a136c3fcf255c78f216cc4f7d08d) + Thanks [@gilgardosh](https://github.com/gilgardosh)! - Adjust to build as ES module. Enhance Mesh + build configuration + +### Patch Changes + +- [#126](https://github.com/gilgardosh/accounter-toolkit/pull/126) + [`149e0ca`](https://github.com/gilgardosh/accounter-toolkit/commit/149e0ca31b796c63d4e08729cd931949bc666b50) + Thanks [@gilgardosh](https://github.com/gilgardosh)! - Include .graphql files in Mesh artifact + +- [#113](https://github.com/gilgardosh/accounter-toolkit/pull/113) + [`88871c9`](https://github.com/gilgardosh/accounter-toolkit/commit/88871c928457a136c3fcf255c78f216cc4f7d08d) + Thanks [@gilgardosh](https://github.com/gilgardosh)! - minor build enhancements + ## 0.0.4 ### Patch Changes diff --git a/packages/hashavshevet-mesh/package.json b/packages/hashavshevet-mesh/package.json index dfbe745b..8d4aa061 100644 --- a/packages/hashavshevet-mesh/package.json +++ b/packages/hashavshevet-mesh/package.json @@ -1,6 +1,6 @@ { "name": "@accounter-toolkit/hashavshevet-mesh", - "version": "0.0.4", + "version": "0.1.0", "type": "module", "description": "Graphql proxy for Hashavshevet API", "repository": { diff --git a/packages/israeli-vat-scraper/CHANGELOG.md b/packages/israeli-vat-scraper/CHANGELOG.md index 6ec8b52a..b2d4200c 100644 --- a/packages/israeli-vat-scraper/CHANGELOG.md +++ b/packages/israeli-vat-scraper/CHANGELOG.md @@ -1,5 +1,13 @@ # @accounter-toolkit/israeli-vat-scraper +## 0.0.5 + +### Patch Changes + +- [#113](https://github.com/gilgardosh/accounter-toolkit/pull/113) + [`88871c9`](https://github.com/gilgardosh/accounter-toolkit/commit/88871c928457a136c3fcf255c78f216cc4f7d08d) + Thanks [@gilgardosh](https://github.com/gilgardosh)! - minor build enhancements + ## 0.0.4 ### Patch Changes diff --git a/packages/israeli-vat-scraper/package.json b/packages/israeli-vat-scraper/package.json index d2950722..e7b3138d 100644 --- a/packages/israeli-vat-scraper/package.json +++ b/packages/israeli-vat-scraper/package.json @@ -1,6 +1,6 @@ { "name": "@accounter-toolkit/israeli-vat-scraper", - "version": "0.0.4", + "version": "0.0.5", "type": "module", "description": "Scraper app for fetching Israeli VAT data", "repository": { diff --git a/packages/payper-mesh/CHANGELOG.md b/packages/payper-mesh/CHANGELOG.md index f8588111..b94d5943 100644 --- a/packages/payper-mesh/CHANGELOG.md +++ b/packages/payper-mesh/CHANGELOG.md @@ -1,5 +1,20 @@ # @accounter-toolkit/payper-mesh +## 0.1.0 + +### Minor Changes + +- [#113](https://github.com/gilgardosh/accounter-toolkit/pull/113) + [`88871c9`](https://github.com/gilgardosh/accounter-toolkit/commit/88871c928457a136c3fcf255c78f216cc4f7d08d) + Thanks [@gilgardosh](https://github.com/gilgardosh)! - Adjust to build as ES module. Enhance Mesh + build configuration + +### Patch Changes + +- [#113](https://github.com/gilgardosh/accounter-toolkit/pull/113) + [`88871c9`](https://github.com/gilgardosh/accounter-toolkit/commit/88871c928457a136c3fcf255c78f216cc4f7d08d) + Thanks [@gilgardosh](https://github.com/gilgardosh)! - minor build enhancements + ## 0.0.4 ### Patch Changes diff --git a/packages/payper-mesh/package.json b/packages/payper-mesh/package.json index 310220b7..9fdeb4e9 100644 --- a/packages/payper-mesh/package.json +++ b/packages/payper-mesh/package.json @@ -1,6 +1,6 @@ { "name": "@accounter-toolkit/payper-mesh", - "version": "0.0.4", + "version": "0.1.0", "type": "module", "description": "Graphql proxy for Payper API", "repository": { diff --git a/packages/pcn874-generator/CHANGELOG.md b/packages/pcn874-generator/CHANGELOG.md index 991c1052..4a0911a6 100644 --- a/packages/pcn874-generator/CHANGELOG.md +++ b/packages/pcn874-generator/CHANGELOG.md @@ -1,5 +1,13 @@ # @accounter-toolkit/pcn874-generator +## 0.1.1 + +### Patch Changes + +- [#113](https://github.com/gilgardosh/accounter-toolkit/pull/113) + [`88871c9`](https://github.com/gilgardosh/accounter-toolkit/commit/88871c928457a136c3fcf255c78f216cc4f7d08d) + Thanks [@gilgardosh](https://github.com/gilgardosh)! - minor build enhancements + ## 0.1.0 ### Minor Changes diff --git a/packages/pcn874-generator/package.json b/packages/pcn874-generator/package.json index 7064e00b..afd84405 100644 --- a/packages/pcn874-generator/package.json +++ b/packages/pcn874-generator/package.json @@ -1,6 +1,6 @@ { "name": "@accounter-toolkit/pcn874-generator", - "version": "0.1.0", + "version": "0.1.1", "type": "module", "description": "Fully typed application that generates PCN874 text file", "repository": {