gatsby-matrix-theme 53.9.2 → 53.10.0-beta.1
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/.ci.yml +4 -0
- package/CHANGELOG.md +31 -0
- package/package.json +2 -2
- package/src/components/molecules/game-iframe/index.js +1 -1
- package/storybook/public/{384.f43b96da.iframe.bundle.js → 384.f67925e8.iframe.bundle.js} +4 -4
- package/storybook/public/{384.f43b96da.iframe.bundle.js.map → 384.f67925e8.iframe.bundle.js.map} +1 -1
- package/storybook/public/{964.64e24ece.iframe.bundle.js → 964.3d4c1350.iframe.bundle.js} +1 -1
- package/storybook/public/{995.bcb340c2.iframe.bundle.js → 995.aa5d8c09.iframe.bundle.js} +1 -1
- package/storybook/public/iframe.html +1 -1
- package/storybook/public/project.json +1 -1
- package/storybook/public/{runtime~main.434980f3.iframe.bundle.js → runtime~main.1b0ac866.iframe.bundle.js} +1 -1
- package/package.old.json +0 -87
- /package/storybook/public/{384.f43b96da.iframe.bundle.js.LICENSE.txt → 384.f67925e8.iframe.bundle.js.LICENSE.txt} +0 -0
package/.ci.yml
CHANGED
|
@@ -61,6 +61,10 @@ Theme Beta Publish:
|
|
|
61
61
|
- git config --global http.sslverify false
|
|
62
62
|
- git config --global user.email "floyd@gig.com"
|
|
63
63
|
- git config --global user.name "floyd"
|
|
64
|
+
- echo "@gigmedia:registry=https://npm.gigmedia.tech/" >> ~/.npmrc
|
|
65
|
+
- echo "//npm.gigmedia.tech/:_authToken=${NPM_PRIVATE_TOKEN}" >> ~/.npmrc
|
|
66
|
+
- echo "//registry.npmjs.org/:_authToken=${NPM_AUTH_TOKEN}" >> ~/.npmrc
|
|
67
|
+
|
|
64
68
|
script:
|
|
65
69
|
- export HUSKY=0
|
|
66
70
|
- yarn config set cache-folder .yarn
|
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,34 @@
|
|
|
1
|
+
# [53.10.0-beta.1](https://gitlab.com/g2m-gentoo/team-floyd/themes/matrix-theme/compare/v53.9.3...v53.10.0-beta.1) (2025-12-24)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* test ([9acb4c4](https://gitlab.com/g2m-gentoo/team-floyd/themes/matrix-theme/commit/9acb4c4e72cde32a90e05cbb431771d1a4dc6778))
|
|
7
|
+
* testing gtm removal ([c717e12](https://gitlab.com/g2m-gentoo/team-floyd/themes/matrix-theme/commit/c717e12b6d935645a8cdce9da76292ce32ef0165))
|
|
8
|
+
* tm-5551 - remove conflicting env var from ci ([f113ae2](https://gitlab.com/g2m-gentoo/team-floyd/themes/matrix-theme/commit/f113ae26095f4e9907d40eb5040f47a82547adca))
|
|
9
|
+
* tm-5551 - revert yarn.lock ([98f717e](https://gitlab.com/g2m-gentoo/team-floyd/themes/matrix-theme/commit/98f717ef9602ecd4b7f8f2af6b7908c32346186f))
|
|
10
|
+
* update env ([d2e6558](https://gitlab.com/g2m-gentoo/team-floyd/themes/matrix-theme/commit/d2e65585707890da96b2ea9bd1db0146ee5a7238))
|
|
11
|
+
* update theme ([5f6d82f](https://gitlab.com/g2m-gentoo/team-floyd/themes/matrix-theme/commit/5f6d82fed691c71c2bb64805c1b4c9f841ae634f))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Config
|
|
15
|
+
|
|
16
|
+
* cicd token ([e44e3c5](https://gitlab.com/g2m-gentoo/team-floyd/themes/matrix-theme/commit/e44e3c5c376d48bca55843fb498ca342d730879c))
|
|
17
|
+
* update theme ([c87e63f](https://gitlab.com/g2m-gentoo/team-floyd/themes/matrix-theme/commit/c87e63ff3a5c0c2ab877b8b6f9598188165bedf1))
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Features
|
|
21
|
+
|
|
22
|
+
* tm-5551 - add enigma-middleware configurations to env file ([53a0453](https://gitlab.com/g2m-gentoo/team-floyd/themes/matrix-theme/commit/53a04532d968addfdec96bca38e08a107ec01086))
|
|
23
|
+
* tm-5551 - add enigma-middleware to matrix theme ([f1a4b9b](https://gitlab.com/g2m-gentoo/team-floyd/themes/matrix-theme/commit/f1a4b9b9716052d83e31412d5663a7a48257724b))
|
|
24
|
+
|
|
25
|
+
## [53.9.3](https://gitlab.com/g2m-gentoo/team-floyd/themes/matrix-theme/compare/v53.9.2...v53.9.3) (2025-12-08)
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
### Bug Fixes
|
|
29
|
+
|
|
30
|
+
* update core theme ([570457a](https://gitlab.com/g2m-gentoo/team-floyd/themes/matrix-theme/commit/570457adc1499ca15139cadebe432ab2e7064efb))
|
|
31
|
+
|
|
1
32
|
## [53.9.2](https://gitlab.com/g2m-gentoo/team-floyd/themes/matrix-theme/compare/v53.9.1...v53.9.2) (2025-12-08)
|
|
2
33
|
|
|
3
34
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gatsby-matrix-theme",
|
|
3
|
-
"version": "53.
|
|
3
|
+
"version": "53.10.0-beta.1",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"description": "Matrix Theme NPM Package",
|
|
6
6
|
"author": "",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"@react-icons/all-files": "^4.1.0",
|
|
27
27
|
"gatsby": "^5.11.0",
|
|
28
|
-
"gatsby-core-theme": "44.10.
|
|
28
|
+
"gatsby-core-theme": "44.10.12-beta.1",
|
|
29
29
|
"gatsby-plugin-sharp": "^5.11.0",
|
|
30
30
|
"gatsby-transformer-sharp": "^5.11.0",
|
|
31
31
|
"gatsby-plugin-sitemap": "^6.13.1",
|
|
@@ -12,7 +12,7 @@ const GameIframe = ({ page }) => {
|
|
|
12
12
|
const [showIframe, setShowIframe] = useState(false);
|
|
13
13
|
|
|
14
14
|
useEffect(() => {
|
|
15
|
-
const playfreeLinks = document.querySelectorAll('button.playfree');
|
|
15
|
+
const playfreeLinks = document.querySelectorAll('button.playfree');
|
|
16
16
|
|
|
17
17
|
const click = () => {
|
|
18
18
|
if (!showIframe) {
|