Skip to content

Commit

Permalink
chore: bump version to 1.0.2
Browse files Browse the repository at this point in the history
includes update of dependencies
  • Loading branch information
michaelschoenbaechler committed Jan 15, 2024
1 parent af75de6 commit fb235ee
Show file tree
Hide file tree
Showing 6 changed files with 3,560 additions and 2,630 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [1.0.2](https://github.com/michaelschoenbaechler/parlwatch/compare/1.0.1...1.0.2) (2024-01-15)

### Bug Fixes

- **security**: update dependencies

## [1.0.1](https://github.com/michaelschoenbaechler/parlwatch/compare/1.0.0...1.0.1) (2023-10-10)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "app:build"
"buildTarget": "app:build"
},
"configurations": {
"production": {
"browserTarget": "app:build:production"
"buildTarget": "app:build:production"
},
"ci": {
"progress": false
Expand All @@ -86,7 +86,7 @@
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "app:build"
"buildTarget": "app:build"
}
},
"test": {
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 @@ -347,15 +347,15 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 5;
CURRENT_PROJECT_VERSION = 6;
DEVELOPMENT_TEAM = 65DUBW68Z2;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = App/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = ParlWatch;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.education";
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 1.0.1;
MARKETING_VERSION = 1.0.2;
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
PRODUCT_BUNDLE_IDENTIFIER = ch.michaelschoenbaechler.parlwatch;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -375,15 +375,15 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 5;
CURRENT_PROJECT_VERSION = 6;
DEVELOPMENT_TEAM = 65DUBW68Z2;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = App/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = ParlWatch;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.education";
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 1.0.1;
MARKETING_VERSION = 1.0.2;
PRODUCT_BUNDLE_IDENTIFIER = ch.michaelschoenbaechler.parlwatch;
PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
Expand Down
12 changes: 6 additions & 6 deletions ios/App/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
PODS:
- Capacitor (5.4.2):
- Capacitor (5.6.0):
- CapacitorCordova
- CapacitorApp (5.0.6):
- Capacitor
- CapacitorBrowser (5.1.0):
- Capacitor
- CapacitorCordova (5.4.2)
- CapacitorCordova (5.6.0)
- CapacitorHaptics (5.0.6):
- Capacitor
- CapacitorKeyboard (5.0.6):
- CapacitorKeyboard (5.0.7):
- Capacitor
- CapacitorStatusBar (5.0.6):
- Capacitor
Expand Down Expand Up @@ -39,12 +39,12 @@ EXTERNAL SOURCES:
:path: "../../node_modules/@capacitor/status-bar"

SPEC CHECKSUMS:
Capacitor: 8a9db42d105f55843cd8ed2a3cb54e2b78e7f102
Capacitor: ebfc16cdb8116d04c101686b080342872da42d43
CapacitorApp: 024e1b1bea5f883d79f6330d309bc441c88ad04a
CapacitorBrowser: 7a0fb6a1011abfaaf2dfedfd8248f942a8eda3d6
CapacitorCordova: cfcc06b698481da655415985eeb2b8da363f8451
CapacitorCordova: 931b48fcdbc9bc985fc2f16cec9f77c794a27729
CapacitorHaptics: 1fffc1217c7e64a472d7845be50fb0c2f7d4204c
CapacitorKeyboard: b978154b024a5f65e044908e37d15b7de58b9d12
CapacitorKeyboard: ce5e01064cf57a2c05b32565310713b7fe6cc6f9
CapacitorStatusBar: 565c0a1ebd79bb40d797606a8992b4a105885309

PODFILE CHECKSUM: 61bc1d13006459f54f5fb089957baec0b706f946
Expand Down
Loading

0 comments on commit fb235ee

Please sign in to comment.