chore(release): prepare v0.1.0 release for main #16

Merged
Ninosaurier merged 90 commits from dev into main 2026-08-05 15:57:47 +00:00
5 changed files with 19 additions and 12 deletions
Showing only changes of commit a10b79b504 - Show all commits
+2
View File
@@ -0,0 +1,2 @@
node_modules
packages/**/node_modules
+10 -5
View File
@@ -6,13 +6,18 @@ ENV CI=true
WORKDIR /app
COPY pnpm-lock.yaml pnpm-workspace.yaml package.json ./
COPY packages/luna-charts/package.json ./packages/luna-charts/
RUN pnpm install --frozen-lockfile
COPY . .
RUN rm -rf node_modules packages/**/node_modules
RUN rm -f pnpm-lock.yaml
ENV PNPM_CONFIG_SUPPORTED_ARCHITECTURES="current,linux-x64-gnu"
RUN pnpm install
WORKDIR /app/packages/luna-charts
RUN pnpm add -D @rolldown/binding-linux-x64-gnu
CMD ["pnpm", "test:browser"]
+4 -4
View File
@@ -45,14 +45,14 @@
"@stencil/core": "^4.43.5",
"@stencil/storybook-plugin": "^0.7.0",
"@stencil/vitest": "^1.8.3",
"@storybook/addon-docs": "^10.5.0",
"@storybook/addon-links": "^10.5.0",
"@types/node": "^22.13.5",
"@vitest/browser-playwright": "^4.0.0",
"playwright": "^1.52.0",
"storybook": "^10.5.0",
"vitest": "^4.0.0",
"eslint-plugin-storybook": "10.5.0",
"@storybook/addon-docs": "^10.5.0"
"playwright": "^1.61.1",
"storybook": "^10.5.0",
"vitest": "^4.0.0"
},
"license": "MIT"
}
+1 -1
View File
@@ -244,7 +244,7 @@ importers:
specifier: 10.5.0
version: 10.5.0(eslint@10.6.0(jiti@2.7.0))(storybook@10.5.0(@types/react@19.2.17)(prettier@3.9.4)(react@19.2.7))(typescript@5.9.3)
playwright:
specifier: ^1.52.0
specifier: ^1.61.1
version: 1.61.1
storybook:
specifier: ^10.5.0