@everymatrix/lottery-program-wof 1.31.2 → 1.32.0

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +2 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,8 @@
3
3
 
4
4
  | Version | Release date | Impacted areas | Changes |
5
5
  | ------- | ------------ | ----------------------------- | --------------------------------------- |
6
+ | 1.31.2 | Thu May 30 2024 | lottery-program-wof | fix(EMFE-31182)(lottery-program-wof): add hr translation |
7
+ | 1.31.2 | Thu May 30 2024 | lottery-program-wof | fix(EMFE-31182)(lottery-program-wof): add hr translation |
6
8
  | 1.29.5 | Tue Apr 23 2024 | lottery-program-wof | fix(FEW-302)(lottery-program-wof): fix styling url |
7
9
  | 1.28.0 | Fri Mar 08 2024 | lottery-program-wof | fix(FEW-264)(casino-tournaments-x,lottery-program-wof,casino-wagering-x): add v1 to endpoint |
8
10
  | 1.23.1 | Thu Jan 04 2024 | lottery-program-wof | feat(FEW-282)(lottery-program-wof): add timeout for draw api |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/lottery-program-wof",
3
- "version": "1.31.2",
3
+ "version": "1.32.0",
4
4
  "main": "dist/lottery-program-wof.js",
5
5
  "svelte": "src/index.ts",
6
6
  "scripts": {
@@ -39,5 +39,5 @@
39
39
  "publishConfig": {
40
40
  "access": "public"
41
41
  },
42
- "gitHead": "ced96438778b5026f2dcfb9a87463aa4f1edaa62"
42
+ "gitHead": "945c13abdd91674a919f38954bfa8a87e819f295"
43
43
  }