Skip to content

Commit 6de9893

Browse files
authored
Merge pull request #116 from fleetbase/dev-v0.3.20
v0.3.20
2 parents 379d0a7 + cca7c9e commit 6de9893

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

addon/utils/get-currency.js

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -742,6 +742,18 @@ const currencies = [
742742
decimalSeparator: '',
743743
symbolPlacement: 'before',
744744
},
745+
{
746+
iso2: 'KZ',
747+
name: 'Kazakhstan',
748+
emoji: '🇰🇿',
749+
code: 'KZT',
750+
title: 'Kazakhstani Tenge',
751+
symbol: '₸',
752+
precision: 2,
753+
thousandSeparator: ' ',
754+
decimalSeparator: '.',
755+
symbolPlacement: 'after',
756+
},
745757
{
746758
iso2: 'KE',
747759
name: 'Kenya',

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fleetbase/ember-ui",
3-
"version": "0.3.19",
3+
"version": "0.3.20",
44
"description": "Fleetbase UI provides all the interface components, helpers, services and utilities for building a Fleetbase extension into the Console.",
55
"keywords": [
66
"fleetbase-ui",

0 commit comments

Comments
 (0)