Skip to content

Commit 1644fd6

Browse files
author
Airborne Bot
committed
chore(version): v0.23.1 [skip ci]
1 parent 0ca6b30 commit 1644fd6

19 files changed

Lines changed: 86 additions & 25 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
33

44
- - -
5+
## v0.23.1 - 1970-01-01
6+
### Package updates
7+
- airborne_react_native bumped to airborne_react_native-v0.3.1
8+
### Global changes
9+
10+
- - -
11+
512
## v0.23.0 - 1970-01-01
613
### Package updates
714
- airborne_cli bumped to airborne_cli-v0.2.0

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ package.homepage = "https://juspay.io/open-source/airborne"
55
package.repository = "https://github.com/juspay/airborne"
66
package.readme = "README.md"
77
package.authors = ["airborne@juspay.in"]
8-
package.version = "0.23.0"
8+
package.version = "0.23.1"
99

1010
members = ["airborne_server", "airborne_analytics_server"]
1111

airborne-core-cli/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ function printColoredJSON(obj, indent = 2) {
117117
const program = new Command()
118118
.name("airborne-core-cli")
119119
.description("Command-line interface for Airborne OTA operations")
120-
.version("0.23.0");
120+
.version("0.23.1");
121121

122122
program
123123
.command("CreateApplication")

airborne-core-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "airborne-core-cli",
3-
"version": "0.23.0",
3+
"version": "0.23.1",
44
"type": "module",
55
"bin": {
66
"airborne-core-cli": "bin.js"

airborne-react-native/CHANGELOG.md

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,60 @@
22
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
33

44
- - -
5+
## airborne_react_native-v0.3.1 - 2026-02-10
6+
#### Bug Fixes
7+
- update airborne sdk dependency version - (0ca6b30) - Yash Rajput
8+
9+
- - -
10+
11+
## v0.23.0 - 2026-02-10
12+
#### Miscellaneous Chores
13+
- **(version)** v0.23.0 [skip ci] - (0d2fcd5) - Airborne Bot
14+
15+
- - -
16+
17+
## v0.22.2 - 2026-02-10
18+
#### Miscellaneous Chores
19+
- **(version)** v0.22.2 [skip ci] - (8a99832) - Airborne Bot
20+
21+
- - -
22+
23+
## v0.22.1 - 2026-02-10
24+
#### Miscellaneous Chores
25+
- **(version)** v0.22.1 [skip ci] - (ad0c79b) - Airborne Bot
26+
27+
- - -
28+
29+
## v0.22.0 - 2026-02-10
30+
#### Miscellaneous Chores
31+
- **(version)** v0.22.0 [skip ci] - (2caa013) - Airborne Bot
32+
33+
- - -
34+
35+
## v0.21.0 - 2026-02-10
36+
#### Miscellaneous Chores
37+
- **(version)** v0.21.0 [skip ci] - (62d2ed4) - Airborne Bot
38+
39+
- - -
40+
41+
## v0.20.1 - 2026-02-10
42+
#### Miscellaneous Chores
43+
- **(version)** v0.20.1 [skip ci] - (4c34176) - Airborne Bot
44+
45+
- - -
46+
47+
## v0.20.0 - 2026-02-10
48+
#### Miscellaneous Chores
49+
- **(version)** v0.20.0 [skip ci] - (ea2c83e) - Airborne Bot
50+
51+
- - -
52+
53+
## v0.19.1 - 2026-02-10
54+
#### Miscellaneous Chores
55+
- **(version)** v0.19.1 [skip ci] - (39ef9bf) - Airborne Bot
56+
57+
- - -
58+
559
## airborne_react_native-v0.3.0 - 2026-01-06
660
#### Features
761
- Added SSLSocketFactory customization - (3120f69) - Yaswanth

airborne-react-native/ExampleOldArch/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

airborne-react-native/ExampleOldArch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ExampleOldArch",
3-
"version": "0.23.0",
3+
"version": "0.23.1",
44
"private": true,
55
"scripts": {
66
"android": "react-native run-android",

airborne-react-native/example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "airborne-react-native-example",
3-
"version": "0.23.0",
3+
"version": "0.23.1",
44
"private": true,
55
"repository": {
66
"type": "git",

airborne-react-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "airborne-react-native",
3-
"version": "0.23.0",
3+
"version": "0.23.1",
44
"description": "Airborne",
55
"main": "./lib/module/index.js",
66
"types": "./lib/typescript/src/index.d.ts",

0 commit comments

Comments
 (0)