Skip to content
This repository was archived by the owner on Apr 20, 2018. It is now read-only.

Commit a365f80

Browse files
Updating package.json
1 parent 8deacc4 commit a365f80

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

modules/lite-ajax-compat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "rx-lite-dom-ajax-compat",
33
"title": "The Reactive Extensions Bindings for the DOM Ajax, Lite Compat Edition",
44
"description": "Library for creating Ajax requests using RxJS for older browsers",
5-
"version": "7.0.0",
5+
"version": "7.0.1",
66
"homepage": "https://github.com/Reactive-Extensions/RxJS-DOM",
77
"author": {
88
"name": "Microsoft",

modules/lite-ajax/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "rx-lite-dom-ajax",
33
"title": "The Reactive Extensions Bindings for the DOM Ajax, Lite Edition",
44
"description": "Library for creating Ajax requests using RxJS",
5-
"version": "7.0.0",
5+
"version": "7.0.1",
66
"homepage": "https://github.com/Reactive-Extensions/RxJS-DOM",
77
"author": {
88
"name": "Microsoft",

modules/lite-compat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "rx-lite-dom-compat",
33
"title": "The Reactive Extensions Bindings for the DOM Lite Compat Edition",
44
"description": "Library for using DOM elements as well as Ajax requests using RxJS",
5-
"version": "7.0.0",
5+
"version": "7.0.1",
66
"homepage": "https://github.com/Reactive-Extensions/RxJS-DOM",
77
"author": {
88
"name": "Microsoft",

modules/lite-concurrency/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "rx-lite-dom-concurrency",
33
"title": "The Reactive Extensions Bindings for the DOM Concurrency, Lite Compat Edition.",
44
"description": "Library for with schedulers using the DOM with RxJS",
5-
"version": "7.0.0",
5+
"version": "7.0.1",
66
"homepage": "https://github.com/Reactive-Extensions/RxJS-DOM",
77
"author": {
88
"name": "Microsoft",

modules/lite-events-compat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "rx-lite-dom-events-compat",
33
"title": "The Reactive Extensions Bindings for the DOM Events, Lite Compat Edition.",
44
"description": "Library for using DOM elements events with RxJS",
5-
"version": "7.0.0",
5+
"version": "7.0.1",
66
"homepage": "https://github.com/Reactive-Extensions/RxJS-DOM",
77
"author": {
88
"name": "Microsoft",

modules/lite-events/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "rx-lite-dom-events",
33
"title": "The Reactive Extensions Bindings for the DOM Events, Lite Edition.",
44
"description": "Library for using DOM elements events with RxJS",
5-
"version": "7.0.0",
5+
"version": "7.0.1",
66
"homepage": "https://github.com/Reactive-Extensions/RxJS-DOM",
77
"author": {
88
"name": "Microsoft",

modules/lite-html/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "rx-lite-dom-html",
33
"title": "The Reactive Extensions Bindings for the HTML5 DOM, Lite Edition.",
44
"description": "Library for using WebSockets, Workers, Geolocation, etc with RxJS",
5-
"version": "7.0.0",
5+
"version": "7.0.1",
66
"homepage": "https://github.com/Reactive-Extensions/RxJS-DOM",
77
"author": {
88
"name": "Microsoft",

modules/lite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "rx-lite-dom",
33
"title": "The Reactive Extensions Bindings for the DOM Lite Edition.",
44
"description": "Library for using DOM elements as well as Ajax requests using RxJS",
5-
"version": "7.0.0",
5+
"version": "7.0.1",
66
"homepage": "https://github.com/Reactive-Extensions/RxJS-DOM",
77
"author": {
88
"name": "Microsoft",

modules/main-ajax/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "rx-dom-ajax",
33
"title": "The Reactive Extensions Bindings for the DOM Ajax",
44
"description": "Library creating Ajax requests with RxJS",
5-
"version": "7.0.0",
5+
"version": "7.0.1",
66
"homepage": "https://github.com/Reactive-Extensions/RxJS-DOM",
77
"author": {
88
"name": "Microsoft",

modules/main-concurrency/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "rx-dom-concurrency",
33
"title": "The Reactive Extensions Bindings for the DOM Concurrency.",
44
"description": "Library for using DOM methods to schedule work",
5-
"version": "7.0.0",
5+
"version": "7.0.1",
66
"homepage": "https://github.com/Reactive-Extensions/RxJS-DOM",
77
"author": {
88
"name": "Microsoft",

0 commit comments

Comments
 (0)