Compare commits

..

4 Commits

Author SHA1 Message Date
semantic-release-bot
40cbe96385 chore(release): 2.1.2 [skip ci]
## [2.1.2](https://github.com/antialias/soroban-abacus-flashcards/compare/v2.1.1...v2.1.2) (2025-10-07)

### Bug Fixes

* revert to default pnpm mode for Docker compatibility ([bd0092e](bd0092e69a))
2025-10-07 15:34:15 +00:00
Thomas Hallock
bd0092e69a fix: revert to default pnpm mode for Docker compatibility
Hoisted mode is incompatible with Docker's overlay filesystem.
Remove .npmrc and regenerate lockfile with default isolated mode.

This maintains semantic-release functionality while allowing
Docker builds to succeed.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-07 10:33:26 -05:00
semantic-release-bot
f9262a2c83 chore(release): 2.1.1 [skip ci]
## [2.1.1](https://github.com/antialias/soroban-abacus-flashcards/compare/v2.1.0...v2.1.1) (2025-10-07)

### Bug Fixes

* ignore all node_modules in Docker ([4792dde](4792dde1be))
2025-10-07 15:28:57 +00:00
Thomas Hallock
4792dde1be fix: ignore all node_modules in Docker
Docker overlay filesystem conflicts with local node_modules structure,
regardless of whether it's hoisted mode or not. Ignore all node_modules
and rely on the base stage installation.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-07 10:28:09 -05:00
4 changed files with 18 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
# Ignore development files
# NOTE: With hoisted mode, we need the workspace node_modules symlinks
# Only ignore root node_modules
/node_modules
# Ignore all node_modules to prevent Docker overlay conflicts
node_modules
**/node_modules
.next
.git
.github

1
.npmrc
View File

@@ -1 +0,0 @@
node-linker=hoisted

View File

@@ -1,3 +1,17 @@
## [2.1.2](https://github.com/antialias/soroban-abacus-flashcards/compare/v2.1.1...v2.1.2) (2025-10-07)
### Bug Fixes
* revert to default pnpm mode for Docker compatibility ([bd0092e](https://github.com/antialias/soroban-abacus-flashcards/commit/bd0092e69ac4f74ea89b8d31399cf72f57484cbb))
## [2.1.1](https://github.com/antialias/soroban-abacus-flashcards/compare/v2.1.0...v2.1.1) (2025-10-07)
### Bug Fixes
* ignore all node_modules in Docker ([4792dde](https://github.com/antialias/soroban-abacus-flashcards/commit/4792dde1beef9c6cb84a27bc6bb6acfa43919a72))
## [2.1.0](https://github.com/antialias/soroban-abacus-flashcards/compare/v2.0.7...v2.1.0) (2025-10-07)

View File

@@ -1,6 +1,6 @@
{
"name": "soroban-monorepo",
"version": "2.1.0",
"version": "2.1.2",
"private": true,
"description": "Beautiful Soroban Flashcard Generator - Monorepo",
"workspaces": [