Skip to content

Commit 481d1b8

Browse files
committed
chore: bump version to 0.2.72
1 parent d499e83 commit 481d1b8

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

packages/ganko/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@drskillissue/ganko",
3-
"version": "0.2.71",
3+
"version": "0.2.72",
44
"description": "Static analysis SDK for Solid.js — graphs, rules, ESLint adapter",
55
"license": "MIT",
66
"type": "module",

packages/lsp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@drskillissue/ganko-lsp",
3-
"version": "0.2.71",
3+
"version": "0.2.72",
44
"description": "Language server and CLI linter for Solid.js projects",
55
"license": "MIT",
66
"type": "commonjs",

packages/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@drskillissue/ganko-shared",
33
"private": true,
4-
"version": "0.2.71",
4+
"version": "0.2.72",
55
"description": "Shared protocol types for the ganko toolchain",
66
"license": "MIT",
77
"type": "commonjs",

packages/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": true,
44
"displayName": "Ganko — Solid.js & CSS Linter",
55
"description": "Static analysis for Solid.js and CSS",
6-
"version": "0.2.71",
6+
"version": "0.2.72",
77
"license": "MIT",
88
"publisher": "ganko",
99
"icon": "icon.png",

0 commit comments

Comments
 (0)