Skip to content

Commit 5187ad1

Browse files
Update ui kitten components
1 parent a45a581 commit 5187ad1

File tree

14 files changed

+45
-44
lines changed

14 files changed

+45
-44
lines changed

.github/workflows/continuous-integration-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
- uses: actions/checkout@v3
1919

2020
- name: Set up Node
21-
uses: actions/setup-node@v3
21+
uses: actions/setup-node@v6
2222
with:
23-
node-version: '14'
23+
node-version: '20'
2424
cache: 'yarn'
2525

2626
- name: Install

.github/workflows/publish-kitten-tricks.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,30 +5,30 @@ jobs:
55
publish:
66
name: Install and publish
77
runs-on: ubuntu-latest
8-
if: github.event.pull_request.head.repo.full_name == 'akveo/react-native-ui-kitten'
8+
if: github.event.pull_request.head.repo.full_name == 'ui-cat/react-native-ui-cat'
99
steps:
1010
- name: Checkout UI Kitten
11-
uses: actions/checkout@v2
11+
uses: actions/checkout@v5
1212

13-
- name: Setup node version 14
14-
uses: actions/setup-node@v2
13+
- name: Setup node version 20
14+
uses: actions/setup-node@v6
1515
with:
16-
node-version: 14.x
16+
node-version: 20
1717

1818
- name: Exclude unused modules
1919
run: rm -rf docs src/showcases src/template-js src/template-ts
2020

2121
- name: Checkout Eva
22-
uses: actions/checkout@v2
22+
uses: actions/checkout@v5
2323
with:
24-
repository: eva-design/eva
24+
repository: ui-cat/eva
2525
ref: next
2626
path: ./packages-ci/eva
2727

2828
- name: Checkout Kitten Tricks
29-
uses: actions/checkout@v2
29+
uses: actions/checkout@v5
3030
with:
31-
repository: akveo/kittenTricks
31+
repository: ui-cat/kittenTricks
3232
ref: next
3333
path: ./packages-ci/kittenTricks
3434

LICENSE.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
The MIT License (MIT)
22

3+
Copyright (c) 2025 sulu.io
34
Copyright (c) 2016 akveo.com
45

56
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
1819
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1920
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2021
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
22+
SOFTWARE.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# UI Cat a Fork of UI Kitten
22

