Skip to content

Commit

Permalink
[Github Action] Update version to 5.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmelt authored and github-actions[bot] committed Sep 17, 2022
1 parent a9ab663 commit 0a0afbd
Show file tree
Hide file tree
Showing 24 changed files with 43 additions and 43 deletions.
2 changes: 1 addition & 1 deletion examples/hostinstall/centos7/openc3_install_openc3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ yarn

PLUGINS="$SCRIPT_DIR/../../../openc3-init/plugins/"
GEMS="$SCRIPT_DIR/../../../openc3-init/plugins/gems/"
OPENC3_RELEASE_VERSION=5.0.10-beta0
OPENC3_RELEASE_VERSION=5.0.10

mkdir -p ${GEMS}
cd ${PLUGINS}openc3-tool-base && yarn install && yarn run build && rake build VERSION=${OPENC3_RELEASE_VERSION} && mv *.gem ${GEMS}
Expand Down
2 changes: 1 addition & 1 deletion openc3-cmd-tlm-api/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ if ENV['OPENC3_DEVEL']
elsif ENV['OPENC3_PATH']
gem 'openc3', :path => ENV['OPENC3_PATH']
else
gem 'openc3', '5.0.10.pre.beta0'
gem 'openc3', '5.0.10'
end
2 changes: 1 addition & 1 deletion openc3-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="/openc3/plugins"
GEMS="/openc3/plugins/gems/"
PACKAGES="packages"
OPENC3_RELEASE_VERSION=5.0.10-beta0
OPENC3_RELEASE_VERSION=5.0.10

mkdir -p ${GEMS}

Expand Down
2 changes: 1 addition & 1 deletion openc3-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="/openc3/plugins"
GEMS="/openc3/plugins/gems/"
PACKAGES="packages"
OPENC3_RELEASE_VERSION=5.0.10-beta0
OPENC3_RELEASE_VERSION=5.0.10

mkdir -p ${GEMS}

