Skip to content

Commit

Permalink
Merge pull request #385 from team-monite/chore/merge-main-to-dev
Browse files Browse the repository at this point in the history
chore(proposal): merge main to dev
  • Loading branch information
saladNights authored Oct 23, 2024
2 parents 1a1576d + 53aa87f commit 1f28330
Show file tree
Hide file tree
Showing 11 changed files with 65 additions and 6 deletions.
11 changes: 10 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,17 @@
"@team-monite/sdk-themes": "0.2.0"
},
"changesets": [
"breezy-dodos-jog",
"dull-drinks-decide",
"modern-peas-scream",
"odd-starfishes-kneel",
"poor-dolphins-glow",
"pretty-parrots-fold",
"smart-kangaroos-admire"
"red-knives-attack",
"sharp-apes-shave",
"short-ties-approve",
"smart-kangaroos-admire",
"thick-fireants-wink",
"tough-panthers-play"
]
}
6 changes: 6 additions & 0 deletions packages/rollup-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @team-monite/rollup-config

## 1.2.0-beta.0

### Minor Changes

- c2874803: update swc plugins and libs to the compatible versions

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/rollup-config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@team-monite/rollup-config",
"packageManager": "[email protected]",
"version": "1.1.0",
"version": "1.2.0-beta.0",
"private": true,
"scripts": {
"build": "tsc",
Expand Down
6 changes: 6 additions & 0 deletions packages/sdk-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @monite/sdk-api

## 3.17.0-beta.1

### Minor Changes

- c2874803: update swc plugins and libs to the compatible versions

## 3.17.0-beta.0

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

## 1.9.0-beta.1

### Minor Changes

- c2874803: update swc plugins and libs to the compatible versions
- 1845626f: chore: combined both tables user roles and approvals & added extra fields and filters for approval policies

### Patch Changes

- Updated dependencies [c2874803]
- @monite/sdk-api@3.17.0-beta.1

## 1.8.1-beta.0

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

## 1.7.0-beta.1

### Minor Changes

- 61e288f6: update lingui swc plugin and nextjs versions
- c2874803: update swc plugins and libs to the compatible versions

### Patch Changes

- Updated dependencies [c2874803]
- @monite/sdk-api@3.17.0-beta.1

## 1.6.1-beta.0

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

## 3.17.0-beta.1

### Minor Changes

- 8a3195dd: feat(DEV-12896): apply validation form API to the payable form
- c2874803: update swc plugins and libs to the compatible versions
- 1845626f: chore: combined both tables user roles and approvals & added extra fields and filters for approval policies

### Patch Changes

- 1d2880a3: feat: extra validation for approval policy
- Updated dependencies [c2874803]
- @monite/sdk-api@3.17.0-beta.1

## 3.17.0-beta.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-beta.0",
"version": "3.17.0-beta.1",
"apiVersion": "2024-05-25",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 1f28330

Please sign in to comment.