Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
briancavalier committed Sep 30, 2020
1 parent 02c5366 commit 339e6de
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
10 changes: 5 additions & 5 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@most/core",
"version": "1.5.0",
"version": "1.6.0",
"description": "Reactive programming with lean, functions-only, curried, tree-shakeable API",
"typings": "dist/most.d.ts",
"main": "dist/index.js",
Expand Down Expand Up @@ -62,10 +62,10 @@
"typescript": "^3.5.2"
},
"dependencies": {
"@most/disposable": "^1.2.2",
"@most/prelude": "^1.7.3",
"@most/scheduler": "^1.2.3",
"@most/types": "^1.0.2"
"@most/disposable": "^1.3.0",
"@most/prelude": "^1.8.0",
"@most/scheduler": "^1.3.0",
"@most/types": "^1.1.0"
},
"standard": {
"ignore": [
Expand Down
2 changes: 1 addition & 1 deletion packages/disposable/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/disposable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@most/disposable",
"version": "1.2.2",
"version": "1.3.0",
"description": "Reactive programming with lean, functions-only, curried, tree-shakeable API",
"typings": "dist/index.d.ts",
"main": "dist/index.js",
Expand Down Expand Up @@ -62,8 +62,8 @@
"typescript": "^3.5.2"
},
"dependencies": {
"@most/prelude": "^1.7.3",
"@most/types": "^1.0.2"
"@most/prelude": "^1.8.0",
"@most/types": "^1.1.0"
},
"standard": {
"ignore": [
Expand Down
2 changes: 1 addition & 1 deletion packages/prelude/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@most/prelude",
"version": "1.7.3",
"version": "1.8.0",
"description": "prelude",
"main": "dist/index.js",
"module": "dist/index.es.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/scheduler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@most/scheduler",
"version": "1.2.3",
"version": "1.3.0",
"description": "Reactive programming with lean, functions-only, curried, tree-shakeable API",
"typings": "dist/index.d.ts",
"main": "dist/index.js",
Expand Down Expand Up @@ -61,8 +61,8 @@
"typescript": "^3.5.2"
},
"dependencies": {
"@most/prelude": "^1.7.3",
"@most/types": "^1.0.2"
"@most/prelude": "^1.8.0",
"@most/types": "^1.1.0"
},
"standard": {
"ignore": [
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@most/types",
"version": "1.0.2",
"version": "1.1.0",
"description": "Reactive programming with lean, functions-only, curried, tree-shakeable API",
"typings": "index.d.ts",
"main": "index.js",
Expand Down

0 comments on commit 339e6de

Please sign in to comment.