From 5187ad1cfafd0c61886143dfb79017400f8117c1 Mon Sep 17 00:00:00 2001 From: Alexander Schranz Date: Tue, 4 Nov 2025 14:52:19 +0100 Subject: [PATCH] Update ui kitten components --- .../continuous-integration-workflow.yml | 4 ++-- .github/workflows/publish-kitten-tricks.yml | 18 +++++++++--------- LICENSE.txt | 3 ++- README.md | 2 +- package.json | 6 +++--- src/components/package.json | 8 ++++---- src/date-fns/package.json | 8 ++++---- src/eva-icons/package.json | 8 ++++---- src/metro-config/package.json | 8 ++++---- src/moment/package.json | 8 ++++---- src/template-js/package.json | 6 +++--- src/template-js/template/App.js | 2 +- src/template-ts/package.json | 6 +++--- src/template-ts/template/App.tsx | 2 +- 14 files changed, 45 insertions(+), 44 deletions(-) diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index c1b828e9f..8f39f7367 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -18,9 +18,9 @@ jobs: - uses: actions/checkout@v3 - name: Set up Node - uses: actions/setup-node@v3 + uses: actions/setup-node@v6 with: - node-version: '14' + node-version: '20' cache: 'yarn' - name: Install diff --git a/.github/workflows/publish-kitten-tricks.yml b/.github/workflows/publish-kitten-tricks.yml index dd62f4004..eb171b0ed 100644 --- a/.github/workflows/publish-kitten-tricks.yml +++ b/.github/workflows/publish-kitten-tricks.yml @@ -5,30 +5,30 @@ jobs: publish: name: Install and publish runs-on: ubuntu-latest - if: github.event.pull_request.head.repo.full_name == 'akveo/react-native-ui-kitten' + if: github.event.pull_request.head.repo.full_name == 'ui-cat/react-native-ui-cat' steps: - name: Checkout UI Kitten - uses: actions/checkout@v2 + uses: actions/checkout@v5 - - name: Setup node version 14 - uses: actions/setup-node@v2 + - name: Setup node version 20 + uses: actions/setup-node@v6 with: - node-version: 14.x + node-version: 20 - name: Exclude unused modules run: rm -rf docs src/showcases src/template-js src/template-ts - name: Checkout Eva - uses: actions/checkout@v2 + uses: actions/checkout@v5 with: - repository: eva-design/eva + repository: ui-cat/eva ref: next path: ./packages-ci/eva - name: Checkout Kitten Tricks - uses: actions/checkout@v2 + uses: actions/checkout@v5 with: - repository: akveo/kittenTricks + repository: ui-cat/kittenTricks ref: next path: ./packages-ci/kittenTricks diff --git a/LICENSE.txt b/LICENSE.txt index efe41db9c..909c31ad3 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,5 +1,6 @@ The MIT License (MIT) +Copyright (c) 2025 sulu.io Copyright (c) 2016 akveo.com Permission is hereby granted, free of charge, to any person obtaining a copy @@ -18,4 +19,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. \ No newline at end of file +SOFTWARE. diff --git a/README.md b/README.md index cc2137bb2..db867a1d1 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # UI Cat a Fork of UI Kitten -Fork of [https://github.com/akveo/react-native-ui-kitten](https://github.com/akveo/react-native-ui-kitten). +Fork of [https://github.com/ui-cat/react-native-ui-cat](https://github.com/ui-cat/react-native-ui-cat). diff --git a/package.json b/package.json index 20b055fb7..3d1bf3a54 100644 --- a/package.json +++ b/package.json @@ -4,10 +4,10 @@ "private": true, "license": "MIT", "author": "akveo ", - "homepage": "https://github.com/akveo/react-native-ui-kitten#readme", - "repository": "git+https://github.com/akveo/react-native-ui-kitten.git", + "homepage": "https://github.com/ui-cat/react-native-ui-cat#readme", + "repository": "git+https://github.com/ui-cat/react-native-ui-cat.git", "bugs": { - "url": "https://github.com/akveo/react-native-ui-kitten/issues" + "url": "https://github.com/ui-cat/react-native-ui-cat/issues" }, "workspaces": { "packages": [ diff --git a/src/components/package.json b/src/components/package.json index 418a2683d..3425b5cd5 100644 --- a/src/components/package.json +++ b/src/components/package.json @@ -4,13 +4,13 @@ "version": "5.3.1", "author": "akveo ", "license": "MIT", - "homepage": "https://github.com/akveo/react-native-ui-kitten#readme", + "homepage": "https://github.com/ui-cat/react-native-ui-cat#readme", "repository": { "type": "git", - "url": "git+https://github.com/akveo/react-native-ui-kitten.git" + "url": "git+https://github.com/ui-cat/react-native-ui-cat.git" }, "bugs": { - "url": "https://github.com/akveo/react-native-ui-kitten/issues" + "url": "https://github.com/ui-cat/react-native-ui-cat/issues" }, "keywords": [ "react-native", @@ -30,4 +30,4 @@ "peerDependencies": { "react-native-svg": "*" } -} \ No newline at end of file +} diff --git a/src/date-fns/package.json b/src/date-fns/package.json index 0ed7e44d8..fadcf1ab1 100644 --- a/src/date-fns/package.json +++ b/src/date-fns/package.json @@ -4,13 +4,13 @@ "version": "5.3.1", "author": "akveo ", "license": "MIT", - "homepage": "https://github.com/akveo/react-native-ui-kitten#readme", + "homepage": "https://github.com/ui-cat/react-native-ui-cat#readme", "repository": { "type": "git", - "url": "git+https://github.com/akveo/react-native-ui-kitten.git" + "url": "git+https://github.com/ui-cat/react-native-ui-cat.git" }, "bugs": { - "url": "https://github.com/akveo/react-native-ui-kitten/issues" + "url": "https://github.com/ui-cat/react-native-ui-cat/issues" }, "keywords": [ "react-native", @@ -28,4 +28,4 @@ "date-fns": "^1.30.1" }, "sideEffects": false -} \ No newline at end of file +} diff --git a/src/eva-icons/package.json b/src/eva-icons/package.json index d669ca806..8bdcbbe02 100644 --- a/src/eva-icons/package.json +++ b/src/eva-icons/package.json @@ -4,13 +4,13 @@ "version": "5.3.1", "author": "akveo ", "license": "MIT", - "homepage": "https://github.com/akveo/react-native-ui-kitten#readme", + "homepage": "https://github.com/ui-cat/react-native-ui-cat#readme", "repository": { "type": "git", - "url": "git+https://github.com/akveo/react-native-ui-kitten.git" + "url": "git+https://github.com/ui-cat/react-native-ui-cat.git" }, "bugs": { - "url": "https://github.com/akveo/react-native-ui-kitten/issues" + "url": "https://github.com/ui-cat/react-native-ui-cat/issues" }, "keywords": [ "react-native", @@ -28,4 +28,4 @@ "react-native-svg": "*" }, "sideEffects": false -} \ No newline at end of file +} diff --git a/src/metro-config/package.json b/src/metro-config/package.json index 2d45cc511..f7e6f99f7 100644 --- a/src/metro-config/package.json +++ b/src/metro-config/package.json @@ -4,13 +4,13 @@ "version": "5.3.1", "author": "akveo ", "license": "MIT", - "homepage": "https://github.com/akveo/react-native-ui-kitten#readme", + "homepage": "https://github.com/ui-cat/react-native-ui-cat#readme", "repository": { "type": "git", - "url": "git+https://github.com/akveo/react-native-ui-kitten.git" + "url": "git+https://github.com/ui-cat/react-native-ui-cat.git" }, "bugs": { - "url": "https://github.com/akveo/react-native-ui-kitten/issues" + "url": "https://github.com/ui-cat/react-native-ui-cat/issues" }, "publishConfig": { "access": "public" @@ -29,4 +29,4 @@ "peerDependencies": { "metro-config": "*" } -} \ No newline at end of file +} diff --git a/src/moment/package.json b/src/moment/package.json index 544d6d02d..1db0c0771 100644 --- a/src/moment/package.json +++ b/src/moment/package.json @@ -4,13 +4,13 @@ "version": "5.3.1", "author": "akveo ", "license": "MIT", - "homepage": "https://github.com/akveo/react-native-ui-kitten#readme", + "homepage": "https://github.com/ui-cat/react-native-ui-cat#readme", "repository": { "type": "git", - "url": "git+https://github.com/akveo/react-native-ui-kitten.git" + "url": "git+https://github.com/ui-cat/react-native-ui-cat.git" }, "bugs": { - "url": "https://github.com/akveo/react-native-ui-kitten/issues" + "url": "https://github.com/ui-cat/react-native-ui-cat/issues" }, "keywords": [ "react-native", @@ -28,4 +28,4 @@ "moment": "^2.24.0" }, "sideEffects": false -} \ No newline at end of file +} diff --git a/src/template-js/package.json b/src/template-js/package.json index 0a7e1e5b4..be108d717 100644 --- a/src/template-js/package.json +++ b/src/template-js/package.json @@ -4,10 +4,10 @@ "version": "5.3.1", "author": "akveo ", "license": "MIT", - "homepage": "https://github.com/akveo/react-native-ui-kitten#readme", + "homepage": "https://github.com/ui-cat/react-native-ui-cat#readme", "repository": { "type": "git", - "url": "git+https://github.com/akveo/react-native-ui-kitten.git" + "url": "git+https://github.com/ui-cat/react-native-ui-cat.git" }, "keywords": [ "react-native", @@ -22,4 +22,4 @@ "publishConfig": { "access": "public" } -} \ No newline at end of file +} diff --git a/src/template-js/template/App.js b/src/template-js/template/App.js index 10cc7ba11..678e7ab8b 100644 --- a/src/template-js/template/App.js +++ b/src/template-js/template/App.js @@ -3,7 +3,7 @@ * https://github.com/facebook/react-native * * Generated with the UI Kitten template - * https://github.com/akveo/react-native-ui-kitten + * https://github.com/ui-cat/react-native-ui-cat * * Documentation: https://akveo.github.io/react-native-ui-kitten/docs * diff --git a/src/template-ts/package.json b/src/template-ts/package.json index f562199a7..5956862c4 100644 --- a/src/template-ts/package.json +++ b/src/template-ts/package.json @@ -4,10 +4,10 @@ "version": "5.3.1", "author": "akveo ", "license": "MIT", - "homepage": "https://github.com/akveo/react-native-ui-kitten#readme", + "homepage": "https://github.com/ui-cat/react-native-ui-cat#readme", "repository": { "type": "git", - "url": "git+https://github.com/akveo/react-native-ui-kitten.git" + "url": "git+https://github.com/ui-cat/react-native-ui-cat.git" }, "keywords": [ "react-native", @@ -22,4 +22,4 @@ "publishConfig": { "access": "public" } -} \ No newline at end of file +} diff --git a/src/template-ts/template/App.tsx b/src/template-ts/template/App.tsx index 05071edda..688b86734 100644 --- a/src/template-ts/template/App.tsx +++ b/src/template-ts/template/App.tsx @@ -3,7 +3,7 @@ * https://github.com/facebook/react-native * * Generated with the UI Kitten TypeScript template - * https://github.com/akveo/react-native-ui-kitten + * https://github.com/ui-cat/react-native-ui-cat * * Documentation: https://akveo.github.io/react-native-ui-kitten/docs *