Skip to content

Commit

Permalink
chore: Publish new release
Browse files Browse the repository at this point in the history
  • Loading branch information
githrdw committed Oct 8, 2022
1 parent 0ce5ed2 commit 521c141
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vsch-core",
"displayName": "Home",
"description": "Homecoming dashboard for VSCode",
"version": "0.1.1",
"version": "0.1.2",
"publisher": "rubendew",
"icon": "assets/logo_vschome.white.min.png",
"engines": {
Expand Down Expand Up @@ -94,8 +94,8 @@
"vscode.git"
],
"dependencies": {
"@rubendew/vsch-sidebar": "^0.1.0",
"@rubendew/vsch-ui": "^0.1.1",
"@rubendew/vsch-sidebar": "^0.1.1",
"@rubendew/vsch-ui": "^0.1.2",
"@types/ws": "^8.5.3",
"ws": "^8.7.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/sidebar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rubendew/vsch-sidebar",
"version": "0.1.0",
"version": "0.1.1",
"description": "Sidebar",
"main": "index.js",
"license": "MIT",
Expand All @@ -15,7 +15,7 @@
},
"dependencies": {
"mustache": "^4.1.0",
"vsch-core": "^0.1.0"
"vsch-core": "^0.1.2"
},
"scripts": {
"build": "rollup -c",
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rubendew/vsch-ui",
"version": "0.1.1",
"version": "0.1.2",
"description": "Frontend for VSC Home",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"react-grid-layout": "1.3.4",
"react-icons": "^4.2.0",
"recoil": "^0.7.3",
"vsch-core": "^0.1.1"
"vsch-core": "^0.1.2"
},
"devDependencies": {
"@types/draft-js": "0.11.9",
Expand Down

0 comments on commit 521c141

Please sign in to comment.