From ce67ac370b4d5ee3a0476ee2095140dc1d4a9102 Mon Sep 17 00:00:00 2001 From: Andy Phillipson <1063765+ajp8164@users.noreply.github.com> Date: Tue, 7 Jan 2025 21:30:50 -0500 Subject: [PATCH] chore: publish - @react-native-ff-elements/common@0.0.4 - @react-native-ff-elements/core@0.0.15 - @react-native-ff-elements/ui@0.0.39 --- package-lock.json | 12 ++++++------ packages/common/CHANGELOG.md | 4 ++++ packages/common/package.json | 2 +- packages/core/CHANGELOG.md | 4 ++++ packages/core/package.json | 4 ++-- packages/ui/CHANGELOG.md | 4 ++++ packages/ui/package.json | 6 +++--- 7 files changed, 24 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0086151..a8da02a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17489,7 +17489,7 @@ }, "packages/common": { "name": "@react-native-ff-elements/common", - "version": "0.0.3", + "version": "0.0.4", "license": "MIT", "devDependencies": { "@babel/core": "^7.26.0", @@ -17516,10 +17516,10 @@ }, "packages/core": { "name": "@react-native-ff-elements/core", - "version": "0.0.14", + "version": "0.0.15", "license": "MIT", "dependencies": { - "@react-native-ff-elements/common": "^0.0.3", + "@react-native-ff-elements/common": "^0.0.4", "react-native-biometrics": "^3.0.1" }, "devDependencies": { @@ -17552,11 +17552,11 @@ }, "packages/ui": { "name": "@react-native-ff-elements/ui", - "version": "0.0.38", + "version": "0.0.39", "license": "MIT", "dependencies": { - "@react-native-ff-elements/common": "^0.0.3", - "@react-native-ff-elements/core": "^0.0.14", + "@react-native-ff-elements/common": "^0.0.4", + "@react-native-ff-elements/core": "^0.0.15", "@rneui/base": "^4.0.0-rc.8", "@rneui/themed": "^4.0.0-rc.8" }, diff --git a/packages/common/CHANGELOG.md b/packages/common/CHANGELOG.md index 259919b..90aca38 100644 --- a/packages/common/CHANGELOG.md +++ b/packages/common/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.0.4](https://github.com/formfree/react-native-ff-elements/compare/@react-native-ff-elements/common@0.0.3...@react-native-ff-elements/common@0.0.4) (2025-01-08) + +**Note:** Version bump only for package @react-native-ff-elements/common + ## [0.0.3](https://github.com/formfree/react-native-ff-elements/compare/@react-native-ff-elements/common@0.0.2...@react-native-ff-elements/common@0.0.3) (2024-03-26) **Note:** Version bump only for package @react-native-ff-elements/common diff --git a/packages/common/package.json b/packages/common/package.json index 80a642a..355ce2e 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-ff-elements/common", - "version": "0.0.3", + "version": "0.0.4", "description": "A React Native library for apps.", "author": "FormFree Holdings", "license": "MIT", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 1ab3f48..74f38b9 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.0.15](https://github.com/formfree/react-native-ff-elements/compare/@react-native-ff-elements/core@0.0.14...@react-native-ff-elements/core@0.0.15) (2025-01-08) + +**Note:** Version bump only for package @react-native-ff-elements/core + ## [0.0.14](https://github.com/formfree/react-native-ff-elements/compare/@react-native-ff-elements/core@0.0.13...@react-native-ff-elements/core@0.0.14) (2024-08-10) **Note:** Version bump only for package @react-native-ff-elements/core diff --git a/packages/core/package.json b/packages/core/package.json index 00359d1..9e51b18 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-ff-elements/core", - "version": "0.0.14", + "version": "0.0.15", "description": "A React Native library for apps.", "author": "FormFree Holdings", "license": "MIT", @@ -33,7 +33,7 @@ "module": "lib/module/index.js", "types": "lib/typescript/src/index.d.ts", "dependencies": { - "@react-native-ff-elements/common": "^0.0.3", + "@react-native-ff-elements/common": "^0.0.4", "react-native-biometrics": "^3.0.1" }, "devDependencies": { diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 3d2475d..7fbbc46 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.0.39](https://github.com/formfree/react-native-ff-elements/compare/@react-native-ff-elements/ui@0.0.38...@react-native-ff-elements/ui@0.0.39) (2025-01-08) + +**Note:** Version bump only for package @react-native-ff-elements/ui + ## [0.0.38](https://github.com/formfree/react-native-ff-elements/compare/@react-native-ff-elements/ui@0.0.37...@react-native-ff-elements/ui@0.0.38) (2024-08-10) **Note:** Version bump only for package @react-native-ff-elements/ui diff --git a/packages/ui/package.json b/packages/ui/package.json index f4941d1..c14b2ba 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-ff-elements/ui", - "version": "0.0.38", + "version": "0.0.39", "description": "A React Native library for apps.", "author": "FormFree Holdings", "license": "MIT", @@ -33,8 +33,8 @@ "module": "lib/module/index.js", "types": "lib/typescript/src/index.d.ts", "dependencies": { - "@react-native-ff-elements/common": "^0.0.3", - "@react-native-ff-elements/core": "^0.0.14", + "@react-native-ff-elements/common": "^0.0.4", + "@react-native-ff-elements/core": "^0.0.15", "@rneui/base": "^4.0.0-rc.8", "@rneui/themed": "^4.0.0-rc.8" },