Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and astahmer committed May 23, 2024
1 parent 5f46a37 commit 77e534c
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .changeset/yellow-garlics-camp.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/tw2panda/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# tw2panda

## 0.3.1

### Patch Changes

- 5f46a37: Allow ejecting of base presets based on `eject: true` (in `panda.config.ts` or passed as argument)

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tw2panda/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tw2panda",
"type": "module",
"version": "0.3.0",
"version": "0.3.1",
"bin": {
"tw2panda": "bin.js"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# tw2panda-vscode

## 0.5.2

### Patch Changes

- 5f46a37: Allow ejecting of base presets based on `eject: true` (in `panda.config.ts` or passed as argument)
- Updated dependencies [5f46a37]
- [email protected]

## 0.5.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "tw2panda-vscode",
"displayName": "tw2panda 🐼",
"description": "Easily migrate code from tailwind to Panda CSS",
"version": "0.5.1",
"version": "0.5.2",
"private": true,
"engines": {
"vscode": "^1.67.0"
Expand Down

0 comments on commit 77e534c

Please sign in to comment.