Skip to content

Commit

Permalink
Merge pull request #17 from fleetbase/dev-v0.1.1
Browse files Browse the repository at this point in the history
added arabic & vietnamese translations + upgraded core dependencies
  • Loading branch information
roncodes authored Oct 2, 2024
2 parents d08771a + 3522a7e commit 23dec1c
Show file tree
Hide file tree
Showing 5 changed files with 815 additions and 345 deletions.
6 changes: 6 additions & 0 deletions config/environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ module.exports = function (environment) {
modulePrefix: name,
environment,
mountedEngineRoutePrefix: getMountedEngineRoutePrefix(),

'ember-leaflet': {
excludeCSS: true,
excludeJS: true,
excludeImages: true,
},
};

return ENV;
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/iam-engine",
"version": "0.1.0",
"version": "0.1.1",
"description": "Fleetbase IAM extension provides identity and access management module for managing users, permissions and policies.",
"fleetbase": {
"route": "iam"
Expand Down Expand Up @@ -41,15 +41,16 @@
"publish:github": "npm config set '@fleetbase:registry' https://npm.pkg.github.com/ && npm publish"
},
"dependencies": {
"@fleetbase/ember-core": "^0.2.17",
"@fleetbase/ember-ui": "^0.2.24",
"@fleetbase/ember-core": "^0.2.19",
"@fleetbase/ember-ui": "^0.2.32",
"@babel/core": "^7.23.2",
"ember-cli-babel": "^8.2.0",
"ember-cli-htmlbars": "^6.3.0",
"@fortawesome/ember-fontawesome": "^2.0.0",
"@fortawesome/fontawesome-svg-core": "6.4.0",
"@fortawesome/free-solid-svg-icons": "6.4.0",
"@fortawesome/free-brands-svg-icons": "6.4.0",
"ember-auto-import": "^2.7.4",
"ember-intl": "6.3.2",
"ember-radio-button": "^3.0.0-beta.1",
"ember-wormhole": "^0.6.0"
Expand All @@ -66,7 +67,6 @@
"broccoli-asset-rev": "^3.0.0",
"broccoli-funnel": "^3.0.8",
"concurrently": "^8.2.2",
"ember-auto-import": "^2.7.4",
"ember-cli": "~5.4.1",
"ember-cli-clean-css": "^3.0.0",
"ember-cli-dependency-checker": "^3.3.2",
Expand Down
Loading

0 comments on commit 23dec1c

Please sign in to comment.