Skip to content

Commit f721fe4

Browse files
author
Airborne Bot
committed
chore(version): v0.36.4 [skip ci]
1 parent 2842344 commit f721fe4

21 files changed

Lines changed: 53 additions & 26 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
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.36.4 - 1970-01-01
6+
### Package updates
7+
- airborne_react_native bumped to airborne_react_native-v0.3.9
8+
- airborne_sdk_ios bumped to airborne_sdk_ios-v0.5.3
9+
- airborne_server bumped to airborne_server-v0.19.1
10+
### Global changes
11+
12+
- - -
13+
514
## v0.36.3 - 1970-01-01
615
### Package updates
716
- airborne_react_native bumped to airborne_react_native-v0.3.8

Cargo.lock

Lines changed: 3 additions & 3 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.36.3"
8+
package.version = "0.36.4"
99

1010
members = [
1111
"airborne_server",

airborne-core-cli/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ function printColoredJSON(obj, indent = 2) {
116116
const program = new Command()
117117
.name("airborne-core-cli")
118118
.description("Command-line interface for Airborne OTA operations")
119-
.version("0.36.3");
119+
.version("0.36.4");
120120

121121
program
122122
.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.36.3",
3+
"version": "0.36.4",
44
"type": "module",
55
"bin": {
66
"airborne-core-cli": "bin.js"

airborne-react-native/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
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.9 - 2026-05-29
6+
#### Bug Fixes
7+
- add index_bundle_path delegate method - (2842344) - Yash Rajput
8+
9+
- - -
10+
511
## airborne_react_native-v0.3.8 - 2026-05-27
612
#### Bug Fixes
713
- do cleanup on nil version - (5a9b1b4) - Yash Rajput

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.36.3",
3+
"version": "0.36.4",
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.36.3",
3+
"version": "0.36.4",
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.36.3",
3+
"version": "0.36.4",
44
"description": "Airborne",
55
"main": "./lib/module/index.js",
66
"types": "./lib/typescript/src/index.d.ts",

0 commit comments

Comments
 (0)