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

fix(proposal): Version Packages #548

Merged
merged 1 commit into from
Jan 24, 2025
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
5 changes: 0 additions & 5 deletions .changeset/beige-birds-type.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chilled-schools-admire.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eighty-pandas-buy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/flat-walls-reflect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/forty-onions-join.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/healthy-roses-travel.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/hungry-snakes-provide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/kind-impalas-give.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lucky-pumas-punch.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/nice-melons-add.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/shy-otters-perform.md

This file was deleted.

2 changes: 2 additions & 0 deletions packages/sdk-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @monite/sdk-api

## 3.20.0

## 3.19.1

## 3.19.0
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@monite/sdk-api",
"version": "3.19.1",
"version": "3.20.0",
"apiVersion": "2023-09-01",
"publishConfig": {
"access": "public"
Expand Down
11 changes: 11 additions & 0 deletions packages/sdk-demo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @monite/sdk-drop-in

## 1.11.0

### Minor Changes

- 66e853a: feat(DEV-13399): add integrations page and finance application card
- 66e853a: feat(DEV-13399): add integrations page and finance application card

### Patch Changes

- @monite/[email protected]

## 1.10.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@team-monite/sdk-demo",
"version": "1.10.1",
"version": "1.11.0",
"private": true,
"type": "module",
"exports": {
Expand Down
10 changes: 10 additions & 0 deletions packages/sdk-drop-in/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @monite/sdk-drop-in

## 1.8.0

### Minor Changes

- 10974e1: Bump packages for release

### Patch Changes

- @monite/[email protected]

## 1.7.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-drop-in/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@monite/sdk-drop-in",
"version": "1.7.3",
"version": "1.8.0",
"publishConfig": {
"access": "public"
},
Expand Down
20 changes: 20 additions & 0 deletions packages/sdk-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @monite/sdk-react

## 3.20.0

### Minor Changes

- e942b9c: feat(DEV-13306): add financing tab
- d452d77: feat(DEV-12235): Payment terms create/update/delete
- f57ac16: feat(DEV-13301): finance an invoice
- b787793: feat(DEV-13389): Default bank account is selected during counterpart and currency selection
- 5828ac1: feat(DEV-13304): implement finance banner
- 3a53ec0: feat(DEV-13398): expose finance components
- 66e853a: feat(DEV-13399): add integrations page and finance application card
- 069181e: feat(DEV-13346): show confirmation modal for bill cancelation
- 10974e1: Bump packages for release
- 66e853a: feat(DEV-13399): add integrations page and finance application card

### Patch Changes

- 88691dd: feat(DEV-13428): add wrapper for finance faq
- @monite/[email protected]

## 3.19.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@monite/sdk-react",
"version": "3.19.1",
"version": "3.20.0",
"apiVersion": "2024-05-25",
"publishConfig": {
"access": "public"
Expand Down
Loading