Skip to content

Commit bfb2a98

Browse files
authored
chore(release): publish packages (#13535)
- [email protected]
1 parent 9f69309 commit bfb2a98

File tree

5 files changed

+28
-3
lines changed

5 files changed

+28
-3
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 2024-10-22
7+
8+
### Changes
9+
10+
---
11+
12+
Packages with breaking changes:
13+
14+
- There are no breaking changes in this release.
15+
16+
Packages with other changes:
17+
18+
- [`firebase_vertexai` - `v1.0.1`](#firebase_vertexai---v101)
19+
20+
---
21+
22+
#### `firebase_vertexai` - `v1.0.1`
23+
24+
- **FIX**(vertexai): hotfix for vertexai auth access to storage ([#13534](https://github.com/firebase/flutterfire/issues/13534)). ([9f693094](https://github.com/firebase/flutterfire/commit/9f6930947dbd35a61c583c17bb128f1af4702a5d))
25+
26+
627
## 2024-10-21 - [BoM 3.0.0](https://github.com/firebase/flutterfire/blob/main/VERSIONS.md#flutter-bom-300-2024-10-21)
728

829
### Changes

packages/firebase_vertexai/firebase_vertexai/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.1
2+
3+
- **FIX**(vertexai): hotfix for vertexai auth access to storage ([#13534](https://github.com/firebase/flutterfire/issues/13534)). ([9f693094](https://github.com/firebase/flutterfire/commit/9f6930947dbd35a61c583c17bb128f1af4702a5d))
4+
15
## 1.0.0
26

37
Use the Vertex AI in Firebase SDK to call the Vertex AI Gemini API directly from your app. This client SDK is built specifically for use with Flutter apps, offering security options against unauthorized clients as well as integrations with other Firebase services.

packages/firebase_vertexai/firebase_vertexai/example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies:
2020
# Use with the CupertinoIcons class for iOS style icons.
2121
cupertino_icons: ^1.0.6
2222
firebase_core: ^3.6.0
23-
firebase_vertexai: ^1.0.0
23+
firebase_vertexai: ^1.0.1
2424
flutter:
2525
sdk: flutter
2626
flutter_markdown: ^0.6.20

packages/firebase_vertexai/firebase_vertexai/lib/src/vertex_version.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
// limitations under the License.
1414

1515
/// generated version number for the package, do not manually edit
16-
const packageVersion = '1.0.0';
16+
const packageVersion = '1.0.1';

packages/firebase_vertexai/firebase_vertexai/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: firebase_vertexai
22
description: "Firebase Vertex AI SDK."
3-
version: 1.0.0
3+
version: 1.0.1
44
homepage: https://firebase.google.com/docs/vertex-ai/get-started?platform=flutter
55
topics:
66
- firebase

0 commit comments

Comments
 (0)