Skip to content

Commit

Permalink
release(isolate): 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
staltz committed Oct 17, 2018
1 parent 2e134da commit a559ac5
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 6 deletions.
13 changes: 13 additions & 0 deletions isolate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 4.1.0 (2018-10-17)

* fix(isolate): support TypeScript 3.1 ([3e847bb](https://github.com/cyclejs/cyclejs/commit/3e847bb))
* refactor(isolate): move isolate tooling to pnpm ([6aea3e7](https://github.com/cyclejs/cyclejs/commit/6aea3e7))


### BREAKING CHANGE

* If you use JavaScript, there are no breaking changes. If you use
TypeScript, this package may not work anymore with versions of TS below
3.1.


## 4.0.0 (2018-09-26)


Expand Down
4 changes: 2 additions & 2 deletions isolate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cycle/isolate",
"version": "4.1.0-rc.0",
"version": "4.1.0",
"description": "A utility function to make scoped dataflow components in Cycle.js",
"license": "MIT",
"homepage": "https://cycle.js.org",
Expand Down Expand Up @@ -31,7 +31,7 @@
"typings": "lib/cjs/index.d.ts",
"types": "lib/cjs/index.d.ts",
"dependencies": {
"@cycle/run": "^5.1.0-rc.0",
"@cycle/run": "^5.1.0",
"xstream": "^11.7.0"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions isolate/shrinkwrap.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dependencies:
'@cycle/run': 5.1.0-rc.0
'@cycle/run': 5.1.0
xstream: 11.7.0
devDependencies:
'@cycle/rxjs-run': 9.2.0
Expand All @@ -24,15 +24,15 @@ packages:
node: '>=0.12.0'
resolution:
integrity: sha512-vVxnTqKKlgasE+we9X2z3og8z5KouO2RMiIgHWkVek+NomsdaeZwfvbutqzm3VToEImaz0DE2Iln9AxtCOVjpQ==
/@cycle/run/5.1.0-rc.0:
/@cycle/run/5.1.0:
dependencies:
quicktask: 1.1.0
xstream: 11.7.0
dev: false
engines:
node: '>=0.12.0'
resolution:
integrity: sha512-puuFZHj0/VYMbG8yINa8oEw3eQpaye+u1NWQSU0OpQX6znMSTCTFM4KSC7kcXdr6ZZmzdHXcF1SY9zdWTi2Riw==
integrity: sha512-zBjLl91JbGJt4TVqWnYXKvqgxDDZldjQeF71s6wOiY/Nt0RffaUACg5QkwNoHGLkFalBMp3Kmt+TNNONeA2N9w==
/@cycle/rxjs-run/9.2.0:
dependencies:
'@cycle/run': 4.4.0
Expand Down Expand Up @@ -545,7 +545,7 @@ registry: 'https://registry.npmjs.org/'
shrinkwrapMinorVersion: 9
shrinkwrapVersion: 3
specifiers:
'@cycle/run': ^5.1.0-rc.0
'@cycle/run': ^5.1.0
'@cycle/rxjs-run': ^9.1.0
'@types/mocha': 5.2.x
'@types/node': 10.5.x
Expand Down

0 comments on commit a559ac5

Please sign in to comment.