Skip to content

Commit

Permalink
post release
Browse files Browse the repository at this point in the history
  • Loading branch information
albho committed Nov 29, 2024
1 parent 2bb4118 commit 6e4c077
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 27 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/react-native-demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

# REMOVE
- name: Build binding
run: yarn && yarn pkg
working-directory: binding/react-native

- name: Add binding
run: yarn add ../../binding/react-native/pkg/picovoice-rhino-react-native-3.0.3.tgz
# REMOVE

- name: Install dependencies
run: yarn android-install

Expand All @@ -69,15 +60,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

# REMOVE
- name: Build binding
run: yarn && yarn pkg
working-directory: binding/react-native

- name: Add binding
run: yarn add ../../binding/react-native/pkg/picovoice-rhino-react-native-3.0.3.tgz
# REMOVE

- name: Install dependencies
run: yarn ios-install

Expand Down
2 changes: 1 addition & 1 deletion binding/flutter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
flutter:
sdk: flutter

flutter_voice_processor: 1.1.2
flutter_voice_processor: ^1.1.2

dev_dependencies:
flutter_test:
Expand Down
7 changes: 4 additions & 3 deletions demo/flutter/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -245,9 +245,10 @@ packages:
rhino_flutter:
dependency: "direct main"
description:
path: "../../binding/flutter"
relative: true
source: path
name: rhino_flutter
sha256: fe72e0e3e77411f46894accd047648530a141549e51237b0671974657ec45f6e
url: "https://pub.dev"
source: hosted
version: "3.0.4"
sky_engine:
dependency: transitive
Expand Down
3 changes: 1 addition & 2 deletions demo/flutter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ dependencies:
flutter:
sdk: flutter

rhino_flutter: # TODO: 3.0.4
path: ../../binding/flutter
rhino_flutter: 3.0.4

dev_dependencies:
integration_test:
Expand Down
2 changes: 1 addition & 1 deletion demo/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"dependencies": {
"@picovoice/react-native-voice-processor": "1.2.3",
"@picovoice/rhino-react-native": "../../binding/react-native/pkg/picovoice-rhino-react-native-3.0.3.tgz",
"@picovoice/rhino-react-native": "3.0.3",
"react": "^17.0.2",
"react-native": "^0.68.7"
},
Expand Down
5 changes: 3 additions & 2 deletions demo/react-native/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -870,9 +870,10 @@
resolved "https://registry.yarnpkg.com/@picovoice/react-native-voice-processor/-/react-native-voice-processor-1.2.3.tgz#f07a2b526922bba1c2b542bbcd842897aab4c241"
integrity sha512-GFnuKXWIOrDTPumcFkwfGaGUt2X1Vq31cU0sM4CZ9o/SomZQxJml12nr8d4uxjG03Z/eouWGN/0AcxZPdqihlw==

"@picovoice/rhino-react-native@../../binding/react-native/pkg/picovoice-rhino-react-native-3.0.3.tgz":
"@picovoice/[email protected]":
version "3.0.3"
resolved "../../binding/react-native/pkg/picovoice-rhino-react-native-3.0.3.tgz#7ec5ee90bb4accd0e7b772ca2dc73e5387a42ecb"
resolved "https://registry.yarnpkg.com/@picovoice/rhino-react-native/-/rhino-react-native-3.0.3.tgz#71a89a20a8b9e5b77c021a818bb80bac74403443"
integrity sha512-tSo8hCnLHIyEIOTOGcqlouH/IVE2NrYGvHUCC/+PKrLvJBztiksiIoKTxvJ67MQStRZnFle6yvgefau2/JWuIw==

"@react-native-community/cli-debugger-ui@^7.0.3":
version "7.0.3"
Expand Down

0 comments on commit 6e4c077

Please sign in to comment.