Skip to content

Commit

Permalink
chore(mono): version bump (#1603)
Browse files Browse the repository at this point in the history
* chore(mono): version bump

* chore(mono): version bump
  • Loading branch information
alonp99 authored Nov 9, 2023
1 parent df5cf6e commit 1f049bf
Show file tree
Hide file tree
Showing 29 changed files with 300 additions and 93 deletions.
11 changes: 11 additions & 0 deletions apps/backoffice-v2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @ballerine/backoffice-v2

## 0.5.21

### Patch Changes

- version bump
- Updated dependencies
- @ballerine/common@0.7.21
- @ballerine/ui@0.3.12
- @ballerine/workflow-browser-sdk@0.5.19
- @ballerine/workflow-node-sdk@0.5.19

## 0.5.20

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions apps/backoffice-v2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ballerine/backoffice-v2",
"version": "0.5.20",
"version": "0.5.21",
"description": "Ballerine - Backoffice",
"homepage": "https://github.com/ballerine-io/ballerine",
"repository": {
Expand Down Expand Up @@ -50,10 +50,10 @@
"preview": "vite preview"
},
"dependencies": {
"@ballerine/common": "0.7.20",
"@ballerine/ui": "0.3.11",
"@ballerine/workflow-browser-sdk": "0.5.18",
"@ballerine/workflow-node-sdk": "0.5.18",
"@ballerine/common": "0.7.21",
"@ballerine/ui": "0.3.12",
"@ballerine/workflow-browser-sdk": "0.5.19",
"@ballerine/workflow-node-sdk": "0.5.19",
"@fontsource/inter": "^4.5.15",
"@formkit/auto-animate": "1.0.0-beta.5",
"@hookform/resolvers": "^3.1.0",
Expand Down
10 changes: 10 additions & 0 deletions apps/kyb-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# kyb-app

## 0.1.15

### Patch Changes

- version bump
- Updated dependencies
- @ballerine/blocks@0.1.19
- @ballerine/ui@0.3.12
- @ballerine/workflow-browser-sdk@0.5.19

## 0.1.14

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions apps/kyb-app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ballerine/kyb-app",
"private": true,
"version": "0.1.14",
"version": "0.1.15",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -11,9 +11,9 @@
"test": "vitest run"
},
"dependencies": {
"@ballerine/blocks": "0.1.18",
"@ballerine/ui": "0.3.11",
"@ballerine/workflow-browser-sdk": "0.5.18",
"@ballerine/blocks": "0.1.19",
"@ballerine/ui": "0.3.12",
"@ballerine/workflow-browser-sdk": "0.5.19",
"@lukemorales/query-key-factory": "^1.0.3",
"@radix-ui/react-icons": "^1.3.0",
"@rjsf/core": "^5.9.0",
Expand Down
6 changes: 6 additions & 0 deletions apps/workflows-dashboard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ballerine/workflows-dashboard

## 0.1.8

### Patch Changes

- version bump

## 0.1.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/workflows-dashboard/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ballerine/workflows-dashboard",
"private": false,
"version": "0.1.7",
"version": "0.1.8",
"type": "module",
"scripts": {
"spellcheck": "cspell \"*\"",
Expand Down
9 changes: 9 additions & 0 deletions examples/headless-example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @ballerine/headless-example

## 0.1.19

### Patch Changes

- version bump
- Updated dependencies
- @ballerine/common@0.7.21
- @ballerine/workflow-browser-sdk@0.5.19

## 0.1.18

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions examples/headless-example/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ballerine/headless-example",
"private": true,
"version": "0.1.18",
"version": "0.1.19",
"type": "module",
"scripts": {
"spellcheck": "cspell \"*\"",
Expand Down Expand Up @@ -34,8 +34,8 @@
"vite": "^4.1.0"
},
"dependencies": {
"@ballerine/common": "0.7.20",
"@ballerine/workflow-browser-sdk": "0.5.18",
"@ballerine/common": "0.7.21",
"@ballerine/workflow-browser-sdk": "0.5.19",
"@felte/reporter-svelte": "^1.1.5",
"@felte/validator-zod": "^1.0.13",
"@fontsource/inter": "^4.5.15",
Expand Down
8 changes: 8 additions & 0 deletions packages/blocks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @ballerine/blocks

## 0.1.19

### Patch Changes

- version bump
- Updated dependencies
- @ballerine/common@0.7.21

## 0.1.18

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/blocks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": false,
"name": "@ballerine/blocks",
"author": "Ballerine <[email protected]>",
"version": "0.1.18",
"version": "0.1.19",
"description": "blocks",
"module": "./dist/esm/index.js",
"main": "./dist/cjs/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ballerine/common

## 0.7.21

### Patch Changes

- version bump

## 0.7.20

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": false,
"name": "@ballerine/common",
"author": "Ballerine <[email protected]>",
"version": "0.7.20",
"version": "0.7.21",
"description": "common",
"module": "./dist/esm/index.js",
"main": "./dist/cjs/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/rules-engine/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ballerine/rules-engine-lib

## 0.4.20

### Patch Changes

- version bump

## 0.4.19

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/rules-engine/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ballerine/rules-engine-lib",
"author": "Ballerine <[email protected]>",
"version": "0.4.19",
"version": "0.4.20",
"description": "rules-engine-lib",
"module": "./dist/esm/index.js",
"main": "./dist/cjs/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ballerine/ui

## 0.3.12

### Patch Changes

- version bump

## 0.3.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ballerine/ui",
"private": false,
"version": "0.3.11",
"version": "0.3.12",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/workflow-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @ballerine/workflow-core

## 0.5.19

### Patch Changes

- version bump
- Updated dependencies
- @ballerine/common@0.7.21

## 0.5.18

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/workflow-core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ballerine/workflow-core",
"author": "Ballerine <[email protected]>",
"version": "0.5.18",
"version": "0.5.19",
"description": "workflow-core",
"module": "./dist/esm/index.js",
"main": "./dist/cjs/index.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
"node": ">=12"
},
"dependencies": {
"@ballerine/common": "0.7.20",
"@ballerine/common": "0.7.21",
"ajv": "^8.12.0",
"jmespath": "^0.16.0",
"json-logic-js": "^2.0.2",
Expand Down
Loading

0 comments on commit 1f049bf

Please sign in to comment.