Skip to content

Commit 7ab431f

Browse files
pethersgithub-actions[bot]
authored andcommitted
chore(release): bump version to v1.0.0
1 parent d9430cd commit 7ab431f

8 files changed

Lines changed: 1180 additions & 1147 deletions
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<testsuites name="Mocha Tests" time="1.686" tests="8" failures="0">
3+
<testsuite name="Root Suite" timestamp="2025-06-14T15:50:51" tests="0" file="cypress/e2e/app.cy.ts" failures="0" time="0">
4+
</testsuite>
5+
<testsuite name="PixiJS Game E2E" timestamp="2025-06-14T15:50:51" tests="0" failures="0" time="0">
6+
</testsuite>
7+
<testsuite name="Initial Page Load" timestamp="2025-06-14T15:50:51" tests="2" failures="0" time="0.908">
8+
<testcase name="PixiJS Game E2E Initial Page Load should display the game page correctly" time="0.756" classname="should display the game page correctly" failure="false" error="false" success="true">
9+
</testcase>
10+
<testcase name="PixiJS Game E2E Initial Page Load should have proper page structure" time="0.152" classname="should have proper page structure" failure="false" error="false" success="true">
11+
</testcase>
12+
</testsuite>
13+
<testsuite name="Game Canvas" timestamp="2025-06-14T15:50:52" tests="2" failures="0" time="0.29">
14+
<testcase name="PixiJS Game E2E Game Canvas should render the PixiJS canvas" time="0.109" classname="should render the PixiJS canvas" failure="false" error="false" success="true">
15+
</testcase>
16+
<testcase name="PixiJS Game E2E Game Canvas should have the correct canvas dimensions" time="0.181" classname="should have the correct canvas dimensions" failure="false" error="false" success="true">
17+
</testcase>
18+
</testsuite>
19+
<testsuite name="Game Interaction" timestamp="2025-06-14T15:50:53" tests="1" failures="0" time="0.15">
20+
<testcase name="PixiJS Game E2E Game Interaction should be interactive" time="0.15" classname="should be interactive" failure="false" error="false" success="true">
21+
</testcase>
22+
</testsuite>
23+
<testsuite name="Accessibility" timestamp="2025-06-14T15:50:54" tests="2" failures="0" time="0.223">
24+
<testcase name="PixiJS Game E2E Accessibility should have proper heading structure" time="0.115" classname="should have proper heading structure" failure="false" error="false" success="true">
25+
</testcase>
26+
<testcase name="PixiJS Game E2E Accessibility should have readable content" time="0.108" classname="should have readable content" failure="false" error="false" success="true">
27+
</testcase>
28+
</testsuite>
29+
<testsuite name="Responsive Design" timestamp="2025-06-14T15:50:54" tests="1" failures="0" time="0.115">
30+
<testcase name="PixiJS Game E2E Responsive Design should be visible on different screen sizes" time="0.115" classname="should be visible on different screen sizes" failure="false" error="false" success="true">
31+
</testcase>
32+
</testsuite>
33+
</testsuites>
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
import{e as a,A as e,C as i,a as s,E as t,F as n,D as d}from"./pixi-DYd6MMWW.js";import"./webworkerAll-mkpG_eMk.js";a.add(e);a.mixin(i,s);a.add(t);a.mixin(i,n);a.add(d);
1+
import{e as a,A as e,C as i,a as s,E as t,F as n,D as d}from"./pixi-DHTDVgXD.js";import"./webworkerAll-CSTIeD1H.js";a.add(e);a.mixin(i,s);a.add(t);a.mixin(i,n);a.add(d);
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/assets/pixi-DHTDVgXD.js

Lines changed: 1141 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/assets/pixi-DYd6MMWW.js

Lines changed: 0 additions & 1141 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "game-app",
33
"private": true,
4-
"version": "0.0.5",
4+
"version": "1.0.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)