Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
chore: version 0.0.45.
Browse files Browse the repository at this point in the history
  • Loading branch information
JSMonk committed Jun 10, 2020
1 parent 28555a7 commit a7a6677
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hegel/cli",
"version": "0.0.44",
"version": "0.0.45",
"description": "",
"main": "index.js",
"bin": {
Expand Down Expand Up @@ -31,8 +31,8 @@
"@babel/code-frame": "^7.0.0",
"@babel/parser": "^7.8.3",
"@babel/preset-env": "^7.7.6",
"@hegel/core": "0.0.43",
"@hegel/typings": "0.0.41",
"@hegel/core": "0.0.45",
"@hegel/typings": "0.0.45",
"chalk": "^2.4.2",
"cosmiconfig": "^5.2.1",
"glob": "^7.1.6",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hegel/core",
"author": "Artem Kobzar",
"version": "0.0.44",
"version": "0.0.45",
"description": "",
"main": "build/index.js",
"files": [
Expand All @@ -19,7 +19,7 @@
"license": "MIT",
"dependencies": {
"@babel/parser": "^7.8.4",
"@hegel/typings": "0.0.41"
"@hegel/typings": "0.0.45"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
Expand Down
6 changes: 3 additions & 3 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hegel/docs",
"version": "0.0.44",
"version": "0.0.45",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -14,8 +14,8 @@
"dependencies": {
"@babel/parser": "^7.7.5",
"@emotion/core": "^10.0.28",
"@hegel/core": "^0.0.44",
"@hegel/typings": "^0.0.41",
"@hegel/core": "^0.0.45",
"@hegel/typings": "^0.0.45",
"@reach/router": "^1.2.1",
"classnames": "^2.2.6",
"docz": "^2.2.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/language-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "hegel-language-server",
"displayName": "Hegel",
"description": "Language server for Hegel Type Checker",
"version": "0.0.44",
"version": "0.0.45",
"engines": {
"vscode": "^1.31.0"
},
Expand Down Expand Up @@ -77,9 +77,9 @@
"@babel/plugin-proposal-private-methods": "^7.7.4",
"@babel/plugin-syntax-bigint": "^7.7.4",
"@babel/plugin-syntax-dynamic-import": "^7.7.4",
"@hegel/cli": "^0.0.44",
"@hegel/core": "^0.0.44",
"@hegel/typings": "^0.0.41",
"@hegel/cli": "^0.0.45",
"@hegel/core": "^0.0.45",
"@hegel/typings": "^0.0.45",
"@sweet-monads/iterator": "^2.0.0",
"vscode-languageclient": "^6.1.3",
"vscode-languageserver": "^6.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/typings/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hegel/typings",
"version": "0.0.44",
"version": "0.0.45",
"description": "Typings for Hegel Project",
"main": "index.js",
"scripts": {},
Expand Down

0 comments on commit a7a6677

Please sign in to comment.