Skip to content

Commit 9f2bf75

Browse files
Update package names (#3)
1 parent c963cb3 commit 9f2bf75

File tree

12 files changed

+55
-53
lines changed

12 files changed

+55
-53
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: echo "::set-output name=dir::$(yarn cache dir)"
4646

4747
- name: Check yarn cache
48-
uses: actions/cache@v1
48+
uses: actions/cache@v4
4949
with:
5050
path: ${{ steps.yarn-cache.outputs.dir }}
5151
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
"@babel/core": "^7.12.9",
3737
"@babel/plugin-proposal-decorators": "^7.18.10",
3838
"@babel/runtime": "^7.12.5",
39-
"@eva-design/eva": "^2.2.0",
40-
"@eva-design/material": "^2.2.0",
39+
"@ui-cat/eva-design-eva": "^2.2.0",
40+
"@ui-cat/eva-design-material": "^2.2.0",
4141
"@react-native-community/eslint-config": "^2.0.0",
4242
"@tsconfig/react-native": "^2.0.2",
4343
"@types/gulp": "ts3.8",

src/components/package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
2-
"name": "@ui-kitten/components",
2+
"name": "@ui-cat/components",
33
"description": "React Native components based on Eva Design System",
44
"version": "5.3.1",
5-
"author": "akveo <[email protected]>",
65
"license": "MIT",
76
"homepage": "https://github.com/ui-cat/react-native-ui-cat#readme",
87
"repository": {
@@ -14,15 +13,17 @@
1413
},
1514
"keywords": [
1615
"react-native",
16+
"ui-cat",
17+
"ui-cats",
1718
"ui-kitten",
1819
"ui-kit"
1920
],
2021
"publishConfig": {
2122
"access": "public"
2223
},
2324
"dependencies": {
24-
"@eva-design/dss": "^2.2.0",
25-
"@eva-design/processor": "^2.2.0",
25+
"@ui-cat/eva-design-dss": "^2.2.0",
26+
"@ui-cat/eva-design-processor": "^2.2.0",
2627
"hoist-non-react-statics": "^3.2.1",
2728
"lodash.merge": "^4.6.1",
2829
"fecha": "3.0.3"

src/date-fns/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
2-
"name": "@ui-kitten/date-fns",
3-
"description": "date-fns services for UI Kitten",
2+
"name": "@ui-cat/date-fns",
3+
"description": "date-fns services for UI Cat",
44
"version": "5.3.1",
5-
"author": "akveo <[email protected]>",
65
"license": "MIT",
76
"homepage": "https://github.com/ui-cat/react-native-ui-cat#readme",
87
"repository": {
@@ -15,6 +14,7 @@
1514
"keywords": [
1615
"react-native",
1716
"ui-kitten",
17+
"ui-cats",
1818
"date-fns"
1919
],
2020
"publishConfig": {
@@ -24,7 +24,7 @@
2424
"date-fns": "2"
2525
},
2626
"peerDependencies": {
27-
"@ui-kitten/components": "5.3.1",
27+
"@ui-cat/components": "5.3.1",
2828
"date-fns": "^1.30.1"
2929
},
3030
"sideEffects": false

src/eva-icons/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
2-
"name": "@ui-kitten/eva-icons",
2+
"name": "@ui-cat/eva-icons",
33
"description": "Eva Icons for React Native",
44
"version": "5.3.1",
5-
"author": "akveo <[email protected]>",
65
"license": "MIT",
76
"homepage": "https://github.com/ui-cat/react-native-ui-cat#readme",
87
"repository": {
@@ -14,6 +13,7 @@
1413
},
1514
"keywords": [
1615
"react-native",
16+
"ui-cat",
1717
"ui-kitten",
1818
"eva-icons"
1919
],
@@ -24,7 +24,7 @@
2424
"react-native-eva-icons": "^1.3.1"
2525
},
2626
"peerDependencies": {
27-
"@ui-kitten/components": "5.3.1",
27+
"@ui-cat/components": "5.3.1",
2828
"react-native-svg": "*"
2929
},
3030
"sideEffects": false

src/metro-config/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "@ui-kitten/metro-config",
3-
"description": "UI Kitten config for Metro Bundler",
2+
"name": "@ui-cat/metro-config",
3+
"description": "UI Cat config for Metro Bundler",
44
"version": "5.3.1",
55
"author": "akveo <[email protected]>",
66
"license": "MIT",
@@ -19,8 +19,8 @@
1919
"ui-kitten": "./bin/ui-kitten"
2020
},
2121
"devDependencies": {
22-
"@eva-design/dss": "^2.2.0",
23-
"@eva-design/processor": "^2.2.0",
22+
"@ui-cat/eva-design-dss": "^2.2.0",
23+
"@ui-cat/eva-design-processor": "^2.2.0",
2424
"@types/lodash.merge": "ts3.7",
2525
"chalk": "^3.0.0",
2626
"commander": "^4.1.1",

src/moment/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
2-
"name": "@ui-kitten/moment",
3-
"description": "moment.js services for UI Kitten",
2+
"name": "@ui-cat/moment",
3+
"description": "moment.js services for UI Cat",
44
"version": "5.3.1",
5-
"author": "akveo <[email protected]>",
65
"license": "MIT",
76
"homepage": "https://github.com/ui-cat/react-native-ui-cat#readme",
87
"repository": {
@@ -15,6 +14,7 @@
1514
"keywords": [
1615
"react-native",
1716
"ui-kitten",
17+
"ui-cat",
1818
"moment"
1919
],
2020
"publishConfig": {
@@ -24,7 +24,7 @@
2424
"moment": "^2.24.0"
2525
},
2626
"peerDependencies": {
27-
"@ui-kitten/components": "5.3.1",
27+
"@ui-cat/components": "5.3.1",
2828
"moment": "^2.24.0"
2929
},
3030
"sideEffects": false

src/showcases/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@ui-kitten/showcases",
2+
"name": "@ui-cat/showcases",
33
"version": "5.0.0-alpha.1",
44
"private": true,
55
"workspaces": {

src/template-js/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "@ui-kitten/template-js",
3-
"description": "React Native template project with UI Kitten",
2+
"name": "@ui-cat/template-js",
3+
"description": "React Native template project with UI Cat",
44
"version": "5.3.1",
55
"author": "akveo <[email protected]>",
66
"license": "MIT",
@@ -12,6 +12,7 @@
1212
"keywords": [
1313
"react-native",
1414
"ui-kitten",
15+
"ui-cat",
1516
"template",
1617
"boilerplate"
1718
],

src/template-js/template/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
"dependencies": {
1313
"react": "18.1.0",
1414
"react-native": "0.70.6",
15-
"@eva-design/eva": "^2.2.0",
16-
"@ui-kitten/components": "5.3.1",
17-
"@ui-kitten/eva-icons": "5.3.1",
18-
"@ui-kitten/metro-config": "5.3.1",
15+
"@ui-cat/eva-design-eva": "^2.2.0",
16+
"@ui-cat/components": "5.3.1",
17+
"@ui-cat/eva-icons": "5.3.1",
18+
"@ui-cat/metro-config": "5.3.1",
1919
"react-native-svg": "^12.1.1"
2020
},
2121
"devDependencies": {
@@ -31,4 +31,4 @@
3131
"jest": {
3232
"preset": "react-native"
3333
}
34-
}
34+
}

0 commit comments

Comments
 (0)