Skip to content

Commit

Permalink
chore: bump app version to 0.99.0
Browse files Browse the repository at this point in the history
  • Loading branch information
olgahaha committed Nov 15, 2024
1 parent 23eeb0b commit 6291cd6
Show file tree
Hide file tree
Showing 5 changed files with 132 additions and 143 deletions.
34 changes: 33 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,37 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.99.0] - 2024-11-15

### Changed

1. Bumps follow-redirects from 1.14.1 to 1.15.9 [#3295](https://github.com/numbersprotocol/capture-lite/pull/3295)
1. Bumps braces from 3.0.2 to 3.0.3 [#3288](https://github.com/numbersprotocol/capture-lite/pull/3288)
1. Bumps ejs from 3.1.8 to 3.1.10 [#3293](https://github.com/numbersprotocol/capture-lite/pull/3293)
1. Bumps socket.io from 4.5.4 to 4.8.1 [#3292](https://github.com/numbersprotocol/capture-lite/pull/3292)
1. Bumps json5 from 1.0.1 to 1.0.2 [#2453](https://github.com/numbersprotocol/capture-lite/pull/2453)
1. Bumps decode-uri-component from 0.2.0 to 0.2.2 [#2374](https://github.com/numbersprotocol/capture-lite/pull/2374)
1. Bumps loader-utils from 2.0.0 to 2.0.4 [#2318](https://github.com/numbersprotocol/capture-lite/pull/2318)
1. Bumps body-parser and express. These dependencies needed to be updated together [#3261](https://github.com/numbersprotocol/capture-lite/pull/3261)
1. Bumps secp256k1 from 4.0.2 to 4.0.4 [#3262](https://github.com/numbersprotocol/capture-lite/pull/3262)
1. Bumps http-cache-semantics from 4.1.0 to 4.1.1 [#2558](https://github.com/numbersprotocol/capture-lite/pull/2558)
1. Bumps cookiejar from 2.1.2 to 2.1.4 [#2513](https://github.com/numbersprotocol/capture-lite/pull/2513)
1. Bumps karma from 6.3.4 to 6.3.16 [#1346](https://github.com/numbersprotocol/capture-lite/pull/1346)

### Fixed

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)
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)
1. Fix npm WARN EBADENGINE and npm WARN deprecated warnings [#3287](https://github.com/numbersprotocol/capture-lite/pull/3287)

### Removed

1. Remove the unused ActionsDialogComponent [#3291](https://github.com/numbersprotocol/capture-lite/pull/3291)

### Chore

1. Fix issue preventing Dependabot checks from completing [#3280](https://github.com/numbersprotocol/capture-lite/pull/3280)

## [0.98.0] - 2024-10-29

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

[unreleased]: https://github.com/numbersprotocol/capture-lite/compare/0.98.0...HEAD
[unreleased]: https://github.com/numbersprotocol/capture-lite/compare/0.99.0...HEAD
[0.99.0]: https://github.com/numbersprotocol/capture-lite/compare/0.98.0...0.99.0
[0.98.0]: https://github.com/numbersprotocol/capture-lite/compare/0.97.1...0.98.0
[0.97.1]: https://github.com/numbersprotocol/capture-lite/compare/0.97.0...0.97.1
[0.97.0]: https://github.com/numbersprotocol/capture-lite/compare/0.96.0...0.97.0
Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "io.numbersprotocol.capturelite"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 980
versionName "0.98.0"
versionCode 990
versionName "0.99.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildFeatures {
Expand Down
8 changes: 4 additions & 4 deletions ios/App/App.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -372,13 +372,13 @@
CODE_SIGN_ENTITLEMENTS = App/App.entitlements;
CODE_SIGN_IDENTITY = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 980;
CURRENT_PROJECT_VERSION = 990;
DEVELOPMENT_TEAM = G7NB5YCKAP;
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = G7NB5YCKAP;
INFOPLIST_FILE = App/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 15.6;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 0.98.0;
MARKETING_VERSION = 0.99.0;
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
PRODUCT_BUNDLE_IDENTIFIER = io.numbersprotocol.capturelite;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -399,13 +399,13 @@
CODE_SIGN_ENTITLEMENTS = App/App.entitlements;
CODE_SIGN_IDENTITY = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 980;
CURRENT_PROJECT_VERSION = 990;
DEVELOPMENT_TEAM = G7NB5YCKAP;
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = G7NB5YCKAP;
INFOPLIST_FILE = App/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 15.6;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 0.98.0;
MARKETING_VERSION = 0.99.0;
PRODUCT_BUNDLE_IDENTIFIER = io.numbersprotocol.capturelite;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = NumbersAppDistributionV6;
Expand Down
Loading

0 comments on commit 6291cd6

Please sign in to comment.