Skip to content

Commit fc8f496

Browse files
authored
Merge pull request #6 from siguici/changeset-release/main
🔖 New release
2 parents c1b6104 + d07dd98 commit fc8f496

File tree

5 files changed

+16
-8
lines changed

5 files changed

+16
-8
lines changed

.changeset/heavy-walls-wash.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/cli/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# panam-cli
22

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- c1b6104: 🚑️ Fix new project initialization command
8+
- Updated dependencies [c1b6104]
9+
10+
311
## 0.1.1
412

513
### Patch Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "panam-cli",
33
"type": "module",
44
"license": "MIT",
5-
"version": "0.1.1",
5+
"version": "0.1.2",
66
"description": "The command-line interface for Panam. Run commands with any package manager across your project effortlessly.",
77
"scripts": {
88
"check": "tsc --noEmit",

packages/core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# panam
22

3+
## 0.2.2
4+
5+
### Patch Changes
6+
7+
- c1b6104: 🚑️ Fix new project initialization command
8+
39
## 0.2.1
410

511
### Patch Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "panam",
33
"type": "module",
44
"license": "MIT",
5-
"version": "0.2.1",
5+
"version": "0.2.2",
66
"description": "A universal tool for managing package managers with a unified API. Run commands across npm, pnpm, yarn, bun, deno, jsr, and more with ease",
77
"scripts": {
88
"check": "tsc --noEmit",

0 commit comments

Comments
 (0)