Skip to content
This repository was archived by the owner on May 25, 2021. It is now read-only.

Commit

Permalink
v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mascarenhas committed Sep 10, 2018
1 parent ca11d69 commit 2cc40cd
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.2.2",
"version": "0.2.3",
"packages": [
"packages/**"
],
Expand Down
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": "@augury/core",
"version": "0.2.1",
"version": "0.2.3",
"description": "Provides the core infrastructure for Augury Labs",
"author": "rangle.io",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/example-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@augury/example-plugin",
"private": true,
"version": "0.2.1",
"version": "0.2.3",
"main": "dist/index.js",
"typings": "dist/index.d.js",
"license": "MIT",
Expand All @@ -16,7 +16,7 @@
"precommit": "lint-staged"
},
"dependencies": {
"@augury/core": "^0.2.1"
"@augury/core": "^0.2.3"
},
"devDependencies": {
"@augury/tools": "^0.2.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/performance-profiler-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@augury/performance-profiler-plugin",
"version": "0.2.2",
"version": "0.2.3",
"description": "Performance profiler plugin for Augury Labs",
"author": "rangle.io",
"homepage": "https://github.com/rangle/augury-labs#readme",
Expand Down Expand Up @@ -31,7 +31,7 @@
"link": "yarn link"
},
"devDependencies": {
"@augury/performance-profiler-ui": "^0.2.1",
"@augury/performance-profiler-ui": "^0.2.3",
"@augury/tools": "^0.2.0",
"css-loader": "^1.0.0",
"postcss-loader": "^3.0.0",
Expand All @@ -44,6 +44,6 @@
"webpack-cli": "^3.1.0"
},
"dependencies": {
"@augury/core": "^0.2.1"
"@augury/core": "^0.2.3"
}
}
4 changes: 2 additions & 2 deletions packages/performance-profiler-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@augury/performance-profiler-ui",
"private": true,
"version": "0.2.1",
"version": "0.2.3",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
Expand All @@ -26,7 +26,7 @@
"webpack-cli": "^3.1.0"
},
"dependencies": {
"@augury/core": "^0.2.1",
"@augury/core": "^0.2.3",
"d3": "^5.6.0",
"d3-array": "^1.2.1",
"d3-axis": "^1.0.9",
Expand Down

0 comments on commit 2cc40cd

Please sign in to comment.