Skip to content

Commit

Permalink
[Github Action] Update version to 5.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmelt authored and github-actions[bot] committed Jun 25, 2022
1 parent 406e47b commit cad3a5e
Show file tree
Hide file tree
Showing 25 changed files with 45 additions and 45 deletions.
2 changes: 1 addition & 1 deletion cosmos-cmd-tlm-api/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ if ENV['COSMOS_DEVEL']
elsif ENV['COSMOS_PATH']
gem 'cosmos', :path => ENV['COSMOS_PATH']
else
gem 'cosmos', '5.0.5.pre.beta0'
gem 'cosmos', '5.0.5'
end
2 changes: 1 addition & 1 deletion cosmos-init/plugins/cosmosc2-tool-base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cosmosc2/tool-base",
"version": "5.0.5-beta0",
"version": "5.0.5",
"scripts": {
"serve": "webpack serve --port 2910 --env isLocal",
"lint": "eslint src --ext js",
Expand Down
2 changes: 1 addition & 1 deletion cosmos-init/plugins/docker-package-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e
PLUGINS="/cosmos/plugins"
GEMS="/cosmos/plugins/gems/"
PACKAGES="packages"
COSMOS_RELEASE_VERSION=5.0.5-beta0
COSMOS_RELEASE_VERSION=5.0.5

mkdir -p ${GEMS}

Expand Down
2 changes: 1 addition & 1 deletion cosmos-init/plugins/docker-package-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e
PLUGINS="/cosmos/plugins"
GEMS="/cosmos/plugins/gems/"
PACKAGES="packages"
COSMOS_RELEASE_VERSION=5.0.5-beta0
COSMOS_RELEASE_VERSION=5.0.5

mkdir -p ${GEMS}

Expand Down
4 changes: 2 additions & 2 deletions cosmos-init/plugins/packages/cosmosc2-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "widgets_src",
"version": "5.0.5-beta0",
"version": "5.0.5",
"private": true,
"scripts": {
"build": "vue-cli-service build --target lib --dest tools/widgets/HelloworldWidget --formats umd-min src/HelloworldWidget.vue --name HelloworldWidget && vue-cli-service build --target lib --dest tools/widgets/BigWidget --formats umd-min src/BigWidget.vue --name BigWidget"
},
"dependencies": {
"@cosmosc2/tool-common": "5.0.5-beta0",
"@cosmosc2/tool-common": "5.0.5",
"vue": "2.6.14",
"vuetify": "2.6.4"
},
Expand Down
4 changes: 2 additions & 2 deletions cosmos-init/plugins/packages/cosmosc2-tool-admin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cosmosc2/tool-admin",
"version": "5.0.5-beta0",
"version": "5.0.5",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand All @@ -15,7 +15,7 @@
"error-stack-parser": "2.0.6"
},
"dependencies": {
"@cosmosc2/tool-common": "5.0.5-beta0",
"@cosmosc2/tool-common": "5.0.5",
"axios": "0.22.0",
"date-fns": "2.28.0",
"portal-vue": "2.1.7",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cosmosc2/tool-autonomic",
"version": "5.0.5-beta0",
"version": "5.0.5",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand All @@ -13,7 +13,7 @@
"error-stack-parser": "2.0.6"
},
"dependencies": {
"@cosmosc2/tool-common": "5.0.5-beta0",
"@cosmosc2/tool-common": "5.0.5",
"axios": "0.22.0",
"date-fns": "2.28.0",
"portal-vue": "2.1.7",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cosmosc2/tool-calendar",
"version": "5.0.5-beta0",
"version": "5.0.5",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand All @@ -15,7 +15,7 @@
"error-stack-parser": "2.0.6"
},
"dependencies": {
"@cosmosc2/tool-common": "5.0.5-beta0",
"@cosmosc2/tool-common": "5.0.5",
"date-fns": "2.28.0",
"lodash": "4.17.21",
"axios": "0.22.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cosmosc2/tool-cmdsender",
"version": "5.0.5-beta0",
"version": "5.0.5",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand All @@ -15,7 +15,7 @@
"error-stack-parser": "2.0.6"
},
"dependencies": {
"@cosmosc2/tool-common": "5.0.5-beta0",
"@cosmosc2/tool-common": "5.0.5",
"axios": "0.22.0",
"date-fns": "2.28.0",
"portal-vue": "2.1.7",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cosmosc2/tool-cmdtlmserver",
"version": "5.0.5-beta0",
"version": "5.0.5",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand All @@ -15,7 +15,7 @@
"error-stack-parser": "2.0.6"
},
"dependencies": {
"@cosmosc2/tool-common": "5.0.5-beta0",
"@cosmosc2/tool-common": "5.0.5",
"axios": "0.22.0",
"date-fns": "2.28.0",
"portal-vue": "2.1.7",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cosmosc2/tool-common",
"version": "5.0.5-beta0",
"version": "5.0.5",
"private": false,
"dependencies": {
"@rails/actioncable": "6.1.6",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cosmosc2/tool-dataextractor",
"version": "5.0.5-beta0",
"version": "5.0.5",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand All @@ -15,7 +15,7 @@
"error-stack-parser": "2.0.6"
},
"dependencies": {
"@cosmosc2/tool-common": "5.0.5-beta0",
"@cosmosc2/tool-common": "5.0.5",
"axios": "0.22.0",
"date-fns": "2.28.0",
"portal-vue": "2.1.7",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cosmosc2/tool-dataviewer",
"version": "5.0.5-beta0",
"version": "5.0.5",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand All @@ -15,7 +15,7 @@
"error-stack-parser": "2.0.6"
},
"dependencies": {
"@cosmosc2/tool-common": "5.0.5-beta0",
"@cosmosc2/tool-common": "5.0.5",
"date-fns": "2.28.0",
"lodash": "4.17.21",
"axios": "0.22.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cosmosc2/tool-handbooks",
"version": "5.0.5-beta0",
"version": "5.0.5",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand All @@ -15,7 +15,7 @@
"error-stack-parser": "2.0.6"
},
"dependencies": {
"@cosmosc2/tool-common": "5.0.5-beta0",
"@cosmosc2/tool-common": "5.0.5",
"date-fns": "2.28.0",
"lodash": "4.17.21",
"axios": "0.22.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cosmosc2/tool-limitsmonitor",
"version": "5.0.5-beta0",
"version": "5.0.5",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand All @@ -15,7 +15,7 @@
"error-stack-parser": "2.0.6"
},
"dependencies": {
"@cosmosc2/tool-common": "5.0.5-beta0",
"@cosmosc2/tool-common": "5.0.5",
"date-fns": "2.28.0",
"lodash": "4.17.21",
"axios": "0.22.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cosmosc2/tool-packetviewer",
"version": "5.0.5-beta0",
"version": "5.0.5",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand All @@ -15,7 +15,7 @@
"error-stack-parser": "2.0.6"
},
"dependencies": {
"@cosmosc2/tool-common": "5.0.5-beta0",
"@cosmosc2/tool-common": "5.0.5",
"date-fns": "2.28.0",
"lodash": "4.17.21",
"axios": "0.22.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cosmosc2/tool-scriptrunner",
"version": "5.0.5-beta0",
"version": "5.0.5",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand All @@ -15,7 +15,7 @@
"error-stack-parser": "2.0.6"
},
"dependencies": {
"@cosmosc2/tool-common": "5.0.5-beta0",
"@cosmosc2/tool-common": "5.0.5",
"ace-builds": "1.4.14",
"date-fns": "2.28.0",
"lodash": "4.17.21",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cosmosc2/tool-tablemanager",
"version": "5.0.5-beta0",
"version": "5.0.5",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand All @@ -15,7 +15,7 @@
"error-stack-parser": "2.0.6"
},
"dependencies": {
"@cosmosc2/tool-common": "5.0.5-beta0",
"@cosmosc2/tool-common": "5.0.5",
"date-fns": "2.28.0",
"lodash": "4.17.21",
"axios": "0.22.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cosmosc2/tool-tlmgrapher",
"version": "5.0.5-beta0",
"version": "5.0.5",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand All @@ -15,7 +15,7 @@
"error-stack-parser": "2.0.6"
},
"dependencies": {
"@cosmosc2/tool-common": "5.0.5-beta0",
"@cosmosc2/tool-common": "5.0.5",
"date-fns": "2.28.0",
"lodash": "4.17.21",
"axios": "0.22.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cosmosc2/tool-tlmviewer",
"version": "5.0.5-beta0",
"version": "5.0.5",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand All @@ -15,7 +15,7 @@
"error-stack-parser": "2.0.6"
},
"dependencies": {
"@cosmosc2/tool-common": "5.0.5-beta0",
"@cosmosc2/tool-common": "5.0.5",
"date-fns": "2.28.0",
"lodash": "4.17.21",
"axios": "0.22.0",
Expand Down
2 changes: 1 addition & 1 deletion cosmos-script-runner-api/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ if ENV['COSMOS_DEVEL']
elsif ENV['COSMOS_PATH']
gem 'cosmos', :path => ENV['COSMOS_PATH']
else
gem 'cosmos', '5.0.5.pre.beta0'
gem 'cosmos', '5.0.5'
end
2 changes: 1 addition & 1 deletion cosmos/cosmos.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec = Gem::Specification.new do |s|
s.platform = Gem::Platform::CURRENT
end

s.version = '5.0.5.pre.beta0'
s.version = '5.0.5'
s.licenses = ['AGPL-3.0-only', 'Nonstandard']

# Executables
Expand Down
4 changes: 2 additions & 2 deletions cosmos/cosmosc2.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ spec = Gem::Specification.new do |s|
else
s.platform = Gem::Platform::CURRENT
end
s.version = '5.0.5.pre.beta0'
s.version = '5.0.5'
s.licenses = ['AGPL-3.0-only', 'Nonstandard']

s.files = [ 'lib/cosmosc2.rb' ]

s.required_ruby_version = '>= 2.7'

# Runtime Dependencies
s.add_runtime_dependency 'cosmos', '5.0.5.pre.beta0'
s.add_runtime_dependency 'cosmos', '5.0.5'
end
10 changes: 5 additions & 5 deletions cosmos/lib/cosmos/version.rb
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# encoding: ascii-8bit

COSMOS_VERSION = '5.0.5-beta0'
COSMOS_VERSION = '5.0.5'
module Cosmos
module Version
MAJOR = '5'
MINOR = '0'
PATCH = '5'
OTHER = 'pre.beta0'
BUILD = '1fa9dfe5c0e656ba3cc49f0cf4130aa7e9afa49c'
OTHER = ''
BUILD = '406e47bc547660fc015be3b97098d9cd65591557'
end
VERSION = '5.0.5-beta0'
GEM_VERSION = '5.0.5.pre.beta0'
VERSION = '5.0.5'
GEM_VERSION = '5.0.5'
end
2 changes: 1 addition & 1 deletion examples/hostinstall/centos7/cosmosc2_install_cosmosc2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ yarn

PLUGINS="$SCRIPT_DIR/../../../cosmos-init/plugins/"
GEMS="$SCRIPT_DIR/../../../cosmos-init/plugins/gems/"
COSMOS_RELEASE_VERSION=5.0.5-beta0
COSMOS_RELEASE_VERSION=5.0.5

mkdir -p ${GEMS}
cd ${PLUGINS}cosmosc2-tool-base && yarn install && yarn run build && rake build VERSION=${COSMOS_RELEASE_VERSION} && mv *.gem ${GEMS}
Expand Down

0 comments on commit cad3a5e

Please sign in to comment.