From 091de5cf46e3590278ae0f097599863600b615d0 Mon Sep 17 00:00:00 2001 From: Albert Date: Wed, 8 Jan 2025 13:20:40 +0100 Subject: [PATCH] fix: version bump --- .github/actions/setup/action.yml | 4 ++-- .gitignore | 1 - .yarnrc.yml | 1 + CHANGELOG.md | 2 +- example/ios/Podfile.lock | 4 ++-- package.json | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) create mode 100644 .yarnrc.yml diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index f918c91f..12959de9 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -23,6 +23,6 @@ runs: - name: Install dependencies if: steps.yarn-cache.outputs.cache-hit != 'true' run: | - yarn install --cwd example --frozen-lockfile - yarn install --frozen-lockfile + yarn install --cwd example + yarn install shell: bash diff --git a/.gitignore b/.gitignore index a6b3e248..2e4092f2 100644 --- a/.gitignore +++ b/.gitignore @@ -70,4 +70,3 @@ buck-out/ !.yarn/releases !.yarn/sdks !.yarn/versions -.yarnrc.yml diff --git a/.yarnrc.yml b/.yarnrc.yml new file mode 100644 index 00000000..3186f3f0 --- /dev/null +++ b/.yarnrc.yml @@ -0,0 +1 @@ +nodeLinker: node-modules diff --git a/CHANGELOG.md b/CHANGELOG.md index ffc5c541..efc08127 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). -## [3.3.0] - 2024-12-20 +## [3.4.0] - 2024-12-20 ### Changed diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index 6a954372..98fa49c6 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -939,7 +939,7 @@ PODS: - React-Mapbuffer (0.74.1): - glog - React-debug - - react-native-ble-plx (3.2.1): + - react-native-ble-plx (3.4.0): - DoubleConversion - glog - hermes-engine @@ -1461,7 +1461,7 @@ SPEC CHECKSUMS: React-jsitracing: 233d1a798fe0ff33b8e630b8f00f62c4a8115fbc React-logger: 7e7403a2b14c97f847d90763af76b84b152b6fce React-Mapbuffer: 11029dcd47c5c9e057a4092ab9c2a8d10a496a33 - react-native-ble-plx: 08539040709361221aa9f8cada60dc730b9168c5 + react-native-ble-plx: 225d5a3da3f69264f2f0939da30a27ec21697009 react-native-mmkv: 8c9a677e64a1ac89b0c6cf240feea528318b3074 react-native-safe-area-context: dcab599c527c2d7de2d76507a523d20a0b83823d React-nativeconfig: b0073a590774e8b35192fead188a36d1dca23dec diff --git a/package.json b/package.json index 7acb8cd1..868434df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-ble-plx", - "version": "3.3.0", + "version": "3.4.0", "description": "React Native Bluetooth Low Energy library", "main": "src/index", "module": "src/index",