Skip to content

Commit

Permalink
v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
TinyMan committed Aug 19, 2018
1 parent 5f7b71d commit 47896b7
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lerna": "2.11.0",
"packages": ["packages/*"],
"version": "0.0.4"
"version": "0.0.5"
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rxjs-inspector/core",
"version": "0.0.4",
"version": "0.0.5",
"description": "Core features for rxjs-inspector",
"scripts": {
"build": "tsc -p tsconfig.build.json"
4 changes: 2 additions & 2 deletions packages/devtools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rxjs-inspector/devtools",
"version": "0.0.4",
"version": "0.0.5",
"description": "Rxjs Inspector devtools package",
"scripts": {
"build": "tsc -p tsconfig.build.json"
@@ -13,7 +13,7 @@
"author": "TinyMan",
"license": "MIT",
"devDependencies": {
"@rxjs-inspector/core": "^0.0.4"
"@rxjs-inspector/core": "^0.0.5"
},
"peerDependencies": {
"@rxjs-inspector/core": "^0.0.1",
8 changes: 4 additions & 4 deletions packages/extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rxjs-inspector/extension",
"version": "0.0.4",
"version": "0.0.5",
"description": "Rxjs Inspector Devtools Extension",
"private": true,
"scripts": {
@@ -16,9 +16,9 @@
"author": "TinyMan",
"license": "MIT",
"devDependencies": {
"@rxjs-inspector/core": "^0.0.4",
"@rxjs-inspector/devtools": "^0.0.4",
"@rxjs-inspector/panel": "^0.0.4",
"@rxjs-inspector/core": "^0.0.5",
"@rxjs-inspector/devtools": "^0.0.5",
"@rxjs-inspector/panel": "^0.0.5",
"webpack-chrome-extension-reloader": "^0.6.7",
"webpack-cli": "^2.1.2",
"webpack-merge": "^4.1.2"
6 changes: 3 additions & 3 deletions packages/panel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rxjs-inspector/panel",
"version": "0.0.4",
"version": "0.0.5",
"description": "Rxjs Inspector Devtools Panel",
"private": true,
"scripts": {
@@ -17,8 +17,8 @@
"author": "TinyMan",
"license": "MIT",
"devDependencies": {
"@rxjs-inspector/core": "^0.0.4",
"@rxjs-inspector/devtools": "^0.0.4"
"@rxjs-inspector/core": "^0.0.5",
"@rxjs-inspector/devtools": "^0.0.5"
},
"peerDependencies": {
"@rxjs-inspector/core": "^0.0.1",

0 comments on commit 47896b7

Please sign in to comment.