Skip to content

Commit f9f5b43

Browse files
Version Packages (#45)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent cb150b2 commit f9f5b43

File tree

12 files changed

+41
-19
lines changed

12 files changed

+41
-19
lines changed

.changeset/neat-cheetahs-retire.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

.changeset/smart-cobras-visit.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/language-server/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @pandacss/language-server
22

3+
## 0.18.0
4+
5+
### Minor Changes
6+
7+
- bd5ca1b: Update Panda version to 0.37.2 (from 0.17.0), fixes a bunch of small issues
8+
39
## 0.17.1
410

511
### Patch Changes

packages/language-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@pandacss/language-server",
33
"displayName": "Panda CSS",
44
"description": "🐼 The official Panda language server",
5-
"version": "0.17.1",
5+
"version": "0.18.0",
66
"main": "dist/index.js",
77
"repository": {
88
"url": "https://github.com/chakra-ui/panda-vscode",

packages/shared/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @pandacss/extension-shared
22

3+
## 0.18.0
4+
5+
### Minor Changes
6+
7+
- bd5ca1b: Update Panda version to 0.37.2 (from 0.17.0), fixes a bunch of small issues
8+
39
## 0.17.0
410

511
### Patch Changes

packages/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "@pandacss/extension-shared",
44
"displayName": "🐼 Panda CSS",
55
"description": "Shared utilities between extension client & server",
6-
"version": "0.17.0",
6+
"version": "0.18.0",
77
"license": "MIT",
88
"main": "dist/index.js",
99
"types": "dist/index.d.ts",

packages/ts-plugin/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @pandacss/ts-plugin
22

3+
## 0.18.0
4+
5+
### Minor Changes
6+
7+
- bd5ca1b: Update Panda version to 0.37.2 (from 0.17.0), fixes a bunch of small issues
8+
39
## 0.17.0
410

511
## 0.16.0

packages/ts-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@pandacss/ts-plugin",
33
"displayName": "🐼 Panda CSS",
44
"description": "The official Panda plugin for VS Code",
5-
"version": "0.17.0",
5+
"version": "0.18.0",
66
"license": "MIT",
77
"main": "dist/index.js",
88
"type": "commonjs",

packages/vscode/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# panda-css-vscode
22

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- bd5ca1b: Update Panda version to 0.37.2 (from 0.17.0), fixes a bunch of small issues
8+
9+
### Patch Changes
10+
11+
- 4ff4a13: Support extendion activation on `.gjs` and `.gts` files for Next-gen Ember files
12+
- Updated dependencies [bd5ca1b]
13+
- @pandacss/ts-plugin@0.18.0
14+
315
## 0.2.27
416

517
### Patch Changes

packages/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"name": "panda-css-vscode",
55
"displayName": "🐼 Panda CSS",
66
"description": "The official Panda CSS plugin for VS Code",
7-
"version": "0.2.27",
7+
"version": "0.3.0",
88
"private": true,
99
"engines": {
1010
"vscode": "^1.67.0"

0 commit comments

Comments
 (0)