Skip to content

Commit

Permalink
Merge pull request #283 from team-monite/changeset-release/main
Browse files Browse the repository at this point in the history
chore: Version Packages (beta)
  • Loading branch information
saladNights authored Aug 27, 2024
2 parents 09d4a20 + 1a2e4dd commit 4c3362f
Show file tree
Hide file tree
Showing 11 changed files with 56 additions and 5 deletions.
10 changes: 10 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,28 @@
},
"changesets": [
"afraid-months-tan",
"afraid-ties-suffer",
"brave-emus-pump",
"breezy-bugs-begin",
"breezy-carpets-crash",
"brown-bags-punch",
"brown-geckos-talk",
"chatty-llamas-juggle",
"chilled-dolls-pay",
"chilled-meals-think",
"chilly-pigs-allow",
"cool-cooks-repair",
"cuddly-pumpkins-train",
"dirty-peas-drop",
"dry-bananas-deliver",
"dry-comics-happen",
"dull-beers-shout",
"eleven-poems-occur",
"empty-hotels-mate",
"fair-hounds-lie",
"forty-icons-bathe",
"fresh-dryers-share",
"funny-apples-tell",
"gold-melons-cheer",
"good-keys-occur",
"gorgeous-flies-flow",
Expand All @@ -52,28 +57,33 @@
"plenty-points-double",
"polite-tomatoes-count",
"popular-fireants-trade",
"purple-geckos-search",
"quick-eyes-obey",
"quick-moons-push",
"rare-carrots-clean",
"rude-toys-tie",
"shaggy-brooms-run",
"sharp-kangaroos-battle",
"silver-ads-cover",
"sixty-hats-deliver",
"slimy-dots-remember",
"slimy-taxis-agree",
"small-dryers-happen",
"small-oranges-cover",
"smooth-carpets-perform",
"spotty-hairs-juggle",
"stale-singers-destroy",
"strange-moons-drum",
"stupid-yaks-care",
"tall-zebras-float",
"tender-oranges-mix",
"three-planets-unite",
"violet-comics-worry",
"warm-pets-applaud",
"warm-planes-cross",
"weak-planets-notice",
"wet-dryers-rush",
"wild-gorillas-itch",
"young-worms-report"
]
}
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.3

## 3.16.0-beta.2

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

## 1.8.0-beta.3

### Patch Changes

- Updated dependencies [4605fe5e]
- @team-monite/sdk-themes@0.2.0-beta.1
- @monite/sdk-api@3.16.0-beta.3

## 1.8.0-beta.2

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

### Patch Changes

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

## 1.6.0-beta.2

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

## 3.16.0-beta.3

### Minor Changes

- 04524bf6: feat(DEV-12368): Implement toggle to turn reminders on/off on counterpart level
- 01e91e0d: feat(DEV-12181): configure custom fields that need to be mandatory after OCR for user to check
- c8450cc8: feat(DEV-12180): mark overdue date for payables
- 70ffd3bb: Change date format from '08/20/2024' to US format 'Aug 21, 2024'

### Patch Changes

- c962003e: chore(DEV-11417): unify custom status chip interfaces

Removed forced small size for status chips, allowing backward compatibility.

- 8302fb12: fix chips by forwarding custom prop status
- 3519c12f: feat(DEV-11417): display recurring icon in the Invoices Table
- @monite/sdk-api@3.16.0-beta.3

## 3.16.0-beta.2

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

## 0.2.0-beta.1

### Minor Changes

- 4605fe5e: Hide focused cell indicator on click - only the whole row should be selected

## 0.2.0-beta.0

### 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.0",
"version": "0.2.0-beta.1",
"private": true,
"scripts": {
"dev": "yarn clean && tsc --watch",
Expand Down

0 comments on commit 4c3362f

Please sign in to comment.