From 2ec4ccddc0e8caa45995f02131264dc1de28c17c Mon Sep 17 00:00:00 2001 From: Artur Yorsh <10753921+artyorsh@users.noreply.github.com> Date: Wed, 4 Dec 2019 12:43:58 +0300 Subject: [PATCH] release: v4.3.0 --- CHANGELOG.md | 16 ++++++++ package.json | 4 +- src/components/package.json | 6 +-- src/date-fns/package.json | 6 +-- src/eva-icons/package.json | 6 +-- src/moment/package.json | 6 +-- src/playground/env/index.js | 4 +- src/playground/package.json | 2 +- src/template-js/package.json | 4 +- src/template-js/template/package.json | 6 +-- src/template-ts/package.json | 4 +- src/template-ts/template/package.json | 6 +-- yarn.lock | 54 +++++++++++++-------------- 13 files changed, 70 insertions(+), 54 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bcbff23c..3df7762c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/package.json b/package.json index f9feaeb96..87e5aeb42 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ui-kitten", - "version": "4.3.0-beta.1", + "version": "4.3.0", "private": true, "license": "MIT", "author": "akveo ", @@ -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", diff --git a/src/components/package.json b/src/components/package.json index 30e9c670a..adba807c3 100644 --- a/src/components/package.json +++ b/src/components/package.json @@ -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 ", "license": "MIT", "homepage": "https://github.com/akveo/react-native-ui-kitten#readme", @@ -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" diff --git a/src/date-fns/package.json b/src/date-fns/package.json index 0cfed90f9..eaede6bcf 100644 --- a/src/date-fns/package.json +++ b/src/date-fns/package.json @@ -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 ", "license": "MIT", "homepage": "https://github.com/akveo/react-native-ui-kitten#readme", @@ -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 -} +} \ No newline at end of file diff --git a/src/eva-icons/package.json b/src/eva-icons/package.json index 050b8ea73..eac99f56f 100644 --- a/src/eva-icons/package.json +++ b/src/eva-icons/package.json @@ -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 ", "license": "MIT", "homepage": "https://github.com/akveo/react-native-ui-kitten#readme", @@ -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 -} +} \ No newline at end of file diff --git a/src/moment/package.json b/src/moment/package.json index 7348e8fcb..c8ce37ad2 100644 --- a/src/moment/package.json +++ b/src/moment/package.json @@ -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 ", "license": "MIT", "homepage": "https://github.com/akveo/react-native-ui-kitten#readme", @@ -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 -} +} \ No newline at end of file diff --git a/src/playground/env/index.js b/src/playground/env/index.js index eb45b992c..da3cd834d 100644 --- a/src/playground/env/index.js +++ b/src/playground/env/index.js @@ -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'), }; diff --git a/src/playground/package.json b/src/playground/package.json index ff1c56ea4..3acc578f6 100644 --- a/src/playground/package.json +++ b/src/playground/package.json @@ -1,6 +1,6 @@ { "name": "@ui-kitten/playground", - "version": "4.3.0-beta.1", + "version": "4.3.0", "private": true, "workspaces": { "nohoist": [ diff --git a/src/template-js/package.json b/src/template-js/package.json index 190dd786c..36ec61f0d 100644 --- a/src/template-js/package.json +++ b/src/template-js/package.json @@ -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 ", "license": "MIT", "homepage": "https://github.com/akveo/react-native-ui-kitten#readme", @@ -22,4 +22,4 @@ "publishConfig": { "access": "public" } -} +} \ No newline at end of file diff --git a/src/template-js/template/package.json b/src/template-js/template/package.json index 7838a025f..9f62c9d12 100644 --- a/src/template-js/template/package.json +++ b/src/template-js/template/package.json @@ -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" diff --git a/src/template-ts/package.json b/src/template-ts/package.json index 6029d295e..56fab6af1 100644 --- a/src/template-ts/package.json +++ b/src/template-ts/package.json @@ -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 ", "license": "MIT", "homepage": "https://github.com/akveo/react-native-ui-kitten#readme", @@ -22,4 +22,4 @@ "publishConfig": { "access": "public" } -} +} \ No newline at end of file diff --git a/src/template-ts/template/package.json b/src/template-ts/template/package.json index 4716ed293..65ad49b04 100644 --- a/src/template-ts/template/package.json +++ b/src/template-ts/template/package.json @@ -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" diff --git a/yarn.lock b/yarn.lock index b4624b250..b4ac41a9b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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" @@ -3449,9 +3449,9 @@ 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== caniuse-lite@1.0.30000974: version "1.0.30000974" @@ -3459,9 +3459,9 @@ caniuse-lite@1.0.30000974: 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== canonical-path@1.0.0: version "1.0.0" @@ -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" @@ -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" @@ -14586,9 +14586,9 @@ typescript@3.4.5: integrity sha512-YycBxUb49UUhdNMU5aJ7z5Ej2XGmaIBL0x34vZ82fn3hGvD+bgrMrVDpatgz2f7YxUMJxMkbWxJZeAvDxVe7Vw== typescript@3.7.x, 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"