Skip to content

Commit

Permalink
Merge pull request #11 from fleetbase/dev-v0.2.11
Browse files Browse the repository at this point in the history
v0.2.11
  • Loading branch information
roncodes authored Feb 7, 2024
2 parents 0f072d5 + 6a022b4 commit 9096a19
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 16 deletions.
7 changes: 7 additions & 0 deletions addon/components/widget/storefront-key-metrics.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ import { inject as service } from '@ember/service';
import { task } from 'ember-concurrency-decorators';

export default class WidgetStorefrontKeyMetricsComponent extends Component {
/**
* The widget ID to use for registering.
*
* @memberof WidgetFleetOpsKeyMetricsComponent
*/
static widgetId = 'storefront-key-metrics-widget';

/**
* Inject the fetch service.
*
Expand Down
2 changes: 1 addition & 1 deletion addon/engine.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default class StorefrontEngine extends Engine {

// widgets for registry
const KeyMetricsWidgetDefinition = {
did: 'storefront-metrics',
widgetId: 'storefront-key-metrics-widget',
name: 'Storefront Metrics',
description: 'Key metrics from Storefront.',
icon: 'store',
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fleetbase/storefront-api",
"version": "0.2.10",
"version": "0.2.11",
"description": "Headless Commerce & Marketplace Extension for Fleetbase",
"keywords": [
"fleetbase-extension",
Expand All @@ -23,7 +23,7 @@
"require": {
"php": "^8.0",
"fleetbase/core-api": "^1.4.0",
"fleetbase/fleetops-api": "^0.4.5",
"fleetbase/fleetops-api": "^0.4.6",
"geocoder-php/google-maps-places-provider": "^1.4",
"laravel-notification-channels/apn": "^5.0",
"laravel-notification-channels/fcm": "^4.1",
Expand Down
2 changes: 1 addition & 1 deletion extension.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Storefront",
"version": "0.2.10",
"version": "0.2.11",
"description": "Headless Commerce & Marketplace Extension for Fleetbase",
"repository": "https://github.com/fleetbase/storefront",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fleetbase/storefront-engine",
"version": "0.2.10",
"version": "0.2.11",
"description": "Headless Commerce & Marketplace Extension for Fleetbase",
"fleetbase": {
"route": "storefront",
Expand Down Expand Up @@ -43,7 +43,7 @@
"publish:github": "npm config set '@fleetbase:registry' https://npm.pkg.github.com/ && npm publish"
},
"dependencies": {
"@fleetbase/ember-core": "^0.2.3",
"@fleetbase/ember-core": "^0.2.4",
"@fleetbase/ember-ui": "^0.2.10",
"@fleetbase/fleetops-data": "^0.1.8",
"@babel/core": "^7.23.2",
Expand Down
20 changes: 10 additions & 10 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9096a19

Please sign in to comment.