Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Bump version - ckapps/rxjs-node-js (by christophka) committed Apr 27, 2021
1 parent 68ee4ec commit 685be45
Show file tree
Hide file tree
Showing 6 changed files with 48 additions and 5 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.5.0](https://github.com/ckapps/rxjs-node-js/compare/v0.4.1...v0.5.0) (2021-04-27)


### Features

* **rxjs-node-process:** add observable platform ([a47771a](https://github.com/ckapps/rxjs-node-js/commit/a47771aefe45ffdde62703265132960e6bcc182b))
* **rxjs-node-process:** add operator filter not on platforms ([4e1c6c8](https://github.com/ckapps/rxjs-node-js/commit/4e1c6c8ad22e27073f6dea491005c08cde4a9d37))
* **rxjs-node-process:** add operator filter on platforms ([ecbbdb4](https://github.com/ckapps/rxjs-node-js/commit/ecbbdb4ab4b2837fd1f5ba7fc50383e1fa88f826))
* **rxjs-node-process:** add operator skip on platforms ([bffd7af](https://github.com/ckapps/rxjs-node-js/commit/bffd7af7e3c607aa4ba71d6aeb4501039bcae95f))
* **rxjs-node-process:** add operator take on platforms ([c900f7a](https://github.com/ckapps/rxjs-node-js/commit/c900f7a76e955a160068af4798585049e38e043b))





## [0.4.1](https://github.com/ckapps/rxjs-node-js/compare/v0.4.0...v0.4.1) (2021-03-22)


Expand Down
11 changes: 8 additions & 3 deletions lerna.json
@@ -1,6 +1,8 @@
{
"version": "0.4.1",
"packages": ["packages/*"],
"version": "0.5.0",
"packages": [
"packages/*"
],
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand All @@ -12,7 +14,10 @@
"stream": true
},
"version": {
"allowBranch": ["master", "release/*"]
"allowBranch": [
"master",
"release/*"
]
}
}
}
8 changes: 8 additions & 0 deletions packages/fs/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.5.0](https://github.com/ckapps/rxjs-node-js/compare/v0.4.1...v0.5.0) (2021-04-27)

**Note:** Version bump only for package @ckapp/rxjs-node-fs





## [0.4.1](https://github.com/ckapps/rxjs-node-js/compare/v0.4.0...v0.4.1) (2021-03-22)


Expand Down
2 changes: 1 addition & 1 deletion packages/fs/package.json
@@ -1,6 +1,6 @@
{
"name": "@ckapp/rxjs-node-fs",
"version": "0.4.1",
"version": "0.5.0",
"author": "Chris",
"bugs": {
"url": "https://github.com/ckapps/rxjs-node-js/issues"
Expand Down
15 changes: 15 additions & 0 deletions packages/process/CHANGELOG.md
@@ -0,0 +1,15 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.5.0](https://github.com/ckapps/rxjs-node-js/compare/v0.4.1...v0.5.0) (2021-04-27)


### Features

* **rxjs-node-process:** add observable platform ([a47771a](https://github.com/ckapps/rxjs-node-js/commit/a47771aefe45ffdde62703265132960e6bcc182b))
* **rxjs-node-process:** add operator filter not on platforms ([4e1c6c8](https://github.com/ckapps/rxjs-node-js/commit/4e1c6c8ad22e27073f6dea491005c08cde4a9d37))
* **rxjs-node-process:** add operator filter on platforms ([ecbbdb4](https://github.com/ckapps/rxjs-node-js/commit/ecbbdb4ab4b2837fd1f5ba7fc50383e1fa88f826))
* **rxjs-node-process:** add operator skip on platforms ([bffd7af](https://github.com/ckapps/rxjs-node-js/commit/bffd7af7e3c607aa4ba71d6aeb4501039bcae95f))
* **rxjs-node-process:** add operator take on platforms ([c900f7a](https://github.com/ckapps/rxjs-node-js/commit/c900f7a76e955a160068af4798585049e38e043b))
2 changes: 1 addition & 1 deletion packages/process/package.json
@@ -1,6 +1,6 @@
{
"name": "@ckapp/rxjs-node-process",
"version": "0.4.1",
"version": "0.5.0",
"author": "Chris",
"bugs": {
"url": "https://github.com/ckapps/rxjs-node-js/issues"
Expand Down

0 comments on commit 685be45

Please sign in to comment.