Skip to content

Commit

Permalink
Merge pull request #307 from team-monite/changeset-release/feat/DEV-1…
Browse files Browse the repository at this point in the history
…1776-sep5-demo-branch

chore: Version Packages (beta)
  • Loading branch information
saladNights authored Sep 10, 2024
2 parents c9595f6 + b782b58 commit b9d670a
Show file tree
Hide file tree
Showing 11 changed files with 66 additions and 5 deletions.
12 changes: 12 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@
"brown-bags-punch",
"brown-geckos-talk",
"chatty-llamas-juggle",
"chilled-cherries-kneel",
"chilled-dolls-pay",
"chilled-meals-think",
"chilly-pigs-allow",
"clever-bikes-clean",
"cool-cooks-repair",
"cuddly-pumpkins-train",
"dirty-peas-drop",
Expand All @@ -32,6 +34,7 @@
"dull-beers-shout",
"eleven-poems-occur",
"empty-hotels-mate",
"fair-doors-learn",
"fair-hounds-lie",
"forty-icons-bathe",
"fresh-dryers-share",
Expand All @@ -49,28 +52,37 @@
"late-pillows-fetch",
"lazy-cats-lie",
"lazy-donkeys-sell",
"light-kangaroos-look",
"loud-plums-move",
"lovely-spiders-raise",
"many-squids-drum",
"odd-games-draw",
"plenty-mails-smoke",
"plenty-mice-float",
"plenty-points-double",
"polite-hotels-breathe",
"polite-tomatoes-count",
"poor-dolphins-glow",
"popular-fireants-trade",
"purple-geckos-search",
"quick-eyes-obey",
"quick-moons-push",
"quiet-actors-promise",
"rare-carrots-clean",
"rich-ghosts-cross",
"rude-toys-tie",
"shaggy-brooms-run",
"sharp-kangaroos-battle",
"silver-ads-cover",
"silver-seahorses-wash",
"sixty-hats-deliver",
"slimy-dots-remember",
"slimy-taxis-agree",
"small-dryers-happen",
"small-oranges-cover",
"smart-readers-happen",
"smooth-carpets-perform",
"smooth-hornets-attack",
"spotty-hairs-juggle",
"stale-singers-destroy",
"strange-moons-drum",
Expand Down
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.16.0-beta.4

## 3.16.0-beta.3

## 3.16.0-beta.2
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.16.0-beta.3",
"version": "3.16.0-beta.4",
"apiVersion": "2023-09-01",
"publishConfig": {
"access": "public"
Expand Down
15 changes: 15 additions & 0 deletions packages/sdk-demo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @monite/sdk-drop-in

## 1.8.0-beta.4

### Minor Changes

- e9eeb68f: feat(DEV-12284): add Approval Policies builder component

### Patch Changes

- Updated dependencies [0a37dc68]
- Updated dependencies [6c3faf43]
- Updated dependencies [cddff2af]
- Updated dependencies [5d4c1274]
- @team-monite/sdk-themes@0.2.0-beta.2
- @monite/sdk-api@3.16.0-beta.4

## 1.8.0-beta.3

### 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.8.0-beta.3",
"version": "1.8.0-beta.4",
"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.6.0-beta.4

### Patch Changes

- @monite/sdk-api@3.16.0-beta.4

## 1.6.0-beta.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.6.0-beta.3",
"version": "1.6.0-beta.4",
"publishConfig": {
"access": "public"
},
Expand Down
17 changes: 17 additions & 0 deletions packages/sdk-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @monite/sdk-react

## 3.16.0-beta.4

### Minor Changes

- 017c0c20: feat(DEV-12417): cover no data grid logic for receivalbes and tags
- e9eeb68f: feat(DEV-12284): add Approval Policies builder component
- 0a37dc68: Add country and city name next to counterpart name in tables.
- 6c3faf43: Add coloured avatars for counterparts in tables, improve look of Counterparts table.
- 14106eed: feat(DEV-12440): AP cards statuses
- cddff2af: Fix table filters layout, fix 'Status' filter font size
- 6523f5b9: Table empty state (filters applied, not content to display)
- 5d4c1274: Add the capability to change invoice recipient and preview invoice email before sending.

### Patch Changes

- @monite/sdk-api@3.16.0-beta.4

## 3.16.0-beta.3

### 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.16.0-beta.3",
"version": "3.16.0-beta.4",
"apiVersion": "2024-05-25",
"publishConfig": {
"access": "public"
Expand Down
9 changes: 9 additions & 0 deletions packages/sdk-themes/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @team-monite/sdk-themes

## 0.2.0-beta.2

### Minor Changes

- 0a37dc68: Add country and city name next to counterpart name in tables.
- 6c3faf43: Add coloured avatars for counterparts in tables, improve look of Counterparts table.
- cddff2af: Fix table filters layout, fix 'Status' filter font size
- 5d4c1274: Add the capability to change invoice recipient and preview invoice email before sending.

## 0.2.0-beta.1

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-themes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@team-monite/sdk-themes",
"version": "0.2.0-beta.1",
"version": "0.2.0-beta.2",
"private": true,
"scripts": {
"dev": "yarn clean && tsc --watch",
Expand Down

0 comments on commit b9d670a

Please sign in to comment.