chore(): remove beta script changes

This commit is contained in:
Liam DeBeasi
2020-10-08 16:38:05 +00:00
parent d371af48e3
commit 32196bc4e8
4 changed files with 23 additions and 23 deletions

View File

@@ -10,11 +10,11 @@ const rootDir = path.join(__dirname, '../');
const packages = [
'core',
//'docs',
//'angular',
//'packages/react',
//'packages/react-router',
//'packages/angular-server',
'docs',
'angular',
'packages/react',
'packages/react-router',
'packages/angular-server',
'packages/vue',
'packages/vue-router'
];
@@ -44,7 +44,7 @@ async function askNpmTag(version) {
type: 'list',
name: 'npmTag',
message: 'Select npm tag or specify a new tag',
choices: ['latest', 'next', 'v4-lts', 'beta']
choices: ['latest', 'next', 'v4-lts']
.concat([
new inquirer.Separator(),
{

View File

@@ -86,10 +86,10 @@ function publishGit(tasks, version, changelog, npmTag) {
title: 'Push tags to remove',
task: () => execa('git', ['push', '--follow-tags'], { cwd: common.rootDir })
},
/*{
{
title: 'Publish Github release',
task: () => publishGithub(version, gitTag, changelog, npmTag)
}*/
}
);
}

View File

@@ -1306,27 +1306,27 @@
}
},
"@ionic/core": {
"version": "0.6.0-dev.202010061731.4c58b2f",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-0.6.0-dev.202010061731.4c58b2f.tgz",
"integrity": "sha512-+eR99HmJiYLDPXORCVoAGxQlbQ97JJ4EdP9Uo6/pHwsUw2Drf+NLBaGEwZMrB2AFpINY+uySzd6pjnRPUVFNwQ==",
"version": "5.4.0-dev.202010081632.d371af4",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.4.0-dev.202010081632.d371af4.tgz",
"integrity": "sha512-Umy3OIbolByO9a4ZpETLxQ904TmaxD8grUnF3j7sfRFji4jXnzHAaVz6FteogWeZHjUa4hxJwrD3oBMh3OPKJQ==",
"requires": {
"ionicons": "^5.1.2",
"tslib": "^1.10.0"
}
},
"@ionic/vue": {
"version": "0.6.0-dev.202010061731.4c58b2f",
"resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-0.6.0-dev.202010061731.4c58b2f.tgz",
"integrity": "sha512-68d0cFHR0/7wI7MXSmVtRYA8iySM9aE9wmeVvgE7v447VDoe9zwhW8sPVCqRy6ibWQpZWRF2tLS4kPPSQKn/HQ==",
"version": "5.4.0-dev.202010081632.d371af4",
"resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-5.4.0-dev.202010081632.d371af4.tgz",
"integrity": "sha512-fPvnbWLxrP4wCSFlQepH/J++IkOE0wDvZlPAjl+B/xXGW8jEp0cr8HVY+cXevgPGiUbE0eUexBlOtmYLZ2yIEQ==",
"requires": {
"@ionic/core": "0.6.0-dev.202010061731.4c58b2f",
"@ionic/core": "5.4.0-dev.202010081632.d371af4",
"ionicons": "^5.1.2"
}
},
"@ionic/vue-router": {
"version": "0.6.0-dev.202010061731.4c58b2f",
"resolved": "https://registry.npmjs.org/@ionic/vue-router/-/vue-router-0.6.0-dev.202010061731.4c58b2f.tgz",
"integrity": "sha512-HyvdJYjppGa2bke6E8TO26RHczxA8LizOB8bL+ZOBfGtpeLnALmajhaHx6CthvPUHLDrcUQZ80LkS+zfM/sBew=="
"version": "5.4.0-dev.202010081632.d371af4",
"resolved": "https://registry.npmjs.org/@ionic/vue-router/-/vue-router-5.4.0-dev.202010081632.d371af4.tgz",
"integrity": "sha512-/ZrfEppL1UeA3Eb+QSa4D05AjPPwcloevpPOoXW8tkJ0q8A9yb7n/29IlsnPdp0m/zSJKyJAFlO2cxy5RVQSRw=="
},
"@jest/console": {
"version": "24.9.0",
@@ -9254,9 +9254,9 @@
}
},
"ionicons": {
"version": "5.2.1",
"resolved": "https://registry.npmjs.org/ionicons/-/ionicons-5.2.1.tgz",
"integrity": "sha512-dtw4rR7Sr2ssGHRrkTMESQ/p4gwovmHgafKvZsEeMjb712xjBOD3YSycy5kofS5RusU/IFVog8693BZiJ0ELzA=="
"version": "5.2.3",
"resolved": "https://registry.npmjs.org/ionicons/-/ionicons-5.2.3.tgz",
"integrity": "sha512-87qtgBkieKVFagwYA9Cf91B3PCahQbEOMwMt8bSvlQSgflZ4eE5qI4MGj2ZlIyadeX0dgo+0CzZsy3ow0CsBAg=="
},
"ip": {
"version": "1.1.5",

View File

@@ -11,8 +11,8 @@
"cypress": "node_modules/.bin/cypress run --headless --browser chrome"
},
"dependencies": {
"@ionic/vue": "0.6.0-dev.202010061731.4c58b2f",
"@ionic/vue-router": "0.6.0-dev.202010061731.4c58b2f",
"@ionic/vue": "5.4.0-dev.202010081632.d371af4",
"@ionic/vue-router": "5.4.0-dev.202010081632.d371af4",
"core-js": "^3.6.5",
"vue": "^3.0.0-0",
"vue-router": "^4.0.0-0"