chore(release): @nativescript/core@8.1.3

This commit is contained in:
Nathan Walker
2021-09-18 13:38:24 -07:00
parent 90b8718138
commit ee701db137
4 changed files with 15 additions and 6 deletions

View File

@ -1,3 +1,12 @@
## [8.1.3](https://github.com/NativeScript/NativeScript/compare/8.1.2-core...8.1.3) (2021-09-18)
### Bug Fixes
* **android:** only attach if activity is CREATED ([#9552](https://github.com/NativeScript/NativeScript/issues/9552)) ([90b8718](https://github.com/NativeScript/NativeScript/commit/90b8718138fc6e67e2141d9b77017b3d96e50d51))
## [8.1.2](https://github.com/NativeScript/NativeScript/compare/8.1.1-core...8.1.2) (2021-09-15) ## [8.1.2](https://github.com/NativeScript/NativeScript/compare/8.1.1-core...8.1.2) (2021-09-15)

View File

@ -10,8 +10,8 @@
"clean": "npx rimraf hooks node_modules platforms package-lock.json && npm i --legacy-peer-deps" "clean": "npx rimraf hooks node_modules platforms package-lock.json && npm i --legacy-peer-deps"
}, },
"dependencies": { "dependencies": {
"nativescript-theme-core": "file:../../node_modules/nativescript-theme-core", "@nativescript/core": "file:../../packages/core",
"@nativescript/core": "file:../../packages/core" "nativescript-theme-core": "file:../../node_modules/nativescript-theme-core"
}, },
"devDependencies": { "devDependencies": {
"@nativescript/android": "7.0.1", "@nativescript/android": "7.0.1",

View File

@ -1,11 +1,11 @@
{ {
"name": "nativescript", "name": "nativescript",
"version": "8.1.2", "version": "8.1.3",
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {
"clean": "git clean -f -X -d --exclude=!.idea/ --exclude=!.vscode/*", "clean": "git clean -f -X -d --exclude=!.idea/ --exclude=!.vscode/*",
"setup": "npm run clean && npm install --legacy-peer-deps", "setup": "npm run clean && npm install --legacy-peer-deps",
"setup:yarn": "yarn run clean && yarn", "setup:yarn": "yarn clean && yarn",
"setup:pnpm": "pnpm run clean && pnpm install", "setup:pnpm": "pnpm run clean && pnpm install",
"postinstall": "ts-patch install && husky install && nx run core:setup", "postinstall": "ts-patch install && husky install && nx run core:setup",
"start": "nps", "start": "nps",
@ -53,7 +53,7 @@
"mocha": "^8.0.1", "mocha": "^8.0.1",
"mocha-typescript": "^1.1.17", "mocha-typescript": "^1.1.17",
"module-alias": "^2.2.2", "module-alias": "^2.2.2",
"nativescript": "~7.2.0", "nativescript": "~8.1.2",
"nativescript-typedoc-theme": "1.0.0", "nativescript-typedoc-theme": "1.0.0",
"parse-css": "git+https://github.com/tabatkins/parse-css.git", "parse-css": "git+https://github.com/tabatkins/parse-css.git",
"parserlib": "^1.1.1", "parserlib": "^1.1.1",

View File

@ -3,7 +3,7 @@
"main": "index", "main": "index",
"types": "index.d.ts", "types": "index.d.ts",
"description": "A JavaScript library providing an easy to use api for interacting with iOS and Android platform APIs.", "description": "A JavaScript library providing an easy to use api for interacting with iOS and Android platform APIs.",
"version": "8.1.2", "version": "8.1.3",
"homepage": "https://nativescript.org", "homepage": "https://nativescript.org",
"repository": { "repository": {
"type": "git", "type": "git",