@everchron/ec-shards 2.2.3 → 2.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everchron/ec-shards",
3
- "version": "2.2.3",
3
+ "version": "2.2.4",
4
4
  "private": false,
5
5
  "description": "Everchron Shards UI Library",
6
6
  "repository": "https://github.com/everchron/ec-shards.git",
@@ -39,6 +39,7 @@ export default {
39
39
  'es',
40
40
  'sv',
41
41
  'tr',
42
+ 'us',
42
43
  'null',
43
44
  null
44
45
  ].includes(v)
@@ -6,6 +6,12 @@ import { Meta } from '@storybook/addon-docs/blocks';
6
6
  Changelog
7
7
  </h1>
8
8
 
9
+ ## Version 2.2.4 (8 November 2022)
10
+
11
+ ### Fixes
12
+
13
+ - Added `us` to EcsFlag validator options
14
+
9
15
  ## Version 2.2.3 (7 November 2022)
10
16
 
11
17
  ### Fixes
@@ -7,5 +7,5 @@ export default {
7
7
 
8
8
  export const flag = () => ({
9
9
  components: { EcsFlag },
10
- template: `<ecs-flag code="de" />`,
10
+ template: `<ecs-flag code="us" />`,
11
11
  });