Expand Down
2 changes: 1 addition & 1 deletion openc3-init/plugins/openc3-tool-base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openc3/tool-base",
"version": "5.0.10-beta0",
"version": "5.0.10",
"scripts": {
"serve": "webpack serve --port 2910 --env isLocal",
"lint": "eslint src --ext js",
Expand Down
4 changes: 2 additions & 2 deletions openc3-init/plugins/packages/openc3-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "widgets_src",
"version": "5.0.10-beta0",
"version": "5.0.10",
"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": {
"@openc3/tool-common": "5.0.10-beta0",
"@openc3/tool-common": "5.0.10",
"vue": "2.7.10",
"vuetify": "2.6.10"
},
Expand Down
4 changes: 2 additions & 2 deletions openc3-init/plugins/packages/openc3-tool-admin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openc3/tool-admin",
"version": "5.0.10-beta0",
"version": "5.0.10",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand All @@ -15,7 +15,7 @@
"error-stack-parser": "2.0.6"
},
"dependencies": {
"@openc3/tool-common": "5.0.10-beta0",
"@openc3/tool-common": "5.0.10",
"portal-vue": "2.1.7",
"single-spa-vue": "2.5.1",
"systemjs-webpack-interop": "2.3.7",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openc3/tool-autonomic",
"version": "5.0.10-beta0",
"version": "5.0.10",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand All @@ -13,7 +13,7 @@
"error-stack-parser": "2.0.6"
},
"dependencies": {
"@openc3/tool-common": "5.0.10-beta0",
"@openc3/tool-common": "5.0.10",
"axios": "0.27.2",
"date-fns": "2.29.3",
"portal-vue": "2.1.7",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openc3/tool-calendar",
"version": "5.0.10-beta0",
"version": "5.0.10",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand All @@ -15,7 +15,7 @@
"error-stack-parser": "2.0.6"
},
"dependencies": {
"@openc3/tool-common": "5.0.10-beta0",
"@openc3/tool-common": "5.0.10",
"date-fns": "2.29.3",
"lodash": "4.17.21",
"axios": "0.27.2",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openc3/tool-cmdsender",
"version": "5.0.10-beta0",
"version": "5.0.10",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand All @@ -15,7 +15,7 @@
"error-stack-parser": "2.0.6"
},
"dependencies": {
"@openc3/tool-common": "5.0.10-beta0",
"@openc3/tool-common": "5.0.10",
"axios": "0.27.2",
"date-fns": "2.29.3",
"portal-vue": "2.1.7",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openc3/tool-cmdtlmserver",
"version": "5.0.10-beta0",
"version": "5.0.10",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand All @@ -15,7 +15,7 @@
"error-stack-parser": "2.0.6"
},
"dependencies": {
"@openc3/tool-common": "5.0.10-beta0",
"@openc3/tool-common": "5.0.10",
"axios": "0.27.2",
"date-fns": "2.29.3",
"portal-vue": "2.1.7",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openc3/tool-common",
"version": "5.0.10-beta0",
"version": "5.0.10",
"private": false,
"dependencies": {
"@rails/actioncable": "7.0.4",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openc3/tool-dataextractor",
"version": "5.0.10-beta0",
"version": "5.0.10",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand All @@ -15,7 +15,7 @@
"error-stack-parser": "2.0.6"
},
"dependencies": {
"@openc3/tool-common": "5.0.10-beta0",
"@openc3/tool-common": "5.0.10",
"axios": "0.27.2",
"date-fns": "2.29.3",
"portal-vue": "2.1.7",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openc3/tool-dataviewer",
"version": "5.0.10-beta0",
"version": "5.0.10",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand All @@ -15,7 +15,7 @@
"error-stack-parser": "2.0.6"
},
"dependencies": {
"@openc3/tool-common": "5.0.10-beta0",
"@openc3/tool-common": "5.0.10",
"date-fns": "2.29.3",
"lodash": "4.17.21",
"axios": "0.27.2",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openc3/tool-handbooks",
"version": "5.0.10-beta0",
"version": "5.0.10",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand All @@ -15,7 +15,7 @@
"error-stack-parser": "2.0.6"
},
"dependencies": {
"@openc3/tool-common": "5.0.10-beta0",
"@openc3/tool-common": "5.0.10",
"date-fns": "2.29.3",
"lodash": "4.17.21",
"axios": "0.27.2",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openc3/tool-limitsmonitor",
"version": "5.0.10-beta0",
"version": "5.0.10",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand All @@ -15,7 +15,7 @@
"error-stack-parser": "2.0.6"
},
"dependencies": {
"@openc3/tool-common": "5.0.10-beta0",
"@openc3/tool-common": "5.0.10",
"date-fns": "2.29.3",
"lodash": "4.17.21",
"axios": "0.27.2",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openc3/tool-packetviewer",
"version": "5.0.10-beta0",
"version": "5.0.10",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand All @@ -15,7 +15,7 @@
"error-stack-parser": "2.0.6"
},
"dependencies": {
"@openc3/tool-common": "5.0.10-beta0",
"@openc3/tool-common": "5.0.10",
"date-fns": "2.29.3",
"lodash": "4.17.21",
"axios": "0.27.2",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openc3/tool-scriptrunner",
"version": "5.0.10-beta0",
"version": "5.0.10",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand All @@ -15,7 +15,7 @@
"error-stack-parser": "2.0.6"
},
"dependencies": {
"@openc3/tool-common": "5.0.10-beta0",
"@openc3/tool-common": "5.0.10",
"ace-builds": "1.10.0",
"date-fns": "2.29.3",
"lodash": "4.17.21",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openc3/tool-tablemanager",
"version": "5.0.10-beta0",
"version": "5.0.10",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand All @@ -15,7 +15,7 @@
"error-stack-parser": "2.0.6"
},
"dependencies": {
"@openc3/tool-common": "5.0.10-beta0",
"@openc3/tool-common": "5.0.10",
"date-fns": "2.29.3",
"lodash": "4.17.21",
"axios": "0.27.2",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openc3/tool-tlmgrapher",
"version": "5.0.10-beta0",
"version": "5.0.10",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand All @@ -15,7 +15,7 @@
"error-stack-parser": "2.0.6"
},
"dependencies": {
"@openc3/tool-common": "5.0.10-beta0",
"@openc3/tool-common": "5.0.10",
"date-fns": "2.29.3",
"lodash": "4.17.21",
"axios": "0.27.2",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openc3/tool-tlmviewer",
"version": "5.0.10-beta0",
"version": "5.0.10",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand All @@ -15,7 +15,7 @@
"error-stack-parser": "2.0.6"
},
"dependencies": {
"@openc3/tool-common": "5.0.10-beta0",
"@openc3/tool-common": "5.0.10",
"ace-builds": "1.10.0",
"date-fns": "2.29.3",
"lodash": "4.17.21",
Expand Down
2 changes: 1 addition & 1 deletion openc3-script-runner-api/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ if ENV['OPENC3_DEVEL']
elsif ENV['OPENC3_PATH']
gem 'openc3', :path => ENV['OPENC3_PATH']
else
gem 'openc3', '5.0.10.pre.beta0'
gem 'openc3', '5.0.10'
end
10 changes: 5 additions & 5 deletions openc3/lib/openc3/version.rb
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# encoding: ascii-8bit

OPENC3_VERSION = '5.0.10-beta0'
OPENC3_VERSION = '5.0.10'
module OpenC3
module Version
MAJOR = '5'
MINOR = '0'
PATCH = '10'
OTHER = 'pre.beta0'
BUILD = 'c0a33f5a952b232f76c75210868b9202e4bb0767'
OTHER = ''
BUILD = 'a9ab663d6355e0f8d8e62ca67ea300b949f34420'
end
VERSION = '5.0.10-beta0'
GEM_VERSION = '5.0.10.pre.beta0'
VERSION = '5.0.10'
GEM_VERSION = '5.0.10'
end
2 changes: 1 addition & 1 deletion openc3/openc3.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.10.pre.beta0'
s.version = '5.0.10'
s.licenses = ['AGPL-3.0-only', 'Nonstandard']

# Executables
Expand Down

0 comments on commit 0a0afbd

Please sign in to comment.