Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upcoming Release Changes #158

Merged
merged 1 commit into from
Aug 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/@accounter-toolkit_payper-mesh-154-dependencies.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/@accounter-toolkit_payper-mesh-163-dependencies.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-insects-jump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tiny-tomatoes-prove.md

This file was deleted.

57 changes: 57 additions & 0 deletions packages/green-invoice-graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,62 @@
# @accounter-toolkit/green-invoice-graphql

## 0.5.0

### Minor Changes

- [#155](https://github.com/gilgardosh/accounter-toolkit/pull/155)
[`b830360`](https://github.com/gilgardosh/accounter-toolkit/commit/b83036050bae806fc6479c5f2410e98452bbab28)
Thanks [@gilgardosh](https://github.com/gilgardosh)! - Schema minor updates: define updateExpense
as mutation, workaround paymentTerms 0 value enum

### Patch Changes

- [#154](https://github.com/gilgardosh/accounter-toolkit/pull/154)
[`4ef4b01`](https://github.com/gilgardosh/accounter-toolkit/commit/4ef4b01a5c455a0f00a4f42e0bca30805c75f13b)
Thanks [@gilgardosh](https://github.com/gilgardosh)! - dependencies updates:

- Updated dependency
[`@graphql-mesh/[email protected]` ↗︎](https://www.npmjs.com/package/@graphql-mesh/cli/v/0.85.5) (from
`0.85.1`, in `dependencies`)
- Updated dependency
[`@graphql-mesh/[email protected]` ↗︎](https://www.npmjs.com/package/@graphql-mesh/json-schema/v/0.94.8)
(from `0.94.6`, in `dependencies`)
- Updated dependency
[`@graphql-mesh/[email protected]` ↗︎](https://www.npmjs.com/package/@graphql-mesh/transform-resolvers-composition/v/0.94.5)
(from `0.94.3`, in `dependencies`)

- [#159](https://github.com/gilgardosh/accounter-toolkit/pull/159)
[`651b366`](https://github.com/gilgardosh/accounter-toolkit/commit/651b366adcc284d8459cbc7f91c90bbf9c51c44b)
Thanks [@gilgardosh](https://github.com/gilgardosh)! - dependencies updates:

- Updated dependency
[`@graphql-mesh/[email protected]` ↗︎](https://www.npmjs.com/package/@graphql-mesh/cli/v/0.85.6)
(from `0.85.5`, in `dependencies`)
- Updated dependency
[`@graphql-mesh/[email protected]` ↗︎](https://www.npmjs.com/package/@graphql-mesh/json-schema/v/0.94.9)
(from `0.94.8`, in `dependencies`)
- Updated dependency
[`@graphql-mesh/transform-resolvers-composition@0.94.6-alpha-20230726100518-2fdb88ed0` ↗︎](https://www.npmjs.com/package/@graphql-mesh/transform-resolvers-composition/v/0.94.6)
(from `0.94.5`, in `dependencies`)

- [#163](https://github.com/gilgardosh/accounter-toolkit/pull/163)
[`b59d94f`](https://github.com/gilgardosh/accounter-toolkit/commit/b59d94fd07dc57063b0661d74da894954e0bc684)
Thanks [@gilgardosh](https://github.com/gilgardosh)! - dependencies updates:

- Updated dependency
[`@graphql-mesh/[email protected]` ↗︎](https://www.npmjs.com/package/@graphql-mesh/cli/v/0.86.0) (from
`0.85.6-alpha-20230726100518-2fdb88ed0`, in `dependencies`)
- Updated dependency
[`@graphql-mesh/[email protected]` ↗︎](https://www.npmjs.com/package/@graphql-mesh/json-schema/v/0.95.0)
(from `0.94.9-alpha-20230726100518-2fdb88ed0`, in `dependencies`)
- Updated dependency
[`@graphql-mesh/[email protected]` ↗︎](https://www.npmjs.com/package/@graphql-mesh/transform-resolvers-composition/v/0.95.0)
(from `0.94.6-alpha-20230726100518-2fdb88ed0`, in `dependencies`)

- [#159](https://github.com/gilgardosh/accounter-toolkit/pull/159)
[`651b366`](https://github.com/gilgardosh/accounter-toolkit/commit/651b366adcc284d8459cbc7f91c90bbf9c51c44b)
Thanks [@gilgardosh](https://github.com/gilgardosh)! - Fix Mesh enums 0-value bug

## 0.4.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.4.0",
"version": "0.5.0",
"type": "module",
"description": "Graphql proxy for Green Invoice API",
"repository": {
Expand Down
31 changes: 31 additions & 0 deletions packages/hashavshevet-mesh/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# @accounter-toolkit/hashavshevet-mesh

## 0.1.2

### Patch Changes

- [#154](https://github.com/gilgardosh/accounter-toolkit/pull/154)
[`4ef4b01`](https://github.com/gilgardosh/accounter-toolkit/commit/4ef4b01a5c455a0f00a4f42e0bca30805c75f13b)
Thanks [@gilgardosh](https://github.com/gilgardosh)! - dependencies updates:

- Updated dependency
[`@graphql-mesh/[email protected]` ↗︎](https://www.npmjs.com/package/@graphql-mesh/cli/v/0.85.5) (from
`0.85.1`, in `dependencies`)
- Updated dependency
[`@graphql-mesh/[email protected]` ↗︎](https://www.npmjs.com/package/@graphql-mesh/json-schema/v/0.94.8)
(from `0.94.6`, in `dependencies`)
- Updated dependency
[`@graphql-mesh/[email protected]` ↗︎](https://www.npmjs.com/package/@graphql-mesh/transform-resolvers-composition/v/0.94.5)
(from `0.94.3`, in `dependencies`)

- [#163](https://github.com/gilgardosh/accounter-toolkit/pull/163)
[`b59d94f`](https://github.com/gilgardosh/accounter-toolkit/commit/b59d94fd07dc57063b0661d74da894954e0bc684)
Thanks [@gilgardosh](https://github.com/gilgardosh)! - dependencies updates:
- Updated dependency
[`@graphql-mesh/[email protected]` ↗︎](https://www.npmjs.com/package/@graphql-mesh/cli/v/0.86.0) (from
`0.85.5`, in `dependencies`)
- Updated dependency
[`@graphql-mesh/[email protected]` ↗︎](https://www.npmjs.com/package/@graphql-mesh/json-schema/v/0.95.0)
(from `0.94.8`, in `dependencies`)
- Updated dependency
[`@graphql-mesh/[email protected]` ↗︎](https://www.npmjs.com/package/@graphql-mesh/transform-resolvers-composition/v/0.95.0)
(from `0.94.5`, in `dependencies`)

## 0.1.1

### 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.1.1",
"version": "0.1.2",
"type": "module",
"description": "Graphql proxy for Hashavshevet API",
"repository": {
Expand Down
31 changes: 31 additions & 0 deletions packages/payper-mesh/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# @accounter-toolkit/payper-mesh

## 0.1.2

### Patch Changes

- [#154](https://github.com/gilgardosh/accounter-toolkit/pull/154)
[`4ef4b01`](https://github.com/gilgardosh/accounter-toolkit/commit/4ef4b01a5c455a0f00a4f42e0bca30805c75f13b)
Thanks [@gilgardosh](https://github.com/gilgardosh)! - dependencies updates:

- Updated dependency
[`@graphql-mesh/[email protected]` ↗︎](https://www.npmjs.com/package/@graphql-mesh/cli/v/0.85.5) (from
`0.85.1`, in `dependencies`)
- Updated dependency
[`@graphql-mesh/[email protected]` ↗︎](https://www.npmjs.com/package/@graphql-mesh/json-schema/v/0.94.8)
(from `0.94.6`, in `dependencies`)
- Updated dependency
[`@graphql-mesh/[email protected]` ↗︎](https://www.npmjs.com/package/@graphql-mesh/transform-resolvers-composition/v/0.94.5)
(from `0.94.3`, in `dependencies`)

- [#163](https://github.com/gilgardosh/accounter-toolkit/pull/163)
[`b59d94f`](https://github.com/gilgardosh/accounter-toolkit/commit/b59d94fd07dc57063b0661d74da894954e0bc684)
Thanks [@gilgardosh](https://github.com/gilgardosh)! - dependencies updates:
- Updated dependency
[`@graphql-mesh/[email protected]` ↗︎](https://www.npmjs.com/package/@graphql-mesh/cli/v/0.86.0) (from
`0.85.5`, in `dependencies`)
- Updated dependency
[`@graphql-mesh/[email protected]` ↗︎](https://www.npmjs.com/package/@graphql-mesh/json-schema/v/0.95.0)
(from `0.94.8`, in `dependencies`)
- Updated dependency
[`@graphql-mesh/[email protected]` ↗︎](https://www.npmjs.com/package/@graphql-mesh/transform-resolvers-composition/v/0.95.0)
(from `0.94.5`, in `dependencies`)

## 0.1.1

### 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.1.1",
"version": "0.1.2",
"type": "module",
"description": "Graphql proxy for Payper API",
"repository": {
Expand Down