Skip to content

Commit

Permalink
post-release
Browse files Browse the repository at this point in the history
  • Loading branch information
albho committed Jan 6, 2025
1 parent 707815d commit 24e2670
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-leopard-react-native-2.0.3.tgz
# REMOVE

- name: Pre-build dependencies
run: npm install yarn

Expand Down Expand Up @@ -72,15 +63,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-leopard-react-native-2.0.3.tgz
# REMOVE

- name: Pre-build dependencies
run: npm install yarn

Expand Down
2 changes: 1 addition & 1 deletion binding/flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
## [2.0.2] - 2024-02-08
* Additional gradle plugin build support

## [2.0.3] - 2024-12-27
## [2.0.3] - 2025-01-06
* Update native packages
7 changes: 4 additions & 3 deletions demo/flutter/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,10 @@ packages:
leopard_flutter:
dependency: "direct main"
description:
path: "../../binding/flutter"
relative: true
source: path
name: leopard_flutter
sha256: "0321e1f749fc0e08e20be2e2d49758cfead85cbf2f54307b450e9c79e0e97fde"
url: "https://pub.dev"
source: hosted
version: "2.0.3"
lints:
dependency: "direct dev"
Expand Down
3 changes: 1 addition & 2 deletions demo/flutter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ dependencies:

path_provider: ^2.0.9
flutter_voice_processor: 1.1.2
leopard_flutter: # 2.0.3
path: ../../binding/flutter
leopard_flutter: 2.0.3

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 @@ -15,7 +15,7 @@
"postinstall": "patch-package"
},
"dependencies": {
"@picovoice/leopard-react-native": "../../binding/react-native/pkg/picovoice-leopard-react-native-2.0.3.tgz",
"@picovoice/leopard-react-native": "2.0.3",
"@picovoice/react-native-voice-processor": "1.2.3",
"@react-native-picker/picker": "^1.9.2",
"patch-package": "^8.0.0",
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 @@ -852,9 +852,10 @@
"@nodelib/fs.scandir" "2.1.5"
fastq "^1.6.0"

"@picovoice/leopard-react-native@../../binding/react-native/pkg/picovoice-leopard-react-native-2.0.3.tgz":
"@picovoice/[email protected]":
version "2.0.3"
resolved "../../binding/react-native/pkg/picovoice-leopard-react-native-2.0.3.tgz#20cbf2c9d3e46a21f89d7c13f5023dcf89687b00"
resolved "https://registry.yarnpkg.com/@picovoice/leopard-react-native/-/leopard-react-native-2.0.3.tgz#20cbf2c9d3e46a21f89d7c13f5023dcf89687b00"
integrity sha512-x8VCDiVNi89D2a1NQ1VgFdnMz9qjFimFFfg9TvGUI/eVg2Dx3QXDmEmc7+qi5eokJUXqeC/QOypvJVIRhRfvvA==

"@picovoice/[email protected]":
version "1.2.3"
Expand Down

0 comments on commit 24e2670

Please sign in to comment.