Skip to content

Commit 5bce3f6

Browse files
committed
v1.0.1
1 parent e805fd1 commit 5bce3f6

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"packages": ["packages/*"],
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"npmClient": "yarn"
55
}

packages/extension-integrationtest/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rxjs-debugging/extension-integrationtest",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"license": "MIT",
55
"private": true,
66
"engines": {
@@ -10,7 +10,7 @@
1010
"build": "tsc"
1111
},
1212
"dependencies": {
13-
"rxjs-debugging-for-vs-code": "^1.0.0"
13+
"rxjs-debugging-for-vs-code": "^1.0.1"
1414
},
1515
"devDependencies": {
1616
"@types/jest": "27.0.3",

packages/extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "RxJS Debugging for Visual Studio Code",
44
"description": "Add non-intrusive debugging capabilities for RxJS applications to Visual Studio Code.",
55
"icon": "docs/brand/icon.png",
6-
"version": "1.0.0",
6+
"version": "1.0.1",
77
"license": "MIT",
88
"repository": {
99
"url": "https://github.com/swissmanu/rxjs-debugging-for-vscode"

packages/runtime-webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@rxjs-debugging/runtime-webpack",
33
"description": "Webpack plugin to debug RxJS-based web applications with \"RxJS Debugging for Visual Studio Code\".",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"license": "MIT",
66
"author": "Manuel Alabor <[email protected]>",
77
"homepage": "https://github.com/swissmanu/rxjs-debugging-for-vscode/tree/main/packages/runtime-webpack",

packages/testbench-webpack/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@rxjs-debugging/testbench-webpack",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"license": "UNLICENSED",
55
"private": true,
66
"scripts": {
77
"start": "webpack serve"
88
},
99
"dependencies": {
10-
"@rxjs-debugging/runtime-webpack": "^1.0.0",
10+
"@rxjs-debugging/runtime-webpack": "^1.0.1",
1111
"html-webpack-plugin": "5.5.0",
1212
"rxjs": "6.6.7",
1313
"ts-loader": "9.2.6",

0 commit comments

Comments
 (0)