Skip to content

Commit

Permalink
RELEASING: Releasing 4 package(s)
Browse files Browse the repository at this point in the history
Releases:
  @monite/[email protected]
  @team-monite/[email protected]
  @monite/[email protected]
  @monite/[email protected]
  • Loading branch information
github-actions[bot] committed Nov 12, 2024
1 parent d73edbf commit 0916edb
Show file tree
Hide file tree
Showing 15 changed files with 51 additions and 65 deletions.
5 changes: 0 additions & 5 deletions .changeset/beige-steaks-deliver.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/hot-games-cheer.md

This file was deleted.

23 changes: 0 additions & 23 deletions .changeset/odd-horses-rest.md

This file was deleted.

16 changes: 0 additions & 16 deletions .changeset/pre.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-parents-admire.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/three-planets-drum.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-keys-smoke.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.18.0

## 3.17.0

### Minor Changes
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.17.0",
"version": "3.18.0",
"apiVersion": "2023-09-01",
"publishConfig": {
"access": "public"
Expand Down
6 changes: 6 additions & 0 deletions packages/sdk-demo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @monite/sdk-drop-in

## 1.9.1

### Patch Changes

- @monite/sdk-api@3.18.0

## 1.9.0

### Minor 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.9.0",
"version": "1.9.1",
"private": true,
"type": "module",
"exports": {
Expand Down
6 changes: 6 additions & 0 deletions packages/sdk-drop-in/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @monite/sdk-drop-in

## 1.7.1

### Patch Changes

- @monite/sdk-api@3.18.0

## 1.7.0

### Minor 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.0",
"version": "1.7.1",
"publishConfig": {
"access": "public"
},
Expand Down
33 changes: 33 additions & 0 deletions packages/sdk-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,38 @@
# @monite/sdk-react

## 3.18.0

### Minor Changes

- cb1a0cc6: introduce Custom Tabs for `<ReceivablesTable/>`

### Description

Implemented the ability to configure custom tabs for Receivables using MUI. Users can now select the specific tabs they
need, while backward compatibility is maintained. By default, the standard tabs Invoices, Quotes, and Credit Notes are
displayed.

### Breaking Changes

The `<ReceivablesTable/>` component interface has changed. Instead of using `ReceivablesTableTabEnum` for the active
tab, you now need to pass a `number` representing the tab index. Additionally, the default tab indices have been
updated:

- **Invoices**: 0 (previously 1)
- **Quotes**: 1 (previously 0)
- **Credit Notes**: 2 (unchanged)

Please update any existing integrations to reflect these changes.

- 315cde5a: feat: introduce icon wrapper component for all close icons to be cusotmisable from theme props
- 7232f7de: feat: add integration of payment flow with iframe modal

### Patch Changes

- e288b141: feat(DEV-13151): expand tax value check for non-vat supported countries
- 6233bff3: hide email section for upload bill dropdown
- @monite/sdk-api@3.18.0

## 3.17.0

### Minor 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.17.0",
"version": "3.18.0",
"apiVersion": "2024-05-25",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 0916edb

Please sign in to comment.