Skip to content

Commit

Permalink
[Github Action] Update version to 5.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jmthomas authored and github-actions[bot] committed Mar 15, 2024
1 parent e825c03 commit 5f2a1ac
Show file tree
Hide file tree
Showing 30 changed files with 53 additions and 53 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.15.1-beta0
OPENC3_RELEASE_VERSION=5.15.1

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 @@ -50,5 +50,5 @@ if ENV['OPENC3_DEVEL']
elsif ENV['OPENC3_PATH']
gem 'openc3', :path => ENV['OPENC3_PATH']
else
gem 'openc3', '5.15.1.pre.beta0'
gem 'openc3', '5.15.1'
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.15.1-beta0
OPENC3_RELEASE_VERSION=5.15.1

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.15.1-beta0
OPENC3_RELEASE_VERSION=5.15.1

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.15.1-beta0",
"version": "5.15.1",
"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.15.1-beta0",
"version": "5.15.1",
"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.15.1-beta0",
"version": "5.15.1",
"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.20.0",
"@openc3/tool-common": "5.15.1-beta0",
"@openc3/tool-common": "5.15.1",
"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.15.1-beta0",
"version": "5.15.1",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand All @@ -12,8 +12,8 @@
},
"dependencies": {
"@astrouxds/astro-web-components": "7.20.0",
"@openc3/ace-diff": "5.15.1-beta0",
"@openc3/tool-common": "5.15.1-beta0",
"@openc3/ace-diff": "5.15.1",
"@openc3/tool-common": "5.15.1",
"ace-builds": "1.32.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.15.1-beta0",
"version": "5.15.1",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand All @@ -12,7 +12,7 @@
},
"dependencies": {
"@astrouxds/astro-web-components": "7.20.0",
"@openc3/tool-common": "5.15.1-beta0",
"@openc3/tool-common": "5.15.1",
"axios": "1.6.5",
"date-fns": "2.30.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.15.1-beta0",
"version": "5.15.1",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand All @@ -12,7 +12,7 @@
},
"dependencies": {
"@astrouxds/astro-web-components": "7.20.0",
"@openc3/tool-common": "5.15.1-beta0",
"@openc3/tool-common": "5.15.1",
"axios": "1.6.5",
"date-fns": "2.30.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.15.1-beta0",
"version": "5.15.1",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand All @@ -12,7 +12,7 @@
},
"dependencies": {
"@astrouxds/astro-web-components": "7.20.0",
"@openc3/tool-common": "5.15.1-beta0",
"@openc3/tool-common": "5.15.1",
"axios": "1.6.5",
"date-fns": "2.30.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.15.1-beta0",
"version": "5.15.1",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand All @@ -12,7 +12,7 @@
},
"dependencies": {
"@astrouxds/astro-web-components": "7.20.0",
"@openc3/tool-common": "5.15.1-beta0",
"@openc3/tool-common": "5.15.1",
"axios": "1.6.5",
"date-fns": "2.30.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.15.1-beta0",
"version": "5.15.1",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand All @@ -12,7 +12,7 @@
},
"dependencies": {
"@astrouxds/astro-web-components": "7.20.0",
"@openc3/tool-common": "5.15.1-beta0",
"@openc3/tool-common": "5.15.1",
"axios": "1.6.5",
"date-fns": "2.30.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.15.1-beta0",
"version": "5.15.1",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand All @@ -12,7 +12,7 @@
},
"dependencies": {
"@astrouxds/astro-web-components": "7.20.0",
"@openc3/tool-common": "5.15.1-beta0",
"@openc3/tool-common": "5.15.1",
"axios": "1.6.5",
"date-fns": "2.30.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.15.1-beta0",
"version": "5.15.1",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand All @@ -12,7 +12,7 @@
},
"dependencies": {
"@astrouxds/astro-web-components": "7.20.0",
"@openc3/tool-common": "5.15.1-beta0",
"@openc3/tool-common": "5.15.1",
"axios": "1.6.5",
"date-fns": "2.30.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.15.1-beta0",
"version": "5.15.1",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand All @@ -12,7 +12,7 @@
},
"dependencies": {
"@astrouxds/astro-web-components": "7.20.0",
"@openc3/tool-common": "5.15.1-beta0",
"@openc3/tool-common": "5.15.1",
"axios": "1.6.5",
"date-fns": "2.30.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.15.1-beta0",
"version": "5.15.1",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand All @@ -12,7 +12,7 @@
},
"dependencies": {
"@astrouxds/astro-web-components": "7.20.0",
"@openc3/tool-common": "5.15.1-beta0",
"@openc3/tool-common": "5.15.1",
"axios": "1.6.5",
"date-fns": "2.30.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.15.1-beta0",
"version": "5.15.1",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand All @@ -12,7 +12,7 @@
},
"dependencies": {
"@astrouxds/astro-web-components": "7.20.0",
"@openc3/tool-common": "5.15.1-beta0",
"@openc3/tool-common": "5.15.1",
"ace-builds": "1.32.3",
"axios": "1.6.5",
"date-fns": "2.30.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openc3/cosmos-tool-tablemanager",
"version": "5.15.1-beta0",
"version": "5.15.1",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand All @@ -12,7 +12,7 @@
},
"dependencies": {
"@astrouxds/astro-web-components": "7.20.0",
"@openc3/tool-common": "5.15.1-beta0",
"@openc3/tool-common": "5.15.1",
"axios": "1.6.5",
"date-fns": "2.30.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.15.1-beta0",
"version": "5.15.1",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand All @@ -12,7 +12,7 @@
},
"dependencies": {
"@astrouxds/astro-web-components": "7.20.0",
"@openc3/tool-common": "5.15.1-beta0",
"@openc3/tool-common": "5.15.1",
"axios": "1.6.5",
"binary-search": "1.3.6",
"date-fns": "2.30.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openc3/cosmos-tool-tlmviewer",
"version": "5.15.1-beta0",
"version": "5.15.1",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand All @@ -12,7 +12,7 @@
},
"dependencies": {
"@astrouxds/astro-web-components": "7.20.0",
"@openc3/tool-common": "5.15.1-beta0",
"@openc3/tool-common": "5.15.1",
"ace-builds": "1.32.3",
"axios": "1.6.5",
"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.15.1-beta0",
"version": "5.15.1",
"dependencies": {
"@astrouxds/astro-web-components": "7.20.0",
"@rails/actioncable": "7.1.2",
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 @@ -43,5 +43,5 @@ if ENV['OPENC3_DEVEL']
elsif ENV['OPENC3_PATH']
gem 'openc3', :path => ENV['OPENC3_PATH']
else
gem 'openc3', '5.15.1.pre.beta0'
gem 'openc3', '5.15.1'
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.15.1-beta0'
OPENC3_VERSION = '5.15.1'
module OpenC3
module Version
MAJOR = '5'
MINOR = '15'
PATCH = '1'
OTHER = 'pre.beta0'
BUILD = 'eb864ffee3a7b6b2ee7242f52581932c59a0ec8d'
OTHER = ''
BUILD = 'e825c03f698ac51170218e43cec3c3cecefe58fa'
end
VERSION = '5.15.1-beta0'
GEM_VERSION = '5.15.1.pre.beta0'
VERSION = '5.15.1'
GEM_VERSION = '5.15.1'
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.15.1.pre.beta0'
s.version = '5.15.1'
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 v5"
__url__ = "https://github.com/OpenC3/cosmos"
__version__ = "5.15.1-beta0"
__version__ = "5.15.1"
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.15.1-beta0",
"version": "5.15.1",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand All @@ -12,7 +12,7 @@
},
"private": true,
"dependencies": {
"@openc3/tool-common": "5.15.1-beta0",
"@openc3/tool-common": "5.15.1",
"@angular/animations": "^17.0.8",
"@angular/cdk": "^17.0.4",
"@angular/common": "^17.0.8",
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 @@ -11,7 +11,7 @@
"smui-theme": "smui-theme compile build/smui.css -i src/theme"
},
"dependencies": {
"@openc3/tool-common": "5.15.1-beta0",
"@openc3/tool-common": "5.15.1",
"@astrouxds/astro-web-components": "7.20.0",
"@smui/button": "^7.0.0-beta.16",
"@smui/card": "^7.0.0-beta.16",
Expand Down
4 changes: 2 additions & 2 deletions openc3/templates/tool_vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "<%= tool_name %>",
"version": "5.15.1-beta0",
"version": "5.15.1",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand All @@ -11,7 +11,7 @@
"test:components": "vue-cli-service test:components"
},
"dependencies": {
"@openc3/tool-common": "5.15.1-beta0",
"@openc3/tool-common": "5.15.1",
"@astrouxds/astro-web-components": "7.20.0",
"axios": "1.6.5",
"date-fns": "2.30.0",
Expand Down
Loading

0 comments on commit 5f2a1ac

Please sign in to comment.