Skip to content

Commit 3ef41d7

Browse files
author
Chirag Sharma IAMOPS
committed
chore(release): publish
- project: @ballerine/eslint-config-react 2.0.14 - project: @ballerine/react-pdf-toolkit 1.2.25 - project: @ballerine/eslint-config 1.1.14 - project: @ballerine/workflow-core 0.6.40 - project: @ballerine/rules-engine-lib 0.5.14 - project: @ballerine/blocks 0.2.15 - project: @ballerine/common 0.9.29 - project: @ballerine/config 1.1.14 - project: @ballerine/ui 0.5.25 - project: @ballerine/workflow-browser-sdk 0.6.40 - project: @ballerine/workflow-node-sdk 0.6.40 - project: @ballerine/web-ui-sdk 1.5.30 - project: @ballerine/websocket-service 0.1.14 - project: @ballerine/workflows-service 0.7.39
1 parent 7cff544 commit 3ef41d7

File tree

29 files changed

+312
-959
lines changed

29 files changed

+312
-959
lines changed

packages/blocks/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## 0.2.15 (2024-09-05)
2+
3+
### 🚀 Features
4+
5+
- adding new action for nx release ([903b7b21](https://github.com/codechirag123/ballerine/commit/903b7b21))
6+
7+
### 🧱 Updated Dependencies
8+
9+
- Updated @ballerine/eslint-config to 1.1.14
10+
- Updated @ballerine/common to 0.9.29
11+
- Updated @ballerine/config to 1.1.14
12+
13+
### ❤️ Thank You
14+
15+
- Chirag Sharma IAMOPS
16+
117
## 0.2.15-beta.5 (2024-09-05)
218

319
### 🩹 Fixes

packages/blocks/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"private": false,
33
"name": "@ballerine/blocks",
44
"author": "Ballerine <dev@ballerine.com>",
5-
"version": "0.2.15-beta.5",
5+
"version": "0.2.15",
66
"description": "blocks",
77
"module": "./dist/esm/index.js",
88
"main": "./dist/cjs/index.js",
@@ -42,8 +42,8 @@
4242
"@babel/preset-env": "7.16.11",
4343
"@babel/preset-react": "^7.22.5",
4444
"@babel/preset-typescript": "7.16.7",
45-
"@ballerine/eslint-config": "^1.1.14-beta.5",
46-
"@ballerine/config": "^1.1.14-beta.5",
45+
"@ballerine/eslint-config": "^1.1.14",
46+
"@ballerine/config": "^1.1.14",
4747
"@rollup/plugin-babel": "5.3.1",
4848
"@rollup/plugin-commonjs": "^24.0.1",
4949
"@rollup/plugin-node-resolve": "13.2.1",
@@ -90,6 +90,6 @@
9090
"vitest": "^0.33.0"
9191
},
9292
"dependencies": {
93-
"@ballerine/common": "^0.9.29-beta.5"
93+
"@ballerine/common": "^0.9.29"
9494
}
9595
}

packages/common/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 0.9.29 (2024-09-05)
2+
3+
### 🚀 Features
4+
5+
- adding new action for nx release ([903b7b21](https://github.com/codechirag123/ballerine/commit/903b7b21))
6+
7+
### 🧱 Updated Dependencies
8+
9+
- Updated @ballerine/eslint-config to 1.1.14
10+
- Updated @ballerine/config to 1.1.14
11+
12+
### ❤️ Thank You
13+
14+
- Chirag Sharma IAMOPS
15+
116
## 0.9.29-beta.5 (2024-09-05)
217

318
### 🩹 Fixes

packages/common/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"private": false,
33
"name": "@ballerine/common",
44
"author": "Ballerine <dev@ballerine.com>",
5-
"version": "0.9.29-beta.5",
5+
"version": "0.9.29",
66
"description": "common",
77
"module": "./dist/esm/index.js",
88
"main": "./dist/cjs/index.js",
@@ -38,8 +38,8 @@
3838
"@babel/core": "7.17.9",
3939
"@babel/preset-env": "7.16.11",
4040
"@babel/preset-typescript": "7.16.7",
41-
"@ballerine/config": "^1.1.14-beta.5",
42-
"@ballerine/eslint-config": "^1.1.14-beta.5",
41+
"@ballerine/config": "^1.1.14",
42+
"@ballerine/eslint-config": "^1.1.14",
4343
"@cspell/cspell-types": "^6.31.1",
4444
"@rollup/plugin-babel": "5.3.1",
4545
"@rollup/plugin-commonjs": "^24.0.1",

packages/config/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 1.1.14 (2024-09-05)
2+
3+
4+
### 🚀 Features
5+
6+
- adding new action for nx release ([903b7b21](https://github.com/codechirag123/ballerine/commit/903b7b21))
7+
8+
9+
### ❤️ Thank You
10+
11+
- Chirag Sharma IAMOPS
12+
113
## 1.1.14-beta.5 (2024-09-05)
214

315

packages/config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": false,
33
"name": "@ballerine/config",
4-
"version": "1.1.14-beta.5",
4+
"version": "1.1.14",
55
"description": "",
66
"main": "index.js",
77
"scripts": {},

packages/eslint-config-react/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 2.0.14 (2024-09-05)
2+
3+
4+
### 🚀 Features
5+
6+
- adding new action for nx release ([903b7b21](https://github.com/codechirag123/ballerine/commit/903b7b21))
7+
8+
9+
### ❤️ Thank You
10+
11+
- Chirag Sharma IAMOPS
12+
113
## 2.0.14-beta.5 (2024-09-05)
214

315

packages/eslint-config-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": false,
33
"name": "@ballerine/eslint-config-react",
4-
"version": "2.0.14-beta.5",
4+
"version": "2.0.14",
55
"description": "",
66
"main": "index.js",
77
"scripts": {},

packages/eslint-config/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 1.1.14 (2024-09-05)
2+
3+
4+
### 🚀 Features
5+
6+
- adding new action for nx release ([903b7b21](https://github.com/codechirag123/ballerine/commit/903b7b21))
7+
8+
9+
### ❤️ Thank You
10+
11+
- Chirag Sharma IAMOPS
12+
113
## 1.1.14-beta.5 (2024-09-05)
214

315

packages/eslint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": false,
33
"name": "@ballerine/eslint-config",
4-
"version": "1.1.14-beta.5",
4+
"version": "1.1.14",
55
"description": "",
66
"main": "index.js",
77
"scripts": {},

0 commit comments

Comments
 (0)