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

Commit

Permalink
Version bump and fix issue #52
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpodwysocki committed Oct 22, 2013
1 parent 7265876 commit 5e47d63
Show file tree
Hide file tree
Showing 14 changed files with 32 additions and 31 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rxjs",
"version": "2.1.21",
"version": "2.2.0",
"main": [
"rx.js",
"rx.aggregates.js",
Expand Down
2 changes: 1 addition & 1 deletion doc/api/nodejs/nodejs.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ var Rx = require('Rx');

var emitter = new EventEmitter();

var source = Rx.Node.fromEventEmitter(emitter, 'data');
var source = Rx.Node.fromEvent(emitter, 'data');

var observer = Rx.Observer.create(
function (x) {
Expand Down
2 changes: 1 addition & 1 deletion nuget/RxJS-Aggregates/RxJS-Aggregates.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<id>RxJS-Aggregates</id>
<title>Reactive Extensions for JavaScript - Aggregation Operations</title>
<!-- Automatically updated by build, keeping fixed dev build number here in case of local build -->
<version>2.1.21</version>
<version>2.2.0</version>
<authors>Microsoft Corporation</authors>
<description>Reactive Extensions for JavaScript library with aggregation event processing query operations.</description>
<projectUrl>http://rx.codeplex.com</projectUrl>
Expand Down
18 changes: 9 additions & 9 deletions nuget/RxJS-All/RxJS-All.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
<tags>Rx RxJS Reactive Extensions Observable</tags>
<dependencies>
<!-- Automatically updated by build, keeping fixed dev build number here in case of local build -->
<dependency id="RxJS-Main" version="2.1" />
<dependency id="RxJS-Aggregates" version="2.1" />
<dependency id="RxJS-Binding" version="2.1" />
<dependency id="RxJS-Coincidence" version="2.1" />
<dependency id="RxJS-JoinPatterns" version="2.1" />
<dependency id="RxJS-Time" version="2.1" />
<dependency id="RxJS-Experimental" version="2.1" />
<dependency id="RxJS-Testing" version="2.1" />
<dependency id="RxJS-VirtualTime" version="2.1" />
<dependency id="RxJS-Main" version="2.2" />
<dependency id="RxJS-Aggregates" version="2.2" />
<dependency id="RxJS-Binding" version="2.2" />
<dependency id="RxJS-Coincidence" version="2.2" />
<dependency id="RxJS-JoinPatterns" version="2.2" />
<dependency id="RxJS-Time" version="2.2" />
<dependency id="RxJS-Experimental" version="2.2" />
<dependency id="RxJS-Testing" version="2.2" />
<dependency id="RxJS-VirtualTime" version="2.2" />
</dependencies>
</metadata>
</package>
5 changes: 3 additions & 2 deletions nuget/RxJS-Async/RxJS-Async.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<id>RxJS-Async</id>
<title>Reactive Extensions for JavaScript - Async-Based Operations</title>
<!-- Automatically updated by build, keeping fixed dev build number here in case of local build -->
<version>2.1.21</version>
<version>2.2.0</version>
<authors>Microsoft Corporation</authors>
<description>Reactive Extensions for JavaScript library with async-based event processing query operations.</description>
<projectUrl>http://go.microsoft.com/fwlink/?LinkID=179929</projectUrl>
Expand All @@ -15,7 +15,8 @@
<tags>Rx RxJS Reactive Extensions Observable</tags>
<dependencies>
<!-- Automatically updated by build, keeping fixed dev build number here in case of local build -->
<dependency id="RxJS-Main" version="2.1" />
<dependency id="RxJS-Main" version="2.2" />
<dependency id="RxJS-Binding" version="2.2" />
</dependencies>
</metadata>
<files>
Expand Down
4 changes: 2 additions & 2 deletions nuget/RxJS-Binding/RxJS-Binding.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>RxJS-Binding</id>
<title>Reactive Extensions for JavaScript - Binding</title>
<version>2.1.21</version>
<version>2.2.0</version>
<authors>Microsoft Corporation</authors>
<description>Reactive Extensions for JavaScript library with binding operationrs.</description>
<projectUrl>http://rx.codeplex.com</projectUrl>
Expand All @@ -13,7 +13,7 @@
<language>en-US</language>
<tags>Rx RxJS Reactive Extensions Observable</tags>
<dependencies>
<dependency id="RxJS-Main" version="2.1" />
<dependency id="RxJS-Main" version="2.2" />
</dependencies>
</metadata>
<files>
Expand Down
4 changes: 2 additions & 2 deletions nuget/RxJS-Coincidence/RxJS-Coincidence.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<id>RxJS-Coincidence</id>
<title>Reactive Extensions for JavaScript - Coincidence</title>
<!-- Automatically updated by build, keeping fixed dev build number here in case of local build -->
<version>2.1.21</version>
<version>2.2.0</version>
<authors>Microsoft Corporation</authors>
<description>Reactive Extensions for JavaScript library with reactive coincidence join event processing query operations.</description>
<projectUrl>http://rx.codeplex.com</projectUrl>
Expand All @@ -15,7 +15,7 @@
<tags>Rx RxJS Reactive Extensions Observable</tags>
<dependencies>
<!-- Automatically updated by build, keeping fixed dev build number here in case of local build -->
<dependency id="RxJS-Main" version="2.1" />
<dependency id="RxJS-Main" version="2.2" />
</dependencies>
</metadata>
<files>
Expand Down
4 changes: 2 additions & 2 deletions nuget/RxJS-Experimental/RxJS-Experimental.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<id>RxJS-Experimental</id>
<title>Reactive Extensions for JavaScript - Experimental</title>
<!-- Automatically updated by build, keeping fixed dev build number here in case of local build -->
<version>2.1.21</version>
<version>2.2.0</version>
<authors>Microsoft Corporation</authors>
<description>Reactive Extensions for JavaScript library with experimental operators.</description>
<projectUrl>http://rx.codeplex.com</projectUrl>
Expand All @@ -15,7 +15,7 @@
<tags>Rx RxJS Reactive Extensions Observable</tags>
<dependencies>
<!-- Automatically updated by build, keeping fixed dev build number here in case of local build -->
<dependency id="RxJS-Main" version="2.1" />
<dependency id="RxJS-Main" version="2.2" />
</dependencies>
</metadata>
<files>
Expand Down
4 changes: 2 additions & 2 deletions nuget/RxJS-JoinPatterns/RxJS-JoinPatterns.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<id>RxJS-JoinPatterns</id>
<title>Reactive Extensions for JavaScript - Join Patterns</title>
<!-- Automatically updated by build, keeping fixed dev build number here in case of local build -->
<version>2.1.21</version>
<version>2.2.0</version>
<authors>Microsoft Corporation</authors>
<description>Reactive Extensions for JavaScript library with join patterns event processing query operations.</description>
<projectUrl>http://rx.codeplex.com</projectUrl>
Expand All @@ -15,7 +15,7 @@
<tags>Rx RxJS Reactive Extensions Observable</tags>
<dependencies>
<!-- Automatically updated by build, keeping fixed dev build number here in case of local build -->
<dependency id="RxJS-Main" version="2.1" />
<dependency id="RxJS-Main" version="2.2" />
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion nuget/RxJS-Main/RxJS-Main.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<id>RxJS-Main</id>
<title>Reactive Extensions for JavaScript - Main Library</title>
<!-- Automatically updated by build, keeping fixed dev build number here in case of local build -->
<version>2.1.21</version>
<version>2.2.0</version>
<authors>Microsoft Corporation</authors>
<description>Reactive Extensions for JavaScript main library used to express complex event processing queries over observable sequences.</description>
<projectUrl>http://rx.codeplex.com</projectUrl>
Expand Down
6 changes: 3 additions & 3 deletions nuget/RxJS-Testing/RxJS-Testing.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<id>RxJS-Testing</id>
<title>Reactive Extensions for JavaScript - Test Library</title>
<!-- Automatically updated by build, keeping fixed dev build number here in case of local build -->
<version>2.1.21</version>
<version>2.2.0</version>
<authors>Microsoft Corporation</authors>
<description>Reactive Extensions for JavaScript test library, used to write unit tests for complex event processing queries.</description>
<projectUrl>http://rx.codeplex.com</projectUrl>
Expand All @@ -15,8 +15,8 @@
<tags>Rx RxJS Reactive Extensions Observable</tags>
<dependencies>
<!-- Automatically updated by build, keeping fixed dev build number here in case of local build -->
<dependency id="RxJS-Main" version="2.1" />
<dependency id="RxJS-VirtualTime" version="2.1" />
<dependency id="RxJS-Main" version="2.2" />
<dependency id="RxJS-VirtualTime" version="2.2" />
</dependencies>
</metadata>
<files>
Expand Down
4 changes: 2 additions & 2 deletions nuget/RxJS-Time/RxJS-Time.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<id>RxJS-Time</id>
<title>Reactive Extensions for JavaScript - Time-Based Operations</title>
<!-- Automatically updated by build, keeping fixed dev build number here in case of local build -->
<version>2.1.21</version>
<version>2.2.0</version>
<authors>Microsoft Corporation</authors>
<description>Reactive Extensions for JavaScript library with time-based event processing query operations.</description>
<projectUrl>http://go.microsoft.com/fwlink/?LinkID=179929</projectUrl>
Expand All @@ -15,7 +15,7 @@
<tags>Rx RxJS Reactive Extensions Observable</tags>
<dependencies>
<!-- Automatically updated by build, keeping fixed dev build number here in case of local build -->
<dependency id="RxJS-Main" version="2.1" />
<dependency id="RxJS-Main" version="2.2" />
</dependencies>
</metadata>
<files>
Expand Down
4 changes: 2 additions & 2 deletions nuget/RxJS-VirtualTime/RxJS-VirtualTime.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<id>RxJS-VirtualTime</id>
<title>Reactive Extensions for JavaScript - Virtual Time-Based Schedulers</title>
<!-- Automatically updated by build, keeping fixed dev build number here in case of local build -->
<version>2.1.21</version>
<version>2.2.0</version>
<authors>Microsoft Corporation</authors>
<description>Reactive Extensions for JavaScript library with virtual time based schedulers.</description>
<projectUrl>http://go.microsoft.com/fwlink/?LinkID=179929</projectUrl>
Expand All @@ -15,7 +15,7 @@
<tags>Rx RxJS Reactive Extensions Observable</tags>
<dependencies>
<!-- Automatically updated by build, keeping fixed dev build number here in case of local build -->
<dependency id="RxJS-Main" version="2.1" />
<dependency id="RxJS-Main" version="2.2" />
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "rx",
"title": "Reactive Extensions for JavaScript (RxJS)",
"description": "Library for composing asynchronous and event-based operations in JavaScript",
"version": "2.1.21",
"version": "2.2.0",
"homepage": "http://rx.codeplex.com",
"author": {
"name": "Cloud Programmability Team",
Expand Down

0 comments on commit 5e47d63

Please sign in to comment.