Skip to content

Commit

Permalink
Upcoming Release Changes (#128)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Mar 16, 2023
1 parent 522fe7e commit 4f0db7d
Show file tree
Hide file tree
Showing 14 changed files with 75 additions and 31 deletions.
5 changes: 0 additions & 5 deletions .changeset/few-islands-remain.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/fuzzy-files-burn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-garlics-collect.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/tender-icons-perform.md

This file was deleted.

15 changes: 15 additions & 0 deletions packages/green-invoice-graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/green-invoice-graphql/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
24 changes: 24 additions & 0 deletions packages/hashavshevet-mesh/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/hashavshevet-mesh/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
8 changes: 8 additions & 0 deletions packages/israeli-vat-scraper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/israeli-vat-scraper/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
15 changes: 15 additions & 0 deletions packages/payper-mesh/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/payper-mesh/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
8 changes: 8 additions & 0 deletions packages/pcn874-generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/pcn874-generator/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 4f0db7d

Please sign in to comment.