Skip to content

Commit 494c771

Browse files
author
Airborne Bot
committed
chore(version): v0.1.0 [skip ci]
1 parent 13316ff commit 494c771

File tree

18 files changed

+23043
-22147
lines changed

18 files changed

+23043
-22147
lines changed

CHANGELOG.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
3+
4+
- - -
5+
## v0.1.0 - 2025-09-24
6+
### Package updates
7+
- airborne_react_plugin bumped to airborne_react_plugin-v0.1.0
8+
- airborne_dashboard bumped to airborne_dashboard-v0.1.0
9+
- airborne_cli bumped to airborne_cli-v0.0.1
10+
### Global changes
11+
#### Bug Fixes
12+
- Server lint issues - (7e69f84) - ayush.jain@juspay.in
13+
- Analytics server lint issues - (1a84c2e) - ayush.jain@juspay.in
14+
- Makefile - analytics server related changes - (d511312) - ayush.jain@juspay.in
15+
- Build issues - (3f627c2) - ayush.jain@juspay.in
16+
- landing page changes and workers - (6a0927d) - yuvrajjsingh0
17+
- skip-ci issue in release - (05d5354) - ayush.jain@juspay.in
18+
- path in cog pre_pump_hook - (36a7767) - ayush.jain@juspay.in
19+
- version output from release step - (13316ff) - ayush.jain@juspay.in
20+
#### Build system
21+
- Added github private key - (8d74937) - george.james
22+
- Switch to ssh url and back - (76a0c20) - george.james
23+
#### Features
24+
- Better local setup - (465ea3c) - ayush.jain@juspay.in
25+
- Common setup for rust folders - (228a269) - ayush.jain@juspay.in
26+
- new architectecture for files, packages and releases - (faf59a3) - yuvrajjsingh0
27+
- new architecture for views and analytics - (e72fc77) - yash.rajput.001
28+
- introduce unified versioning - (b1d910e) - ayush.jain@juspay.in
29+
#### Miscellaneous Chores
30+
- Use 2018 edition submodule - (3dc3d12) - ayush.jain@juspay.in
31+
- fix rebase misses - (ea91dd3) - ayush.jain@juspay.in
32+
#### Refactoring
33+
- Rename analytics-server to airborne_analytics_server - (1bcca04) - ayush.jain@juspay.in
34+
- Move server/dashboard_nextjs to airborne_dashboard - (68b6d6f) - ayush.jain@juspay.in
35+
- Rename server to airborne_server - (3ff65b6) - ayush.jain@juspay.in
36+
- Rename react-plugin to airborne-react-plugin - (09d023d) - ayush.jain@juspay.in
37+
- Rename iOS to airborne_sdk_iOS - (e224d96) - ayush.jain@juspay.in
38+
- Rename android to airborne_sdk_android - (bd26a28) - ayush.jain@juspay.in
39+
40+
- - -
41+
42+
Changelog generated by [cocogitto](https://github.com/cocogitto/cocogitto).

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.0.1"
8+
package.version = "0.1.0"
99

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

airborne-react-plugin/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
3+
4+
- - -
5+
## airborne_react_plugin-v0.1.0 - 2025-09-24
6+
#### Features
7+
- introduce unified versioning - (b1d910e) - ayush.jain@juspay.in
8+
#### Refactoring
9+
- Rename react-plugin to airborne-react-plugin - (09d023d) - ayush.jain@juspay.in
10+
11+
- - -
12+
13+
Changelog generated by [cocogitto](https://github.com/cocogitto/cocogitto).

airborne-react-plugin/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-plugin/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.0.1",
3+
"version": "0.1.0",
44
"private": true,
55
"scripts": {
66
"android": "react-native run-android",

airborne-react-plugin/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.0.1",
3+
"version": "0.1.0",
44
"private": true,
55
"scripts": {
66
"android": "react-native run-android",

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

airborne_cli/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
3+
4+
- - -
5+
## airborne_cli-v0.0.1 - 2025-09-24
6+
#### Bug Fixes
7+
- Reading release config from namespace folder/bundle ad fetching indexpath from release config - (75df672) - Yaswanth
8+
- release_config in namespace.bundle in ios - (31a2dfd) - Yaswanth
9+
- release config in namespace folder - (8d28490) - Yaswanth
10+
#### Documentation
11+
- Added docs for cli + release-it - (8c63c20) - Yaswanth
12+
13+
- - -
14+
15+
Changelog generated by [cocogitto](https://github.com/cocogitto/cocogitto).

0 commit comments

Comments
 (0)