3-
Fork of [https://github.com/akveo/react-native-ui-kitten](https://github.com/akveo/react-native-ui-kitten).
3+
Fork of [https://github.com/ui-cat/react-native-ui-cat](https://github.com/ui-cat/react-native-ui-cat).

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"private": true,
55
"license": "MIT",
66
"author": "akveo <[email protected]>",
7-
"homepage": "https://github.com/akveo/react-native-ui-kitten#readme",
8-
"repository": "git+https://github.com/akveo/react-native-ui-kitten.git",
7+
"homepage": "https://github.com/ui-cat/react-native-ui-cat#readme",
8+
"repository": "git+https://github.com/ui-cat/react-native-ui-cat.git",
99
"bugs": {
10-
"url": "https://github.com/akveo/react-native-ui-kitten/issues"
10+
"url": "https://github.com/ui-cat/react-native-ui-cat/issues"
1111
},
1212
"workspaces": {
1313
"packages": [

src/components/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"version": "5.3.1",
55
"author": "akveo <[email protected]>",
66
"license": "MIT",
7-
"homepage": "https://github.com/akveo/react-native-ui-kitten#readme",
7+
"homepage": "https://github.com/ui-cat/react-native-ui-cat#readme",
88
"repository": {
99
"type": "git",
10-
"url": "git+https://github.com/akveo/react-native-ui-kitten.git"
10+
"url": "git+https://github.com/ui-cat/react-native-ui-cat.git"
1111
},
1212
"bugs": {
13-
"url": "https://github.com/akveo/react-native-ui-kitten/issues"
13+
"url": "https://github.com/ui-cat/react-native-ui-cat/issues"
1414
},
1515
"keywords": [
1616
"react-native",
@@ -30,4 +30,4 @@
3030
"peerDependencies": {
3131
"react-native-svg": "*"
3232
}
33-
}
33+
}

src/date-fns/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"version": "5.3.1",
55
"author": "akveo <[email protected]>",
66
"license": "MIT",
7-
"homepage": "https://github.com/akveo/react-native-ui-kitten#readme",
7+
"homepage": "https://github.com/ui-cat/react-native-ui-cat#readme",
88
"repository": {
99
"type": "git",
10-
"url": "git+https://github.com/akveo/react-native-ui-kitten.git"
10+
"url": "git+https://github.com/ui-cat/react-native-ui-cat.git"
1111
},
1212
"bugs": {
13-
"url": "https://github.com/akveo/react-native-ui-kitten/issues"
13+
"url": "https://github.com/ui-cat/react-native-ui-cat/issues"
1414
},
1515
"keywords": [
1616
"react-native",
@@ -28,4 +28,4 @@
2828
"date-fns": "^1.30.1"
2929
},
3030
"sideEffects": false
31-
}
31+
}

src/eva-icons/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"version": "5.3.1",
55
"author": "akveo <[email protected]>",
66
"license": "MIT",
7-
"homepage": "https://github.com/akveo/react-native-ui-kitten#readme",
7+
"homepage": "https://github.com/ui-cat/react-native-ui-cat#readme",
88
"repository": {
99
"type": "git",
10-
"url": "git+https://github.com/akveo/react-native-ui-kitten.git"
10+
"url": "git+https://github.com/ui-cat/react-native-ui-cat.git"
1111
},
1212
"bugs": {
13-
"url": "https://github.com/akveo/react-native-ui-kitten/issues"
13+
"url": "https://github.com/ui-cat/react-native-ui-cat/issues"
1414
},
1515
"keywords": [
1616
"react-native",
@@ -28,4 +28,4 @@
2828
"react-native-svg": "*"
2929
},
3030
"sideEffects": false
31-
}
31+
}

src/metro-config/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"version": "5.3.1",
55
"author": "akveo <[email protected]>",
66
"license": "MIT",
7-
"homepage": "https://github.com/akveo/react-native-ui-kitten#readme",
7+
"homepage": "https://github.com/ui-cat/react-native-ui-cat#readme",
88
"repository": {
99
"type": "git",
10-
"url": "git+https://github.com/akveo/react-native-ui-kitten.git"
10+
"url": "git+https://github.com/ui-cat/react-native-ui-cat.git"
1111
},
1212
"bugs": {
13-
"url": "https://github.com/akveo/react-native-ui-kitten/issues"
13+
"url": "https://github.com/ui-cat/react-native-ui-cat/issues"
1414
},
1515
"publishConfig": {
1616
"access": "public"
@@ -29,4 +29,4 @@
2929
"peerDependencies": {
3030
"metro-config": "*"
3131
}
32-
}
32+
}

src/moment/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"version": "5.3.1",
55
"author": "akveo <[email protected]>",
66
"license": "MIT",
7-
"homepage": "https://github.com/akveo/react-native-ui-kitten#readme",
7+
"homepage": "https://github.com/ui-cat/react-native-ui-cat#readme",
88
"repository": {
99
"type": "git",
10-
"url": "git+https://github.com/akveo/react-native-ui-kitten.git"
10+
"url": "git+https://github.com/ui-cat/react-native-ui-cat.git"
1111
},
1212
"bugs": {
13-
"url": "https://github.com/akveo/react-native-ui-kitten/issues"
13+
"url": "https://github.com/ui-cat/react-native-ui-cat/issues"
1414
},
1515
"keywords": [
1616
"react-native",
@@ -28,4 +28,4 @@
2828
"moment": "^2.24.0"
2929
},
3030
"sideEffects": false
31-
}
31+
}

0 commit comments

Comments
 (0)