Skip to content

Commit 6f0dc1f

Browse files
committed
chore(release): 🔖 bump version to 2.0.1
1 parent 53a93a9 commit 6f0dc1f

File tree

7 files changed

+51
-74
lines changed

7 files changed

+51
-74
lines changed

package-lock.json

Lines changed: 44 additions & 67 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stackcode-monorepo",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"private": true,
55
"type": "module",
66
"description": "An intelligent tool to help junior developers apply best practices from day one.",

packages/cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stackcode/cli",
3-
"version": "2.0.0",
3+
"version": "2.0.2",
44
"description": "The Command-/Line Interface for StackCode",
55
"type": "module",
66
"main": "dist/index.js",
@@ -34,8 +34,8 @@
3434
"url": "https://github.com/YagoBorba/StackCode/issues"
3535
},
3636
"dependencies": {
37-
"@stackcode/core": "^1.0.4",
38-
"@stackcode/i18n": "^1.0.4",
37+
"@stackcode/core": "^2.0.1",
38+
"@stackcode/i18n": "^2.0.1",
3939
"chalk": "^5.3.0",
4040
"configstore": "^7.0.0",
4141
"inquirer": "^8.2.6",
File renamed without changes.

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stackcode/core",
3-
"version": "1.0.4",
3+
"version": "2.0.1",
44
"description": "Core logic for the StackCode tool.",
55
"type": "module",
66
"main": "dist/index.js",

packages/i18n/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stackcode/i18n",
3-
"version": "1.0.4",
3+
"version": "2.0.1",
44
"description": "Internationalization (i18n) package for StackCode.",
55
"type": "module",
66
"main": "dist/index.js",

packages/vscode-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "stackcode-vscode",
33
"displayName": "StackCode",
44
"description": "Complete development assistant with project scaffolding, Git workflow, and real-time best practices enforcement",
5-
"version": "2.0.0",
5+
"version": "2.0.1",
66
"publisher": "YagoBorba",
77
"engines": {
88
"vscode": "^1.85.0"

0 commit comments

Comments
 (0)