Skip to content

Commit 6291cd6

Browse files
committed
chore: bump app version to 0.99.0
1 parent 23eeb0b commit 6291cd6

File tree

5 files changed

+132
-143
lines changed

5 files changed

+132
-143
lines changed

CHANGELOG.md

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,37 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.99.0] - 2024-11-15
11+
12+
### Changed
13+
14+
1. Bumps follow-redirects from 1.14.1 to 1.15.9 [#3295](https://github.com/numbersprotocol/capture-lite/pull/3295)
15+
1. Bumps braces from 3.0.2 to 3.0.3 [#3288](https://github.com/numbersprotocol/capture-lite/pull/3288)
16+
1. Bumps ejs from 3.1.8 to 3.1.10 [#3293](https://github.com/numbersprotocol/capture-lite/pull/3293)
17+
1. Bumps socket.io from 4.5.4 to 4.8.1 [#3292](https://github.com/numbersprotocol/capture-lite/pull/3292)
18+
1. Bumps json5 from 1.0.1 to 1.0.2 [#2453](https://github.com/numbersprotocol/capture-lite/pull/2453)
19+
1. Bumps decode-uri-component from 0.2.0 to 0.2.2 [#2374](https://github.com/numbersprotocol/capture-lite/pull/2374)
20+
1. Bumps loader-utils from 2.0.0 to 2.0.4 [#2318](https://github.com/numbersprotocol/capture-lite/pull/2318)
21+
1. Bumps body-parser and express. These dependencies needed to be updated together [#3261](https://github.com/numbersprotocol/capture-lite/pull/3261)
22+
1. Bumps secp256k1 from 4.0.2 to 4.0.4 [#3262](https://github.com/numbersprotocol/capture-lite/pull/3262)
23+
1. Bumps http-cache-semantics from 4.1.0 to 4.1.1 [#2558](https://github.com/numbersprotocol/capture-lite/pull/2558)
24+
1. Bumps cookiejar from 2.1.2 to 2.1.4 [#2513](https://github.com/numbersprotocol/capture-lite/pull/2513)
25+
1. Bumps karma from 6.3.4 to 6.3.16 [#1346](https://github.com/numbersprotocol/capture-lite/pull/1346)
26+
27+
### Fixed
28+
29+
1. Fix the default value for network action by removing the extra space, and ensure the default_values_list_text field is handled if it's missing in the response [#3291](https://github.com/numbersprotocol/capture-lite/pull/3291)
30+
1. Fix the issue where the button color doesn't change on the network action detail page when it is disabled [#3291](https://github.com/numbersprotocol/capture-lite/pull/3291)
31+
1. Fix npm WARN EBADENGINE and npm WARN deprecated warnings [#3287](https://github.com/numbersprotocol/capture-lite/pull/3287)
32+
33+
### Removed
34+
35+
1. Remove the unused ActionsDialogComponent [#3291](https://github.com/numbersprotocol/capture-lite/pull/3291)
36+
37+
### Chore
38+
39+
1. Fix issue preventing Dependabot checks from completing [#3280](https://github.com/numbersprotocol/capture-lite/pull/3280)
40+
1041
## [0.98.0] - 2024-10-29
1142

1243
### Added
@@ -2371,7 +2402,8 @@ This is the first release! _Capture Lite_ is a cross-platform app adapted from [
23712402
- Web - see the demo [here](https://github.com/numbersprotocol/capture-lite#demo-app)
23722403
- Android - the APK file `app-debug.apk` is attached to this release
23732404

2374-
[unreleased]: https://github.com/numbersprotocol/capture-lite/compare/0.98.0...HEAD
2405+
[unreleased]: https://github.com/numbersprotocol/capture-lite/compare/0.99.0...HEAD
2406+
[0.99.0]: https://github.com/numbersprotocol/capture-lite/compare/0.98.0...0.99.0
23752407
[0.98.0]: https://github.com/numbersprotocol/capture-lite/compare/0.97.1...0.98.0
23762408
[0.97.1]: https://github.com/numbersprotocol/capture-lite/compare/0.97.0...0.97.1
23772409
[0.97.0]: https://github.com/numbersprotocol/capture-lite/compare/0.96.0...0.97.0

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
applicationId "io.numbersprotocol.capturelite"
88
minSdkVersion rootProject.ext.minSdkVersion
99
targetSdkVersion rootProject.ext.targetSdkVersion
10-
versionCode 980
11-
versionName "0.98.0"
10+
versionCode 990
11+
versionName "0.99.0"
1212
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1313
}
1414
buildFeatures {

ios/App/App.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -372,13 +372,13 @@
372372
CODE_SIGN_ENTITLEMENTS = App/App.entitlements;
373373
CODE_SIGN_IDENTITY = "iPhone Distribution";
374374
CODE_SIGN_STYLE = Manual;
375-
CURRENT_PROJECT_VERSION = 980;
375+
CURRENT_PROJECT_VERSION = 990;
376376
DEVELOPMENT_TEAM = G7NB5YCKAP;
377377
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = G7NB5YCKAP;
378378
INFOPLIST_FILE = App/Info.plist;
379379
IPHONEOS_DEPLOYMENT_TARGET = 15.6;
380380
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
381-
MARKETING_VERSION = 0.98.0;
381+
MARKETING_VERSION = 0.99.0;
382382
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
383383
PRODUCT_BUNDLE_IDENTIFIER = io.numbersprotocol.capturelite;
384384
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -399,13 +399,13 @@
399399
CODE_SIGN_ENTITLEMENTS = App/App.entitlements;
400400
CODE_SIGN_IDENTITY = "iPhone Distribution";
401401
CODE_SIGN_STYLE = Manual;
402-
CURRENT_PROJECT_VERSION = 980;
402+
CURRENT_PROJECT_VERSION = 990;
403403
DEVELOPMENT_TEAM = G7NB5YCKAP;
404404
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = G7NB5YCKAP;
405405
INFOPLIST_FILE = App/Info.plist;
406406
IPHONEOS_DEPLOYMENT_TARGET = 15.6;
407407
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
408-
MARKETING_VERSION = 0.98.0;
408+
MARKETING_VERSION = 0.99.0;
409409
PRODUCT_BUNDLE_IDENTIFIER = io.numbersprotocol.capturelite;
410410
PRODUCT_NAME = "$(TARGET_NAME)";
411411
PROVISIONING_PROFILE_SPECIFIER = NumbersAppDistributionV6;

0 commit comments

Comments
 (0)