Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 20, 2024
1 parent cb150b2 commit 759be52
Show file tree
Hide file tree
Showing 12 changed files with 41 additions and 19 deletions.
9 changes: 0 additions & 9 deletions .changeset/neat-cheetahs-retire.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-cobras-visit.md

This file was deleted.

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

## 0.18.0

### Minor Changes

- bd5ca1b: Update Panda version to 0.37.2 (from 0.17.0), fixes a bunch of small issues

## 0.17.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/language-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@pandacss/language-server",
"displayName": "Panda CSS",
"description": "🐼 The official Panda language server",
"version": "0.17.1",
"version": "0.18.0",
"main": "dist/index.js",
"repository": {
"url": "https://github.com/chakra-ui/panda-vscode",
Expand Down
6 changes: 6 additions & 0 deletions packages/shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pandacss/extension-shared

## 0.18.0

### Minor Changes

- bd5ca1b: Update Panda version to 0.37.2 (from 0.17.0), fixes a bunch of small issues

## 0.17.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "@pandacss/extension-shared",
"displayName": "🐼 Panda CSS",
"description": "Shared utilities between extension client & server",
"version": "0.17.0",
"version": "0.18.0",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/ts-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pandacss/ts-plugin

## 0.18.0

### Minor Changes

- bd5ca1b: Update Panda version to 0.37.2 (from 0.17.0), fixes a bunch of small issues

## 0.17.0

## 0.16.0
Expand Down
2 changes: 1 addition & 1 deletion packages/ts-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@pandacss/ts-plugin",
"displayName": "🐼 Panda CSS",
"description": "The official Panda plugin for VS Code",
"version": "0.17.0",
"version": "0.18.0",
"license": "MIT",
"main": "dist/index.js",
"type": "commonjs",
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 @@
# panda-css-vscode

## 0.3.0

### Minor Changes

- bd5ca1b: Update Panda version to 0.37.2 (from 0.17.0), fixes a bunch of small issues

### Patch Changes

- 4ff4a13: Support extendion activation on `.gjs` and `.gts` files for Next-gen Ember files
- Updated dependencies [bd5ca1b]
- @pandacss/ts-plugin@0.18.0

## 0.2.27

### 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 @@ -4,7 +4,7 @@
"name": "panda-css-vscode",
"displayName": "🐼 Panda CSS",
"description": "The official Panda CSS plugin for VS Code",
"version": "0.2.27",
"version": "0.3.0",
"private": true,
"engines": {
"vscode": "^1.67.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/vsix-builder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pandacss/vsix-builder

## 0.18.0

### Minor Changes

- bd5ca1b: Update Panda version to 0.37.2 (from 0.17.0), fixes a bunch of small issues

## 0.17.0

## 0.16.0
Expand Down
2 changes: 1 addition & 1 deletion packages/vsix-builder/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pandacss/vsix-builder",
"description": "Forked version of @vscode/vsce to support symlinks",
"version": "0.17.0",
"version": "0.18.0",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 759be52

Please sign in to comment.