Skip to content

Commit

Permalink
chore: bump to v0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
2hire-bot committed Nov 19, 2024
1 parent 1ee29ea commit cd8bda3
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 12 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.xcframework/** linguist-generated=true
2 changes: 1 addition & 1 deletion 2hire-BLEIntSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = '2hire-BLEIntSDK'
s.version = '0.1.7-beta.2'
s.version = '0.1.7'
s.summary = 'SDK for BLE integratation'

s.description = <<-DESC
Expand Down
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@


### [0.1.7-beta.2](https://github.com/2hire/BLEIntSDK/compare/v0.1.7-beta.0...v0.1.7-beta.1) (2024-11-18)
### [0.1.7](https://github.com/2hire/BLEIntSDK/compare/v0.1.7-beta.1...v0.1.7-beta.2) (2024-11-19)

### [0.1.7-beta.1](https://github.com/2hire/BLEIntSDK/compare/v0.1.7-beta.0...v0.1.7-beta.1) (2024-11-18)
### [0.1.7-beta.2](https://github.com/2hire/BLEIntSDK/compare/v0.1.7-beta.1...v0.1.7-beta.2) (2024-11-18)

### [0.1.7](https://github.com/2hire/BLEIntSDK-private/compare/v0.1.7-beta.2...v0.1.7) (2024-11-19)

### [0.1.7-beta.2](https://github.com/2hire/BLEIntSDK-private/compare/v0.1.7-beta.1...v0.1.7-beta.2) (2024-11-18)

Expand Down
2 changes: 1 addition & 1 deletion packages/bleintsdk-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@2hire/bleintsdk-types",
"version": "0.1.7-beta.2",
"version": "0.1.7",
"main": "src/index.js",
"license": "MIT",
"types": "src/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/cordova-plugin-bleintsdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@2hire/cordova-plugin-bleintsdk",
"version": "0.1.7-beta.2",
"version": "0.1.7",
"description": "2hire BLEIntSDK cordova-plugin",
"types": "dist/BLEIntSDKCordova.d.ts",
"main": "dist/BLEIntSDKCordova.js",
Expand Down Expand Up @@ -33,7 +33,7 @@
"release": "npm publish --access public"
},
"dependencies": {
"@2hire/bleintsdk-types": "0.1.7-beta.2"
"@2hire/bleintsdk-types": "0.1.7"
},
"devDependencies": {
"@types/cordova": "^0.0.34",
Expand Down
2 changes: 1 addition & 1 deletion packages/cordova-plugin-bleintsdk/src/android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies {
implementation('org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.9')
implementation('com.github.2hire:BLEIntSDK:0.1.7-beta.2')
implementation('com.github.2hire:BLEIntSDK:0.1.7')
}

android {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ Pod::Spec.new do |s|
s.source_files = "ios/*.{h,m,mm,swift}"

s.dependency "React-Core"
s.dependency "2hire-BLEIntSDK", "0.1.7-beta.2"
s.dependency "2hire-BLEIntSDK", "0.1.7"
end
2 changes: 1 addition & 1 deletion packages/react-native-bleintsdk/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,6 @@ dependencies {
if (rootProject.name == "ReactNativeBleintSdkExample") {
implementation project(":twohire-bleintsdk-android")
} else {
implementation "com.github.2hire:BLEIntSDK:0.1.7-beta.2"
implementation "com.github.2hire:BLEIntSDK:0.1.7"
}
}
4 changes: 2 additions & 2 deletions packages/react-native-bleintsdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@2hire/react-native-bleintsdk",
"version": "0.1.7-beta.2",
"version": "0.1.7",
"description": "2hire BLEIntSDK React Native module",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down Expand Up @@ -44,7 +44,7 @@
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"@2hire/bleintsdk-types": "0.1.7-beta.2"
"@2hire/bleintsdk-types": "0.1.7"
},
"devDependencies": {
"@commitlint/config-conventional": "^11.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/android/publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ afterEvaluate {
maven(MavenPublication) {
groupId = 'io.twohire'
artifactId = 'bleintsdk'
version = '0.1.7-beta.2'
version = '0.1.7'

afterEvaluate {
from components.release
Expand Down

0 comments on commit cd8bda3

Please sign in to comment.