Skip to content

Commit

Permalink
feat: bump
Browse files Browse the repository at this point in the history
  • Loading branch information
chesterkmr committed Mar 19, 2024
1 parent e4ebb36 commit e489f01
Show file tree
Hide file tree
Showing 30 changed files with 214 additions and 137 deletions.
12 changes: 12 additions & 0 deletions .changeset/heavy-apes-double.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
'@ballerine/report-generation-example': minor
'@ballerine/react-pdf-toolkit': minor
'@ballerine/workflows-service': minor
'@ballerine/headless-example': minor
'@ballerine/backoffice-v2': minor
'@ballerine/common': minor
'@ballerine/kyb-app': minor
'@ballerine/ui': minor
---

Bump
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"changesets": [
"early-hairs-itch",
"five-wombats-thank",
"heavy-apes-double",
"kind-melons-hammer",
"loud-hornets-switch",
"rare-eels-tan",
Expand Down
15 changes: 15 additions & 0 deletions apps/backoffice-v2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @ballerine/backoffice-v2

## 0.7.0-11210907c.0

### Minor Changes

- Bump

### Patch Changes

- Updated dependencies
- @ballerine/common@0.9.0-11210907c.0
- @ballerine/ui@0.5.0-11210907c.0
- @ballerine/blocks@0.2.1-11210907c.0
- @ballerine/workflow-browser-sdk@0.6.1-11210907c.0
- @ballerine/workflow-node-sdk@0.6.1-11210907c.0

## 0.6.0

### Minor Changes
Expand Down
12 changes: 6 additions & 6 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.6.0",
"version": "0.7.0-11210907c.0",
"description": "Ballerine - Backoffice",
"homepage": "https://github.com/ballerine-io/ballerine",
"repository": {
Expand Down Expand Up @@ -50,11 +50,11 @@
"preview": "vite preview"
},
"dependencies": {
"@ballerine/blocks": "0.2.0",
"@ballerine/common": "0.8.0",
"@ballerine/ui": "^0.4.0",
"@ballerine/workflow-browser-sdk": "0.6.0",
"@ballerine/workflow-node-sdk": "0.6.0",
"@ballerine/blocks": "0.2.1-11210907c.0",
"@ballerine/common": "0.9.0-11210907c.0",
"@ballerine/ui": "^0.5.0-11210907c.0",
"@ballerine/workflow-browser-sdk": "0.6.1-11210907c.0",
"@ballerine/workflow-node-sdk": "0.6.1-11210907c.0",
"@fontsource/inter": "^4.5.15",
"@formkit/auto-animate": "1.0.0-beta.5",
"@hookform/resolvers": "^3.1.0",
Expand Down
14 changes: 14 additions & 0 deletions apps/kyb-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# kyb-app

## 0.3.0-11210907c.0

### Minor Changes

- Bump

### Patch Changes

- Updated dependencies
- @ballerine/common@0.9.0-11210907c.0
- @ballerine/ui@0.5.0-11210907c.0
- @ballerine/blocks@0.2.1-11210907c.0
- @ballerine/workflow-browser-sdk@0.6.1-11210907c.0

## 0.2.0

### Minor Changes
Expand Down
10 changes: 5 additions & 5 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.2.0",
"version": "0.3.0-11210907c.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -14,10 +14,10 @@
"test:dev": "vitest"
},
"dependencies": {
"@ballerine/blocks": "0.2.0",
"@ballerine/common": "^0.8.0",
"@ballerine/ui": "0.4.0",
"@ballerine/workflow-browser-sdk": "0.6.0",
"@ballerine/blocks": "0.2.1-11210907c.0",
"@ballerine/common": "^0.9.0-11210907c.0",
"@ballerine/ui": "0.5.0-11210907c.0",
"@ballerine/workflow-browser-sdk": "0.6.1-11210907c.0",
"@lukemorales/query-key-factory": "^1.0.3",
"@radix-ui/react-icons": "^1.3.0",
"@rjsf/core": "^5.9.0",
Expand Down
12 changes: 12 additions & 0 deletions examples/headless-example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @ballerine/headless-example

## 0.3.0-11210907c.0

### Minor Changes

- Bump

### Patch Changes

- Updated dependencies
- @ballerine/common@0.9.0-11210907c.0
- @ballerine/workflow-browser-sdk@0.6.1-11210907c.0

## 0.2.0

### Minor 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.2.0",
"version": "0.3.0-11210907c.0",
"type": "module",
"scripts": {
"spellcheck": "cspell \"*\"",
Expand Down Expand Up @@ -34,8 +34,8 @@
"vite": "^4.1.0"
},
"dependencies": {
"@ballerine/common": "0.8.0",
"@ballerine/workflow-browser-sdk": "0.6.0",
"@ballerine/common": "0.9.0-11210907c.0",
"@ballerine/workflow-browser-sdk": "0.6.1-11210907c.0",
"@felte/reporter-svelte": "^1.1.5",
"@felte/validator-zod": "^1.0.13",
"@fontsource/inter": "^4.5.15",
Expand Down
11 changes: 11 additions & 0 deletions examples/report-generation-example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @ballerine/report-generation-example

## 0.2.0-11210907c.0

### Minor Changes

- Bump

### Patch Changes

- Updated dependencies
- @ballerine/react-pdf-toolkit@1.2.0-11210907c.0

## 0.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/report-generation-example/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ballerine/report-generation-example",
"private": false,
"version": "0.1.0",
"version": "0.2.0-11210907c.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -10,7 +10,7 @@
"preview": "vite preview"
},
"dependencies": {
"@ballerine/react-pdf-toolkit": "^1.1.0",
"@ballerine/react-pdf-toolkit": "^1.2.0-11210907c.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/blocks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @ballerine/blocks

## 0.2.1-11210907c.0

### Patch Changes

- Updated dependencies
- @ballerine/common@0.9.0-11210907c.0

## 0.2.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions 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 <dev@ballerine.com>",
"version": "0.2.0",
"version": "0.2.1-11210907c.0",
"description": "blocks",
"module": "./dist/esm/index.js",
"main": "./dist/cjs/index.js",
Expand Down Expand Up @@ -90,6 +90,6 @@
"vitest": "^0.33.0"
},
"dependencies": {
"@ballerine/common": "^0.8.0"
"@ballerine/common": "^0.9.0-11210907c.0"
}
}
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.9.0-11210907c.0

### Minor Changes

- Bump

## 0.8.0

### Minor 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 <dev@ballerine.com>",
"version": "0.8.0",
"version": "0.9.0-11210907c.0",
"description": "common",
"module": "./dist/esm/index.js",
"main": "./dist/cjs/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/react-pdf-toolkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @ballerine/react-pdf-toolkit

## 1.2.0-11210907c.0

### Minor Changes

- Bump

### Patch Changes

- Updated dependencies
- @ballerine/ui@0.5.0-11210907c.0

## 1.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react-pdf-toolkit/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ballerine/react-pdf-toolkit",
"private": false,
"version": "1.1.0",
"version": "1.2.0-11210907c.0",
"types": "./dist/build.d.ts",
"main": "./dist/react-pdf-toolkit.js",
"module": "./dist/react-pdf-toolkit.mjs",
Expand All @@ -27,7 +27,7 @@
},
"dependencies": {
"@ballerine/config": "^1.1.0",
"@ballerine/ui": "0.4.0",
"@ballerine/ui": "0.5.0-11210907c.0",
"@react-pdf/renderer": "^3.1.14",
"@sinclair/typebox": "^0.31.7",
"ajv": "^8.12.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @ballerine/ui

## 0.5.0-11210907c.0

### Minor Changes

- Bump

### Patch Changes

- Updated dependencies
- @ballerine/common@0.9.0-11210907c.0

## 0.4.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.4.0",
"version": "0.5.0-11210907c.0",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -26,7 +26,7 @@
"test": "vitest run"
},
"dependencies": {
"@ballerine/common": "^0.8.0",
"@ballerine/common": "^0.9.0-11210907c.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/material": "^5.14.2",
Expand Down
7 changes: 7 additions & 0 deletions packages/workflow-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @ballerine/workflow-core

## 0.6.1-11210907c.0

### Patch Changes

- Updated dependencies
- @ballerine/common@0.9.0-11210907c.0

## 0.6.0

### Minor 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 <dev@ballerine.com>",
"version": "0.6.0",
"version": "0.6.1-11210907c.0",
"description": "workflow-core",
"module": "./dist/esm/index.js",
"main": "./dist/cjs/index.js",
Expand Down Expand Up @@ -31,7 +31,7 @@
"node": ">=12"
},
"dependencies": {
"@ballerine/common": "0.8.0",
"@ballerine/common": "0.9.0-11210907c.0",
"ajv": "^8.12.0",
"i18n-iso-countries": "^7.6.0",
"jmespath": "^0.16.0",
Expand Down
Loading

0 comments on commit e489f01

Please sign in to comment.