Skip to content

Commit

Permalink
[Github Action] Update version to 5.21.0-beta0
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmelt authored and github-actions[bot] committed Oct 31, 2024
1 parent c4f22db commit 500f7db
Show file tree
Hide file tree
Showing 31 changed files with 54 additions and 54 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-cosmos-init/plugins/"
GEMS="$SCRIPT_DIR/../../../openc3-cosmos-init/plugins/gems/"
OPENC3_RELEASE_VERSION=5.20.0
OPENC3_RELEASE_VERSION=5.21.0-beta0

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-cosmos-cmd-tlm-api/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ if ENV['OPENC3_DEVEL']
elsif ENV['OPENC3_PATH']
gem 'openc3', :path => ENV['OPENC3_PATH']
else
gem 'openc3', '5.20.0'
gem 'openc3', '5.21.0.pre.beta0'
end
2 changes: 1 addition & 1 deletion openc3-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="/openc3/plugins"
GEMS="/openc3/plugins/gems/"
PACKAGES="packages"
OPENC3_RELEASE_VERSION=5.20.0
OPENC3_RELEASE_VERSION=5.21.0-beta0

mkdir -p ${GEMS}

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

mkdir -p ${GEMS}

Expand Down
2 changes: 1 addition & 1 deletion openc3-cosmos-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.20.0",
"version": "5.21.0-beta0",
"scripts": {
"serve": "webpack serve --port 2910 --env isLocal",
"lint": "eslint src --ext js",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openc3/ace-diff",
"version": "5.20.0",
"version": "5.21.0-beta0",
"private": true,
"description": "Custom AceDiff build for OpenC3 COSMOS",
"source": "src/index.js",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "widgets_src",
"version": "5.20.0",
"version": "5.21.0-beta0",
"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 && vue-cli-service build --target lib --dest tools/widgets/DataviewertimeWidget --formats umd-min src/DataviewertimeWidget.vue --name DataviewertimeWidget && vue-cli-service build --target lib --dest tools/widgets/DataviewerquaternionWidget --formats umd-min src/DataviewerquaternionWidget.vue --name DataviewerquaternionWidget"
},
"dependencies": {
"@astrouxds/astro-web-components": "7.24.0",
"@openc3/tool-common": "5.20.0",
"@openc3/tool-common": "5.21.0-beta0",
"vue": "2.7.16",
"vuetify": "2.7.1"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openc3/cosmos-tool-admin",
"version": "5.20.0",
"version": "5.21.0-beta0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand All @@ -12,8 +12,8 @@
},
"dependencies": {
"@astrouxds/astro-web-components": "7.24.0",
"@openc3/ace-diff": "5.20.0",
"@openc3/tool-common": "5.20.0",
"@openc3/ace-diff": "5.21.0-beta0",
"@openc3/tool-common": "5.21.0-beta0",
"ace-builds": "1.36.3",
"portal-vue": "2.1.7",
"single-spa-vue": "2.5.1",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openc3/cosmos-tool-bucketexplorer",
"version": "5.20.0",
"version": "5.21.0-beta0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand All @@ -12,7 +12,7 @@
},
"dependencies": {
"@astrouxds/astro-web-components": "7.24.0",
"@openc3/tool-common": "5.20.0",
"@openc3/tool-common": "5.21.0-beta0",
"axios": "1.7.7",
"date-fns": "4.1.0",
"lodash": "4.17.21",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openc3/cosmos-tool-cmdsender",
"version": "5.20.0",
"version": "5.21.0-beta0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand All @@ -12,7 +12,7 @@
},
"dependencies": {
"@astrouxds/astro-web-components": "7.24.0",
"@openc3/tool-common": "5.20.0",
"@openc3/tool-common": "5.21.0-beta0",
"axios": "1.7.7",
"date-fns": "4.1.0",
"portal-vue": "2.1.7",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openc3/cosmos-tool-cmdtlmserver",
"version": "5.20.0",
"version": "5.21.0-beta0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand All @@ -12,7 +12,7 @@
},
"dependencies": {
"@astrouxds/astro-web-components": "7.24.0",
"@openc3/tool-common": "5.20.0",
"@openc3/tool-common": "5.21.0-beta0",
"axios": "1.7.7",
"date-fns": "4.1.0",
"portal-vue": "2.1.7",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openc3/cosmos-tool-dataextractor",
"version": "5.20.0",
"version": "5.21.0-beta0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand All @@ -12,7 +12,7 @@
},
"dependencies": {
"@astrouxds/astro-web-components": "7.24.0",
"@openc3/tool-common": "5.20.0",
"@openc3/tool-common": "5.21.0-beta0",
"axios": "1.7.7",
"date-fns": "4.1.0",
"portal-vue": "2.1.7",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openc3/cosmos-tool-dataviewer",
"version": "5.20.0",
"version": "5.21.0-beta0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand All @@ -12,7 +12,7 @@
},
"dependencies": {
"@astrouxds/astro-web-components": "7.24.0",
"@openc3/tool-common": "5.20.0",
"@openc3/tool-common": "5.21.0-beta0",
"axios": "1.7.7",
"date-fns": "4.1.0",
"lodash": "4.17.21",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openc3/cosmos-tool-handbooks",
"version": "5.20.0",
"version": "5.21.0-beta0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand All @@ -12,7 +12,7 @@
},
"dependencies": {
"@astrouxds/astro-web-components": "7.24.0",
"@openc3/tool-common": "5.20.0",
"@openc3/tool-common": "5.21.0-beta0",
"axios": "1.7.7",
"date-fns": "4.1.0",
"lodash": "4.17.21",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openc3/cosmos-tool-iframe",
"version": "5.20.0",
"version": "5.21.0-beta0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand All @@ -12,7 +12,7 @@
},
"dependencies": {
"@astrouxds/astro-web-components": "7.24.0",
"@openc3/tool-common": "5.20.0",
"@openc3/tool-common": "5.21.0-beta0",
"axios": "1.7.7",
"date-fns": "4.1.0",
"lodash": "4.17.21",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openc3/cosmos-tool-limitsmonitor",
"version": "5.20.0",
"version": "5.21.0-beta0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand All @@ -12,7 +12,7 @@
},
"dependencies": {
"@astrouxds/astro-web-components": "7.24.0",
"@openc3/tool-common": "5.20.0",
"@openc3/tool-common": "5.21.0-beta0",
"axios": "1.7.7",
"date-fns": "4.1.0",
"lodash": "4.17.21",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openc3/cosmos-tool-packetviewer",
"version": "5.20.0",
"version": "5.21.0-beta0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand All @@ -12,7 +12,7 @@
},
"dependencies": {
"@astrouxds/astro-web-components": "7.24.0",
"@openc3/tool-common": "5.20.0",
"@openc3/tool-common": "5.21.0-beta0",
"axios": "1.7.7",
"date-fns": "4.1.0",
"lodash": "4.17.21",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openc3/cosmos-tool-scriptrunner",
"version": "5.20.0",
"version": "5.21.0-beta0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand All @@ -12,7 +12,7 @@
},
"dependencies": {
"@astrouxds/astro-web-components": "7.24.0",
"@openc3/tool-common": "5.20.0",
"@openc3/tool-common": "5.21.0-beta0",
"ace-builds": "1.36.3",
"axios": "1.7.7",
"date-fns": "4.1.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openc3/cosmos-tool-tablemanager",
"version": "5.20.0",
"version": "5.21.0-beta0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand All @@ -12,7 +12,7 @@
},
"dependencies": {
"@astrouxds/astro-web-components": "7.24.0",
"@openc3/tool-common": "5.20.0",
"@openc3/tool-common": "5.21.0-beta0",
"axios": "1.7.7",
"date-fns": "4.1.0",
"lodash": "4.17.21",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openc3/cosmos-tool-tlmgrapher",
"version": "5.20.0",
"version": "5.21.0-beta0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand All @@ -12,7 +12,7 @@
},
"dependencies": {
"@astrouxds/astro-web-components": "7.24.0",
"@openc3/tool-common": "5.20.0",
"@openc3/tool-common": "5.21.0-beta0",
"axios": "1.7.7",
"binary-search": "1.3.6",
"date-fns": "4.1.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openc3/cosmos-tool-tlmviewer",
"version": "5.20.0",
"version": "5.21.0-beta0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand All @@ -12,7 +12,7 @@
},
"dependencies": {
"@astrouxds/astro-web-components": "7.24.0",
"@openc3/tool-common": "5.20.0",
"@openc3/tool-common": "5.21.0-beta0",
"ace-builds": "1.36.3",
"axios": "1.7.7",
"binary-search": "1.3.6",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openc3/tool-common",
"version": "5.20.0",
"version": "5.21.0-beta0",
"dependencies": {
"@astrouxds/astro-web-components": "7.24.0",
"@rails/actioncable": "7.1.3-4",
Expand Down
2 changes: 1 addition & 1 deletion openc3-cosmos-script-runner-api/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ if ENV['OPENC3_DEVEL']
elsif ENV['OPENC3_PATH']
gem 'openc3', :path => ENV['OPENC3_PATH']
else
gem 'openc3', '5.20.0'
gem 'openc3', '5.21.0.pre.beta0'
end
12 changes: 6 additions & 6 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.20.0'
OPENC3_VERSION = '5.21.0-beta0'
module OpenC3
module Version
MAJOR = '5'
MINOR = '20'
MINOR = '21'
PATCH = '0'
OTHER = ''
BUILD = 'a9fc89b5317151fc339e62d33b40ddef19830fdc'
OTHER = 'pre.beta0'
BUILD = 'c4f22dbd01f17538236a2d9b585a48d076a85296'
end
VERSION = '5.20.0'
GEM_VERSION = '5.20.0'
VERSION = '5.21.0-beta0'
GEM_VERSION = '5.21.0.pre.beta0'
end
2 changes: 1 addition & 1 deletion openc3/openc3.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ spec = Gem::Specification.new do |s|
s.platform = Gem::Platform::CURRENT
end

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

# Executables
Expand Down
2 changes: 1 addition & 1 deletion openc3/python/openc3/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
__title__ = "openc3"
__description__ = "Python Support for OpenC3 COSMOS"
__url__ = "https://github.com/OpenC3/cosmos"
__version__ = "5.20.0"
__version__ = "5.21.0-beta0"
2 changes: 1 addition & 1 deletion openc3/python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "openc3"
version = "5.20.0"
version = "5.21.0-beta0"
description = "Python support for OpenC3 COSMOS"
authors = ["Support <[email protected]>"]
readme = "README.md"
Expand Down
4 changes: 2 additions & 2 deletions openc3/templates/tool_angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "<%= tool_name %>",
"version": "5.20.0",
"version": "5.21.0-beta0",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand All @@ -23,7 +23,7 @@
"@angular/platform-browser-dynamic": "^18.2.6",
"@angular/router": "^18.2.6",
"@astrouxds/astro-web-components": "7.24.0",
"@openc3/tool-common": "5.20.0",
"@openc3/tool-common": "5.21.0-beta0",
"rxjs": "~7.8.0",
"single-spa": "5.9.5",
"single-spa-angular": "^9.2.0",
Expand Down
2 changes: 1 addition & 1 deletion openc3/templates/tool_svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"@astrouxds/astro-web-components": "7.24.0",
"@openc3/tool-common": "5.20.0",
"@openc3/tool-common": "5.21.0-beta0",
"@smui/button": "^7.0.0-beta.16",
"@smui/card": "^7.0.0-beta.16",
"@smui/list": "^7.0.0-beta.16",
Expand Down
Loading

0 comments on commit 500f7db

Please sign in to comment.