Skip to content

Commit

Permalink
[Github Action] Update version to 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmelt authored and github-actions[bot] committed Dec 17, 2024
1 parent 92775a6 commit d2f5b78
Show file tree
Hide file tree
Showing 31 changed files with 75 additions and 75 deletions.
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.21.0.pre.beta0'
gem 'openc3', '6.0.0'
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.21.0-beta0
OPENC3_RELEASE_VERSION=6.0.0

# 2nd argument provides an override for the workspace name,
# but that can be inferred from the 1st argument for most tools
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openc3/ace-diff",
"version": "5.21.0-beta0",
"version": "6.0.0",
"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,15 +1,15 @@
{
"name": "widgets_src",
"version": "5.21.0-beta0",
"version": "6.0.0",
"private": true,
"type": "module",
"scripts": {
"build": "vite build -c vite-HelloworldWidget.config.js && vite build -c vite-BigWidget.config.js && vite build -c vite-DataviewerquaternionWidget.config.js && vite build -c vite-DataviewertimeWidget.config.js"
},
"dependencies": {
"@astrouxds/astro-web-components": "7.24.1",
"@openc3/js-common": "5.21.0-beta0",
"@openc3/vue-common": "5.21.0-beta0"
"@openc3/js-common": "6.0.0",
"@openc3/vue-common": "6.0.0",
},
"devDependencies": {
"@rushstack/eslint-patch": "1.10.4",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openc3/cosmos-tool-admin",
"version": "5.21.0-beta0",
"version": "6.0.0",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -11,9 +11,9 @@
},
"dependencies": {
"@astrouxds/astro-web-components": "7.24.1",
"@openc3/ace-diff": "5.21.0-beta0",
"@openc3/js-common": "5.21.0-beta0",
"@openc3/vue-common": "5.21.0-beta0",
"@openc3/ace-diff": "6.0.0",
"@openc3/js-common": "6.0.0",
"@openc3/vue-common": "6.0.0",
"ace-builds": "1.37.0",
"single-spa-vue": "3.0.0"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openc3/cosmos-tool-bucketexplorer",
"version": "5.21.0-beta0",
"version": "6.0.0",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -11,8 +11,8 @@
},
"dependencies": {
"@astrouxds/astro-web-components": "7.24.1",
"@openc3/js-common": "5.21.0-beta0",
"@openc3/vue-common": "5.21.0-beta0",
"@openc3/js-common": "6.0.0",
"@openc3/vue-common": "6.0.0",
"axios": "1.7.9",
"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.21.0-beta0",
"version": "6.0.0",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -11,8 +11,8 @@
},
"dependencies": {
"@astrouxds/astro-web-components": "7.24.1",
"@openc3/js-common": "5.21.0-beta0",
"@openc3/vue-common": "5.21.0-beta0",
"@openc3/js-common": "6.0.0",
"@openc3/vue-common": "6.0.0",
"axios": "1.7.9",
"date-fns": "4.1.0",
"single-spa-vue": "3.0.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openc3/cosmos-tool-cmdtlmserver",
"version": "5.21.0-beta0",
"version": "6.0.0",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -11,8 +11,8 @@
},
"dependencies": {
"@astrouxds/astro-web-components": "7.24.1",
"@openc3/js-common": "5.21.0-beta0",
"@openc3/vue-common": "5.21.0-beta0",
"@openc3/js-common": "6.0.0",
"@openc3/vue-common": "6.0.0",
"axios": "1.7.9",
"date-fns": "4.1.0",
"single-spa-vue": "3.0.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openc3/cosmos-tool-dataextractor",
"version": "5.21.0-beta0",
"version": "6.0.0",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -11,8 +11,8 @@
},
"dependencies": {
"@astrouxds/astro-web-components": "7.24.1",
"@openc3/js-common": "5.21.0-beta0",
"@openc3/vue-common": "5.21.0-beta0",
"@openc3/js-common": "6.0.0",
"@openc3/vue-common": "6.0.0",
"axios": "1.7.9",
"date-fns": "4.1.0",
"single-spa-vue": "3.0.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openc3/cosmos-tool-dataviewer",
"version": "5.21.0-beta0",
"version": "6.0.0",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -11,8 +11,8 @@
},
"dependencies": {
"@astrouxds/astro-web-components": "7.24.1",
"@openc3/js-common": "5.21.0-beta0",
"@openc3/vue-common": "5.21.0-beta0",
"@openc3/js-common": "6.0.0",
"@openc3/vue-common": "6.0.0",
"axios": "1.7.9",
"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.21.0-beta0",
"version": "6.0.0",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -11,8 +11,8 @@
},
"dependencies": {
"@astrouxds/astro-web-components": "7.24.1",
"@openc3/js-common": "5.21.0-beta0",
"@openc3/vue-common": "5.21.0-beta0",
"@openc3/js-common": "6.0.0",
"@openc3/vue-common": "6.0.0",
"axios": "1.7.9",
"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.21.0-beta0",
"version": "6.0.0",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -11,8 +11,8 @@
},
"dependencies": {
"@astrouxds/astro-web-components": "7.24.1",
"@openc3/js-common": "5.21.0-beta0",
"@openc3/vue-common": "5.21.0-beta0",
"@openc3/js-common": "6.0.0",
"@openc3/vue-common": "6.0.0",
"axios": "1.7.9",
"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.21.0-beta0",
"version": "6.0.0",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -11,8 +11,8 @@
},
"dependencies": {
"@astrouxds/astro-web-components": "7.24.1",
"@openc3/js-common": "5.21.0-beta0",
"@openc3/vue-common": "5.21.0-beta0",
"@openc3/js-common": "6.0.0",
"@openc3/vue-common": "6.0.0",
"axios": "1.7.9",
"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.21.0-beta0",
"version": "6.0.0",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -11,8 +11,8 @@
},
"dependencies": {
"@astrouxds/astro-web-components": "7.24.1",
"@openc3/js-common": "5.21.0-beta0",
"@openc3/vue-common": "5.21.0-beta0",
"@openc3/js-common": "6.0.0",
"@openc3/vue-common": "6.0.0",
"axios": "1.7.9",
"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.21.0-beta0",
"version": "6.0.0",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -11,8 +11,8 @@
},
"dependencies": {
"@astrouxds/astro-web-components": "7.24.1",
"@openc3/js-common": "5.21.0-beta0",
"@openc3/vue-common": "5.21.0-beta0",
"@openc3/js-common": "6.0.0",
"@openc3/vue-common": "6.0.0",
"ace-builds": "1.37.0",
"axios": "1.7.9",
"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.21.0-beta0",
"version": "6.0.0",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -11,8 +11,8 @@
},
"dependencies": {
"@astrouxds/astro-web-components": "7.24.1",
"@openc3/js-common": "5.21.0-beta0",
"@openc3/vue-common": "5.21.0-beta0",
"@openc3/js-common": "6.0.0",
"@openc3/vue-common": "6.0.0",
"axios": "1.7.9",
"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.21.0-beta0",
"version": "6.0.0",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -11,8 +11,8 @@
},
"dependencies": {
"@astrouxds/astro-web-components": "7.24.1",
"@openc3/js-common": "5.21.0-beta0",
"@openc3/vue-common": "5.21.0-beta0",
"@openc3/js-common": "6.0.0",
"@openc3/vue-common": "6.0.0",
"axios": "1.7.9",
"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.21.0-beta0",
"version": "6.0.0",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -11,8 +11,8 @@
},
"dependencies": {
"@astrouxds/astro-web-components": "7.24.1",
"@openc3/js-common": "5.21.0-beta0",
"@openc3/vue-common": "5.21.0-beta0",
"@openc3/js-common": "6.0.0",
"@openc3/vue-common": "6.0.0",
"ace-builds": "1.37.0",
"axios": "1.7.9",
"binary-search": "1.3.6",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@openc3/js-common",
"description": "Common library for COSMOS tool development",
"version": "5.21.0-beta0",
"version": "6.0.0",
"license": "SEE LICENSE IN LICENSE.txt",
"homepage": "https://openc3.com",
"repository": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openc3/tool-base",
"version": "5.21.0-beta0",
"version": "6.0.0",
"type": "module",
"scripts": {
"serve": "vite build --watch --mode dev-server",
Expand All @@ -10,8 +10,8 @@
},
"dependencies": {
"@astrouxds/astro-web-components": "7.24.1",
"@openc3/js-common": "5.21.0-beta0",
"@openc3/vue-common": "5.21.0-beta0",
"@openc3/js-common": "6.0.0",
"@openc3/vue-common": "6.0.0",
"@rails/actioncable": "7.1.3-4",
"axios": "1.7.9",
"date-fns": "4.1.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@openc3/vue-common",
"description": "Vue component library for COSMOS tool development",
"version": "5.21.0-beta0",
"version": "6.0.0",
"license": "SEE LICENSE IN LICENSE.txt",
"homepage": "https://openc3.com",
"repository": {
Expand Down Expand Up @@ -65,7 +65,7 @@
},
"dependencies": {
"@astrouxds/astro-web-components": "7.24.1",
"@openc3/js-common": "5.21.0-beta0",
"@openc3/js-common": "6.0.0",
"@rails/actioncable": "7.1.3-4",
"axios": "1.7.9",
"binary-search": "1.3.6",
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.21.0.pre.beta0'
gem 'openc3', '6.0.0'
end
14 changes: 7 additions & 7 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.21.0-beta0'
OPENC3_VERSION = '6.0.0'
module OpenC3
module Version
MAJOR = '5'
MINOR = '21'
MAJOR = '6'
MINOR = '0'
PATCH = '0'
OTHER = 'pre.beta0'
BUILD = 'c4f22dbd01f17538236a2d9b585a48d076a85296'
OTHER = ''
BUILD = '92775a696338d4e19703a82054d14374fc5c1265'
end
VERSION = '5.21.0-beta0'
GEM_VERSION = '5.21.0.pre.beta0'
VERSION = '6.0.0'
GEM_VERSION = '6.0.0'
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.21.0.pre.beta0'
s.version = '6.0.0'
s.licenses = ['AGPL-3.0-only', 'Nonstandard']

# Executables
Expand Down
Loading

0 comments on commit d2f5b78

Please sign in to comment.