Compare commits

...

2 Commits

Author SHA1 Message Date
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
3 changed files with 11 additions and 4 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

View File

@@ -1,3 +1,10 @@
## [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.1",
"private": true,
"description": "Beautiful Soroban Flashcard Generator - Monorepo",
"workspaces": [