Skip to content
This repository has been archived by the owner on Sep 8, 2024. It is now read-only.

Commit

Permalink
release(playground): v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sheepbox8646 committed May 6, 2024
1 parent b8c64da commit 0c6b593
Show file tree
Hide file tree
Showing 6 changed files with 368 additions and 282 deletions.
5 changes: 0 additions & 5 deletions .changeset/tasty-beans-juggle.md

This file was deleted.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@newcar/monorepo",
"type": "module",
"private": true,
"packageManager": "pnpm@9.0.6",
"packageManager": "pnpm@9.1.0",
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint . --fix",
Expand All @@ -26,18 +26,18 @@
"prepare": "simple-git-hooks"
},
"devDependencies": {
"@antfu/eslint-config": "^2.16.0",
"@antfu/eslint-config": "^2.16.1",
"@changesets/cli": "^2.27.1",
"@types/node": "^20.12.7",
"eslint": "^9.1.1",
"@types/node": "^20.12.9",
"eslint": "^9.2.0",
"lint-staged": "^15.2.2",
"pkgroll": "^2.0.2",
"pnpm": "^9.0.6",
"pnpm": "^9.1.0",
"rimraf": "^3.0.2",
"simple-git-hooks": "^2.11.1",
"taze": "^0.13.7",
"taze": "^0.13.8",
"typescript": "^5.4.5",
"vite": "^5.2.10"
"vite": "^5.2.11"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
Expand Down
6 changes: 6 additions & 0 deletions playground/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @newcar/playground

## 0.1.1

### Patch Changes

- b8c64da: Fixed Import Bug

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@newcar/playground",
"type": "module",
"version": "0.1.0",
"version": "0.1.1",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
Expand Down
Loading

0 comments on commit 0c6b593

Please sign in to comment.