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 8, 2023
1 parent d2ad3af commit 0deba26
Show file tree
Hide file tree
Showing 10 changed files with 39 additions and 38 deletions.
7 changes: 0 additions & 7 deletions .changeset/fluffy-grapes-notice.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/fuzzy-ladybugs-explain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hungry-lamps-peel.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/quick-cars-sneeze.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/red-pugs-rhyme.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-years-collect.md

This file was deleted.

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

## 0.2.0

### Minor Changes

- 1ac3dd0: refactor(config): better loadContext fns
- 1f7463a: feat(rewrite): prepend relative outdir imports

### Patch Changes

- 0bd82f4: feat: rewrite template literal with conditions to cx

https://github.com/astahmer/tw2panda/issues/5

- 11c3afc: types: allow partial config in panda context
- 0df8954: fix: JSX Expression / template literal rewriting

https://github.com/astahmer/tw2panda/issues/6

- d3c836c: feat(cli): rewrite --silent flag

## 0.1.2

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

## 0.4.0

### Minor Changes

- 1ac3dd0: refactor(config): better loadContext fns
- 1f7463a: feat(rewrite): prepend relative outdir imports

### Patch Changes

- Updated dependencies [0bd82f4]
- Updated dependencies [1ac3dd0]
- Updated dependencies [11c3afc]
- Updated dependencies [1f7463a]
- Updated dependencies [0df8954]
- Updated dependencies [d3c836c]
- [email protected]

## 0.3.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.3.1",
"version": "0.4.0",
"private": true,
"engines": {
"vscode": "^1.67.0"
Expand Down

0 comments on commit 0deba26

Please sign in to comment.