Skip to content

Commit

Permalink
release: v4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
artyorsh authored and Artur Yorsh committed Dec 4, 2019
1 parent b581387 commit 2ec4ccd
Show file tree
Hide file tree
Showing 13 changed files with 70 additions and 54 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## 4.3.0 (2019-12-04)

* chore: rename main package to @ui-kitten/components ([b6cf0b9](https://github.com/akveo/react-native-ui-kitten/commit/b6cf0b9))
* chore: upgrade templates to latest react-native ([3759572](https://github.com/akveo/react-native-ui-kitten/commit/3759572))
* fix(components): calendar - date bounds disabling behavior ([61e4806](https://github.com/akveo/react-native-ui-kitten/commit/61e4806))
* fix(components): calendar - replace UTC dates with regular dates ([700a902](https://github.com/akveo/react-native-ui-kitten/commit/700a902))
* fix(components): list - add ability to override keyExtractor ([d5ee185](https://github.com/akveo/react-native-ui-kitten/commit/d5ee185))
* fix(components): modal center positioning ([301e3f4](https://github.com/akveo/react-native-ui-kitten/commit/301e3f4))
* feat(components): card component add ([f6c5899](https://github.com/akveo/react-native-ui-kitten/commit/f6c5899))
* feat(components): datepicker - add placeholder property ([d34bcd4](https://github.com/akveo/react-native-ui-kitten/commit/d34bcd4))
* refactor(components): unify icon prop stylings ([156646d](https://github.com/akveo/react-native-ui-kitten/commit/156646d))
* chore(components): update components to eva 1.3 ([c958482](https://github.com/akveo/react-native-ui-kitten/commit/c958482))
* docs(guides): simplify getting-started ([a93bfed](https://github.com/akveo/react-native-ui-kitten/commit/a93bfed))



## 4.3.0-beta.1 (2019-10-17)

* feat(docs): clickable examples ([a08e1d3](https://github.com/akveo/react-native-ui-kitten/commit/a08e1d3))
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ui-kitten",
"version": "4.3.0-beta.1",
"version": "4.3.0",
"private": true,
"license": "MIT",
"author": "akveo <[email protected]>",
Expand Down Expand Up @@ -28,7 +28,7 @@
},
"devDependencies": {
"@babel/core": "^7.4.4",
"@eva-design/eva": "^1.3.0-beta.1",
"@eva-design/eva": "^1.3.0",
"@types/gulp": "ts3.5",
"@types/gulp-replace": "ts3.5",
"@types/jest": "ts3.5",
Expand Down
6 changes: 3 additions & 3 deletions src/components/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ui-kitten/components",
"description": "React Native components based on Eva Design System",
"version": "4.3.0-beta.1",
"version": "4.3.0",
"author": "akveo <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/akveo/react-native-ui-kitten#readme",
Expand All @@ -21,8 +21,8 @@
"access": "public"
},
"dependencies": {
"@eva-design/dss": "^1.3.0-beta.1",
"@eva-design/processor": "^1.3.0-beta.1",
"@eva-design/dss": "^1.3.0",
"@eva-design/processor": "^1.3.0",
"hoist-non-react-statics": "^3.2.1",
"lodash.merge": "^4.6.1",
"fecha": "3.0.3"
Expand Down
6 changes: 3 additions & 3 deletions src/date-fns/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ui-kitten/date-fns",
"description": "date-fns services for UI Kitten",
"version": "4.3.0-beta.1",
"version": "4.3.0",
"author": "akveo <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/akveo/react-native-ui-kitten#readme",
Expand All @@ -24,8 +24,8 @@
"date-fns": "^1.30.1"
},
"peerDependencies": {
"@ui-kitten/components": "4.3.0-beta.1",
"@ui-kitten/components": "4.3.0",
"date-fns": "^1.30.1"
},
"sideEffects": false
}
}
6 changes: 3 additions & 3 deletions src/eva-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ui-kitten/eva-icons",
"description": "Eva Icons for React Native",
"version": "4.3.0-beta.1",
"version": "4.3.0",
"author": "akveo <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/akveo/react-native-ui-kitten#readme",
Expand All @@ -27,8 +27,8 @@
"react-native-svg": "^9.4.0"
},
"peerDependencies": {
"@ui-kitten/components": "4.3.0-beta.1",
"@ui-kitten/components": "4.3.0",
"react-native-svg": "^9.4.0"
},
"sideEffects": false
}
}
6 changes: 3 additions & 3 deletions src/moment/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ui-kitten/moment",
"description": "moment.js services for UI Kitten",
"version": "4.3.0-beta.1",
"version": "4.3.0",
"author": "akveo <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/akveo/react-native-ui-kitten#readme",
Expand All @@ -24,8 +24,8 @@
"moment": "^2.24.0"
},
"peerDependencies": {
"@ui-kitten/components": "4.3.0-beta.1",
"@ui-kitten/components": "4.3.0",
"moment": "^2.24.0"
},
"sideEffects": false
}
}
4 changes: 2 additions & 2 deletions src/playground/env/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const path = require('path');

module.exports = {
ENV: 'dev',
EVA_PATH: path.resolve(__dirname, '../../../../eva/packages'),
ENV: 'prod',
EVA_PATH: path.resolve(__dirname, '../../../node_modules/@eva-design'),
};
2 changes: 1 addition & 1 deletion src/playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ui-kitten/playground",
"version": "4.3.0-beta.1",
"version": "4.3.0",
"private": true,
"workspaces": {
"nohoist": [
Expand Down
4 changes: 2 additions & 2 deletions src/template-js/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ui-kitten/template-js",
"description": "React Native template project with UI Kitten",
"version": "4.3.0-beta.1",
"version": "4.3.0",
"author": "akveo <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/akveo/react-native-ui-kitten#readme",
Expand All @@ -22,4 +22,4 @@
"publishConfig": {
"access": "public"
}
}
}
6 changes: 3 additions & 3 deletions src/template-js/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"postinstall": "react-native link"
},
"dependencies": {
"@eva-design/eva": "^1.3.0-beta.1",
"@ui-kitten/components": "^4.3.0-beta.1",
"@ui-kitten/eva-icons": "^4.3.0-beta.1",
"@eva-design/eva": "^1.3.0",
"@ui-kitten/components": "4.3.0",
"@ui-kitten/eva-icons": "4.3.0",
"react": "16.9.0",
"react-native": "0.61.5",
"react-native-svg": "^9.13.3"
Expand Down
4 changes: 2 additions & 2 deletions src/template-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ui-kitten/template-ts",
"description": "React Native template project with UI Kitten and TypeScript",
"version": "4.3.0-beta.1",
"version": "4.3.0",
"author": "akveo <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/akveo/react-native-ui-kitten#readme",
Expand All @@ -22,4 +22,4 @@
"publishConfig": {
"access": "public"
}
}
}
6 changes: 3 additions & 3 deletions src/template-ts/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"postinstall": "react-native link"
},
"dependencies": {
"@eva-design/eva": "^1.3.0-beta.1",
"@ui-kitten/components": "^4.3.0-beta.1",
"@ui-kitten/eva-icons": "^4.3.0-beta.1",
"@eva-design/eva": "^1.3.0",
"@ui-kitten/components": "4.3.0",
"@ui-kitten/eva-icons": "4.3.0",
"react": "16.9.0",
"react-native": "0.61.5",
"react-native-svg": "^9.13.3"
Expand Down
54 changes: 27 additions & 27 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1124,20 +1124,20 @@
exec-sh "^0.3.2"
minimist "^1.2.0"

"@eva-design/dss@^1.3.0-beta.1":
version "1.3.0-beta.1"
resolved "https://registry.yarnpkg.com/@eva-design/dss/-/dss-1.3.0-beta.1.tgz#5acad80422ba5980655a6b3f187675a82d045e8f"
integrity sha512-AMW4MGx1Nqm5pwxY+aHQjwRjDN6ernvd9rBgFlePzbBgRUIdcwSWsn963j2QiXSx78PrC8VODqUPGEWHnWCw3w==
"@eva-design/dss@^1.3.0":
version "1.3.0"
resolved "https://registry.yarnpkg.com/@eva-design/dss/-/dss-1.3.0.tgz#f3e33192681d6ddc3dbddbe4040b248bc10e3612"
integrity sha512-g5VdOXycxRInC+aZif60q6IySLga78CuhYEdU7ry+oOUul6GXVhGcRe0q+4MVkZXBA90IDdqh/e8gN2SOqfIRQ==

"@eva-design/eva@^1.3.0-beta.1":
version "1.3.0-beta.1"
resolved "https://registry.yarnpkg.com/@eva-design/eva/-/eva-1.3.0-beta.1.tgz#c1e593bc458a1706a40357ae3501111fa326d665"
integrity sha512-UE2dH1twVXKnLTbU8rrX20ChxblqZZjy7U3CXpFNpf3XPtQsetuNmElNHL6iLC4+YtD21xwu8+oDcmyqS1ijEQ==
"@eva-design/eva@^1.3.0":
version "1.3.0"
resolved "https://registry.yarnpkg.com/@eva-design/eva/-/eva-1.3.0.tgz#9e20da2a5bd0f4420728f32d8ab93452c6fcc238"
integrity sha512-wdi+wolofBrEzGtSGv2mzLTndS61A+pQMrpqUhd0TH1cH3D5sjS8C81lzonwrv0qCRapNnb3X9mg8Bw0To/xNQ==

"@eva-design/processor@^1.3.0-beta.1":
version "1.3.0-beta.1"
resolved "https://registry.yarnpkg.com/@eva-design/processor/-/processor-1.3.0-beta.1.tgz#26ed5c8fb2bda0535ea113c90af4575631c367e5"
integrity sha512-Avt9TXSQ5Kg+uXn8LlESo+INudoikItm1BZUGUHluARrLIjnMJgu+twjzz0jk4k6WB+giXZU4JAWYAoDvnahrw==
"@eva-design/processor@^1.3.0":
version "1.3.0"
resolved "https://registry.yarnpkg.com/@eva-design/processor/-/processor-1.3.0.tgz#8fd0e7b946d3c3f5969fc8484bb609f3f8606eb4"
integrity sha512-wuVI00tjBfA6S4bKLLpxJFBVThFPyQUR+1uBN8OH7pEUUCfo/0u8UoW41SM2+BYdHbhaYCZzw6BXHXsHULZ2Ig==

"@expo/config@^2.1.5", "@expo/config@^2.5.1":
version "2.5.1"
Expand Down Expand Up @@ -3449,19 +3449,19 @@ caniuse-api@^3.0.0:
lodash.uniq "^4.5.0"

caniuse-db@^1.0.30000187, caniuse-db@^1.0.30000634, caniuse-db@^1.0.30000639:
version "1.0.30001013"
resolved "https://registry.yarnpkg.com/caniuse-db/-/caniuse-db-1.0.30001013.tgz#7fde3c19efcdb7d9f8d24185e219e586933d31b0"
integrity sha512-wvXRZ9Ov0rwDEN2Eqir2OGHMEGS1roQvc90DejA5mbsLGUws8H339GZYxXm2CTT2PT3DhpxLPq7FrYp6XcEWkg==
version "1.0.30001015"
resolved "https://registry.yarnpkg.com/caniuse-db/-/caniuse-db-1.0.30001015.tgz#9f1b4fa158c747dcc04b15f9c5359ddcf0390d90"
integrity sha512-+Fqdu7tOxSD0HDs922QPxseHlwnUzdjLC1Oq32HZ1/LWrMfYNt8JaUWnoiIAR+G4fRzM3tdgc4Lrqo5Nx76UsQ==

[email protected]:
version "1.0.30000974"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30000974.tgz#b7afe14ee004e97ce6dc73e3f878290a12928ad8"
integrity sha512-xc3rkNS/Zc3CmpMKuczWEdY2sZgx09BkAxfvkxlAEBTqcMHeL8QnPqhKse+5sRTi3nrw2pJwToD2WvKn1Uhvww==

caniuse-lite@^1.0.0, caniuse-lite@^1.0.30000957, caniuse-lite@^1.0.30000960, caniuse-lite@^1.0.30000984, caniuse-lite@^1.0.30001012:
version "1.0.30001013"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001013.tgz#da2440d4d266a17d40eb79bd19c0c8cc1d029c72"
integrity sha512-hOAXaWKuq/UVFgYawxIOdPdyMQdYcwOCDOjnZcKn7wCgFUrhP7smuNZjGLuJlPSgE6aRA4cRJ+bGSrhtEt7ZAg==
version "1.0.30001015"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001015.tgz#15a7ddf66aba786a71d99626bc8f2b91c6f0f5f0"
integrity sha512-/xL2AbW/XWHNu1gnIrO8UitBGoFthcsDgU9VLK1/dpsoxbaD5LscHozKze05R6WLsBvLhqv78dAPozMFQBYLbQ==

[email protected]:
version "1.0.0"
Expand Down Expand Up @@ -10109,9 +10109,9 @@ node-pre-gyp@^0.12.0:
tar "^4"

node-releases@^1.1.14, node-releases@^1.1.25, node-releases@^1.1.41:
version "1.1.41"
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.41.tgz#57674a82a37f812d18e3b26118aefaf53a00afed"
integrity sha512-+IctMa7wIs8Cfsa8iYzeaLTFwv5Y4r5jZud+4AnfymzeEXKBCavFX0KBgzVaPVqf0ywa6PrO8/b+bPqdwjGBSg==
version "1.1.42"
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.42.tgz#a999f6a62f8746981f6da90627a8d2fc090bbad7"
integrity sha512-OQ/ESmUqGawI2PRX+XIRao44qWYBBfN54ImQYdWVTQqUckuejOg76ysSqDBK8NG3zwySRVnX36JwDQ6x+9GxzA==
dependencies:
semver "^6.3.0"

Expand Down Expand Up @@ -12128,9 +12128,9 @@ react-navigation-stack@^1.10.3:
prop-types "^15.7.2"

react-navigation-tabs@^2.6.0:
version "2.6.0"
resolved "https://registry.yarnpkg.com/react-navigation-tabs/-/react-navigation-tabs-2.6.0.tgz#e7b7af54e6dab3f7cf7747859862c9684713d7df"
integrity sha512-ffDB9CquA+f+bV1WV228Z3VY3sqUa9eerFnwHw096wgG3YafPDYKo+Xs28N9jQWMQ9Sfb0JB8HvkpR/9pcIS1A==
version "2.6.2"
resolved "https://registry.yarnpkg.com/react-navigation-tabs/-/react-navigation-tabs-2.6.2.tgz#6611f3bbc5fcbc004a96a457e1dbe8d957d09ef5"
integrity sha512-b7Bwio3pOyb2dJOsfICm1eXUCekULO63VitLlkslsuwB5v5qXD9u+TkuSGADPiAybRH3Fts4cQX/xA5WGsIsfg==
dependencies:
hoist-non-react-statics "^3.3.0"
react-lifecycles-compat "^3.0.4"
Expand Down Expand Up @@ -14586,9 +14586,9 @@ [email protected]:
integrity sha512-YycBxUb49UUhdNMU5aJ7z5Ej2XGmaIBL0x34vZ82fn3hGvD+bgrMrVDpatgz2f7YxUMJxMkbWxJZeAvDxVe7Vw==

[email protected], typescript@^3.5.1:
version "3.7.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.7.2.tgz#27e489b95fa5909445e9fef5ee48d81697ad18fb"
integrity sha512-ml7V7JfiN2Xwvcer+XAf2csGO1bPBdRbFCkYBczNZggrBZ9c7G3riSUeJmqEU5uOtXNPMhE3n+R4FA/3YOAWOQ==
version "3.7.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.7.3.tgz#b36840668a16458a7025b9eabfad11b66ab85c69"
integrity sha512-Mcr/Qk7hXqFBXMN7p7Lusj1ktCBydylfQM/FZCk5glCNQJrCUKPkMHdo9R0MTFWsC/4kPFvDS0fDPvukfCkFsw==

typescript@^2.7.0:
version "2.9.2"
Expand Down

0 comments on commit 2ec4ccd

Please sign in to comment.