@everymatrix/casino-footer-v2 1.23.0 → 1.23.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 +6 -0
  2. package/package.json +2 -2
package/CHANGELOG.md ADDED
@@ -0,0 +1,6 @@
1
+
2
+ ## casino-footer-v2 widget changelogs
3
+
4
+ | Version | Release date | Impacted areas | Changes |
5
+ | ------- | ------------ | ----------------------------- | --------------------------------------- |
6
+ | 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.23.0",
3
+ "version": "1.23.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": "e1f96f1273bd4af5ca8e311c90006f51ca00a642"
38
+ "gitHead": "4844f167efeb93d55d079fc27381a959fe9c5a65"
39
39
  }