Skip to content

Commit

Permalink
Merge pull request #6 from siguici/changeset-release/main
Browse files Browse the repository at this point in the history
🔖 New release
  • Loading branch information
siguici authored Jan 18, 2025
2 parents c1b6104 + d07dd98 commit fc8f496
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .changeset/heavy-walls-wash.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# panam-cli

## 0.1.2

### Patch Changes

- c1b6104: 🚑️ Fix new project initialization command
- Updated dependencies [c1b6104]
- [email protected]

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "panam-cli",
"type": "module",
"license": "MIT",
"version": "0.1.1",
"version": "0.1.2",
"description": "The command-line interface for Panam. Run commands with any package manager across your project effortlessly.",
"scripts": {
"check": "tsc --noEmit",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# panam

## 0.2.2

### Patch Changes

- c1b6104: 🚑️ Fix new project initialization command

## 0.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "panam",
"type": "module",
"license": "MIT",
"version": "0.2.1",
"version": "0.2.2",
"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",
"scripts": {
"check": "tsc --noEmit",
Expand Down

0 comments on commit fc8f496

Please sign in to comment.