Skip to content

Commit 089562e

Browse files
committed
chore(release): v0.7.12 - cross-platform playground examples
Make example projects work on all platforms by using cross-platform tools: - rimraf for file deletion (instead of rm -rf) - cross-env for environment variables (instead of env) This ensures developers on Windows can run the examples without issues. Signed-off-by: Alejandro Mery <[email protected]>
1 parent fe86dd7 commit 089562e

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [0.7.12] - 2025-07-02
8+
9+
### Fixed
10+
11+
- **examples**: Use cross-platform compatible commands in playground scripts
12+
- Replace Unix-specific `rm -rf` with `rimraf` for file deletion
13+
- Replace Unix-specific `env` with `cross-env` for environment variables
14+
- Ensures examples work correctly on Windows, macOS, and Linux
15+
716
## [0.7.11] - 2025-07-02
817

918
### Changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@poupe/eslint-config",
3-
"version": "0.7.11",
3+
"version": "0.7.12",
44
"type": "module",
55
"description": "Sharable ESLint configuration preset for Poupe UI projects with TypeScript, Vue.js, and Tailwind CSS support",
66
"author": "Alejandro Mery <[email protected]>",

0 commit comments

Comments
 (0)