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 Aug 9, 2023
1 parent 3c48014 commit f573338
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/happy-nails-sleep.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/sweet-kangaroos-approve.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.0

### Minor Changes

- cb9ebe1: Hopefully fix the extension in workspaces that do not have esbuild installed as well

## 0.2.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.2.0",
"version": "0.3.0",
"bin": {
"tw2panda": "bin.js"
},
Expand Down
12 changes: 12 additions & 0 deletions packages/vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# tw2panda-vscode

## 0.5.0

### Minor Changes

- cb9ebe1: Hopefully fix the extension in workspaces that do not have esbuild installed as well

### Patch Changes

- 05a33b8: rm preview tag / debug mode
- Updated dependencies [cb9ebe1]
- [email protected]

## 0.4.0

### Minor 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.4.0",
"version": "0.5.0",
"private": true,
"engines": {
"vscode": "^1.67.0"
Expand Down

0 comments on commit f573338

Please sign in to comment.