Skip to content

Commit 77fc0c7

Browse files
committed
chore(*): release packages
1 parent 9ec3764 commit 77fc0c7

File tree

6 files changed

+7
-12
lines changed

6 files changed

+7
-12
lines changed

packages/angular/src/lib/components/logos/microsoft.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,7 @@ import { Component, input } from "@angular/core";
2222
selector: "fui-microsoft-logo",
2323
standalone: true,
2424
template: `
25-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" class="fui-provider__icon">
26-
<path fill="#ff5722" d="M6 6H22V22H6z" transform="rotate(-180 14 14)" />
27-
<path fill="#4caf50" d="M26 6H42V22H26z" transform="rotate(-180 34 14)" />
28-
<path fill="#ffc107" d="M26 26H42V42H26z" transform="rotate(-180 34 34)" />
29-
<path fill="#03a9f4" d="M6 26H22V42H6z" transform="rotate(-180 14 34)" />
30-
</svg>
25+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" class="fui-provider__icon"><path fill="#ff5722" d="M6 6H22V22H6z" transform="rotate(-180 14 14)"/><path fill="#4caf50" d="M26 6H42V22H26z" transform="rotate(-180 34 14)"/><path fill="#ffc107" d="M26 26H42V42H26z" transform="rotate(-180 34 34)"/><path fill="#03a9f4" d="M6 26H22V42H6z" transform="rotate(-180 14 34)"/></svg>
3126
`,
3227
})
3328
export class MicrosoftLogoComponent {

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@invertase/firebaseui-core",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"description": "Core authentication service for Firebase UI",
55
"type": "module",
66
"main": "./dist/index.cjs",

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@invertase/firebaseui-react",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"type": "module",
55
"main": "./dist/index.cjs",
66
"module": "./dist/index.js",

packages/shadcn/src/components/multi-factor-auth-assertion-screen.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"use client";
22

3-
import { getTranslation } from "@firebase-ui/core";
4-
import { useUI, type MultiFactorAuthAssertionScreenProps } from "@firebase-ui/react";
3+
import { getTranslation } from "@invertase/firebaseui-core";
4+
import { useUI, type MultiFactorAuthAssertionScreenProps } from "@invertase/firebaseui-react";
55

66
import { Card, CardContent, CardDescription, CardHeader, CardTitle } from "@/components/ui/card";
77
import { MultiFactorAuthAssertionForm } from "@/components/multi-factor-auth-assertion-form";

packages/styles/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@invertase/firebaseui-styles",
3-
"version": "0.0.10",
3+
"version": "0.0.11",
44
"type": "module",
55
"zshy": {
66
"exports": {

packages/translations/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@invertase/firebaseui-translations",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"description": "Translations for Firebase UI",
55
"type": "module",
66
"main": "./dist/index.cjs",

0 commit comments

Comments
 (0)