preparing for next release

This commit is contained in:
Ronald A. Richardson
2024-01-25 19:38:20 +08:00
parent 50b58a5955
commit a3d3cb05cf
7 changed files with 1611 additions and 1406 deletions

View File

@@ -10,7 +10,7 @@
"require": {
"php": "^7.3|^8.0",
"fleetbase/core-api": "^1.3.12",
"fleetbase/fleetops-api": "^0.4.1",
"fleetbase/fleetops-api": "^0.4.2",
"fleetbase/storefront-api": "^0.2.8",
"fruitcake/laravel-cors": "^2.0",
"guzzlehttp/guzzle": "^7.0.1",

26
api/composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "f05cf921b043d22c7a75ee5f991a72d9",
"content-hash": "e778361d316b0a09fce36dd625eb3f0d",
"packages": [
{
"name": "aloha/twilio",
@@ -192,16 +192,16 @@
},
{
"name": "aws/aws-sdk-php",
"version": "3.296.8",
"version": "3.297.0",
"source": {
"type": "git",
"url": "https://github.com/aws/aws-sdk-php.git",
"reference": "f84fe470709e5ab9515649a1a0891e279693d1b3"
"reference": "ad1f7be78d74d48628a6fe345818ce53bae64169"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/f84fe470709e5ab9515649a1a0891e279693d1b3",
"reference": "f84fe470709e5ab9515649a1a0891e279693d1b3",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/ad1f7be78d74d48628a6fe345818ce53bae64169",
"reference": "ad1f7be78d74d48628a6fe345818ce53bae64169",
"shasum": ""
},
"require": {
@@ -281,9 +281,9 @@
"support": {
"forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80",
"issues": "https://github.com/aws/aws-sdk-php/issues",
"source": "https://github.com/aws/aws-sdk-php/tree/3.296.8"
"source": "https://github.com/aws/aws-sdk-php/tree/3.297.0"
},
"time": "2024-01-23T20:32:59+00:00"
"time": "2024-01-24T19:09:39+00:00"
},
{
"name": "aws/aws-sdk-php-laravel",
@@ -2162,16 +2162,16 @@
},
{
"name": "fleetbase/fleetops-api",
"version": "0.4.1",
"version": "0.4.2",
"source": {
"type": "git",
"url": "https://github.com/fleetbase/fleetops.git",
"reference": "5881b878ce039551dd6a46e50c2e6bc805bcc226"
"reference": "26559783b8adaeceb41246e208350a46b24bdb15"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/fleetbase/fleetops/zipball/5881b878ce039551dd6a46e50c2e6bc805bcc226",
"reference": "5881b878ce039551dd6a46e50c2e6bc805bcc226",
"url": "https://api.github.com/repos/fleetbase/fleetops/zipball/26559783b8adaeceb41246e208350a46b24bdb15",
"reference": "26559783b8adaeceb41246e208350a46b24bdb15",
"shasum": ""
},
"require": {
@@ -2244,9 +2244,9 @@
],
"support": {
"issues": "https://github.com/fleetbase/fleetops/issues",
"source": "https://github.com/fleetbase/fleetops/tree/v0.4.1"
"source": "https://github.com/fleetbase/fleetops/tree/v0.4.2"
},
"time": "2024-01-24T09:39:22+00:00"
"time": "2024-01-25T11:29:09+00:00"
},
{
"name": "fleetbase/storefront-api",

View File

@@ -1,4 +1,3 @@
import { getOwner } from '@ember/application';
import config from 'ember-get-config';
export function initialize(owner) {

View File

@@ -1,6 +1,6 @@
{
"name": "@fleetbase/console",
"version": "0.3.8",
"version": "0.3.9",
"private": true,
"description": "Fleetbase Console",
"repository": "https://github.com/fleetbase/fleetbase",
@@ -27,10 +27,10 @@
"test:ember": "ember test"
},
"dependencies": {
"@fleetbase/ember-core": "^0.2.0",
"@fleetbase/ember-core": "^0.2.1",
"@fleetbase/ember-ui": "^0.2.9",
"@fleetbase/storefront-engine": "^0.2.8",
"@fleetbase/fleetops-engine": "^0.4.1",
"@fleetbase/fleetops-engine": "^0.4.2",
"@fleetbase/fleetops-data": "^0.1.7",
"@fleetbase/dev-engine": "^0.2.1",
"@fleetbase/iam-engine": "^0.0.9",
@@ -138,7 +138,7 @@
"pnpm": {
"overrides": {
"@fleetbase/fleetops-data": "^0.1.7",
"@fleetbase/ember-core": "^0.2.0",
"@fleetbase/ember-core": "^0.2.1",
"@fleetbase/ember-ui": "^0.2.9"
}
},

2976
console/pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff