@everymatrix/casino-footer-v2 1.24.0 → 1.24.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +1 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,4 +3,5 @@
3
3
 
4
4
  | Version | Release date | Impacted areas | Changes |
5
5
  | ------- | ------------ | ----------------------------- | --------------------------------------- |
6
+ | 1.24.0 | Thu Jan 11 2024 | casino-footer-v2 | fix(EMFE-29061)(casino-footer-v2): populate variables with res data properly |
6
7
  | 1.23.0 | Thu Dec 21 2023 | casino-footer-v2 | fix(EMFE-29061)(casino-footer-v2): async/await approach for fetch |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/casino-footer-v2",
3
- "version": "1.24.0",
3
+ "version": "1.24.1",
4
4
  "main": "dist/casino-footer-v2.js",
5
5
  "svelte": "src/index.ts",
6
6
  "scripts": {
@@ -35,5 +35,5 @@
35
35
  "publishConfig": {
36
36
  "access": "public"
37
37
  },
38
- "gitHead": "88308bab2d4819ec71d025befe5d4165e8c092ca"
38
+ "gitHead": "1028027aa2cfe5775cbb4df0feb2b56d0143d3f6"
39
39
  }