Skip to content

Commit

Permalink
bump version for upgrade of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
roncodes committed Nov 9, 2023
1 parent 51e0144 commit df155f5
Show file tree
Hide file tree
Showing 5 changed files with 60 additions and 18 deletions.
13 changes: 13 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,16 @@

# broccoli-debug
/DEBUG/

# server
.idea/*
.idea/codeStyleSettings.xml
composer.lock
/server_vendor
/server/vendor/
.phpunit.result.cache
.php_cs.cache
.php-cs-fixer.cache
*.swp
*.swo
.DS_Store
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fleetbase/storefront-api",
"version": "0.2.3",
"version": "0.2.4",
"description": "Headless Commerce & Marketplace Extension for Fleetbase",
"keywords": [
"fleetbase-extension",
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.3",
"version": "0.2.4",
"description": "Headless Commerce & Marketplace Extension for Fleetbase",
"repository": "https://github.com/fleetbase/storefront",
"license": "MIT",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fleetbase/storefront-engine",
"version": "0.2.3",
"version": "0.2.4",
"description": "Headless Commerce & Marketplace Extension for Fleetbase",
"fleetbase": {
"route": "storefront",
Expand Down Expand Up @@ -40,9 +40,9 @@
"publish:github": "npm config set '@fleetbase:registry' https://npm.pkg.github.com/ && npm publish"
},
"dependencies": {
"@fleetbase/ember-core": "^0.1.6",
"@fleetbase/ember-ui": "^0.2.3",
"@fleetbase/fleetops-data": "^0.1.2",
"@fleetbase/ember-core": "^0.1.7",
"@fleetbase/ember-ui": "^0.2.4",
"@fleetbase/fleetops-data": "^0.1.3",
"@fortawesome/ember-fontawesome": "^0.4.1",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
Expand Down
53 changes: 41 additions & 12 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 df155f5

Please sign in to comment.