Skip to content

Commit

Permalink
v3.0.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
crimx committed Jun 16, 2020
1 parent eed1d49 commit 275c51c
Show file tree
Hide file tree
Showing 12 changed files with 64 additions and 10 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.0.0-alpha.1](https://github.com/crimx/observable-hooks/compare/v3.0.0-alpha.0...v3.0.0-alpha.1) (2020-06-16)


### Performance Improvements

* **observable-hooks:** remove rest parameters ([6a1c28f](https://github.com/crimx/observable-hooks/commit/6a1c28f0e7f09bcc9ed9fdc2377745f43898a92b))





# [3.0.0-alpha.0](https://github.com/crimx/observable-hooks/compare/v2.3.5...v3.0.0-alpha.0) (2020-06-10)


Expand Down
8 changes: 8 additions & 0 deletions examples/context/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.

# [3.0.0-alpha.1](https://github.com/crimx/observable-hooks/compare/v3.0.0-alpha.0...v3.0.0-alpha.1) (2020-06-16)

**Note:** Version bump only for package context





# [3.0.0-alpha.0](https://github.com/crimx/observable-hooks/compare/v2.3.5...v3.0.0-alpha.0) (2020-06-10)

**Note:** Version bump only for package context
Expand Down
4 changes: 2 additions & 2 deletions examples/context/package.json
@@ -1,6 +1,6 @@
{
"name": "context",
"version": "3.0.0-alpha.0",
"version": "3.0.0-alpha.1",
"private": true,
"dependencies": {
"@types/jest": "^24.0.15",
Expand All @@ -9,7 +9,7 @@
"@types/react-dom": "^16.9.5",
"bulma": "^0.7.5",
"cross-env": "^5.2.0",
"observable-hooks": "^3.0.0-alpha.0",
"observable-hooks": "^3.0.0-alpha.1",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-scripts": "^3.3.0",
Expand Down
8 changes: 8 additions & 0 deletions examples/pomodoro-timer/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.

# [3.0.0-alpha.1](https://github.com/crimx/observable-hooks/compare/v3.0.0-alpha.0...v3.0.0-alpha.1) (2020-06-16)

**Note:** Version bump only for package pomodoro-timer





# [3.0.0-alpha.0](https://github.com/crimx/observable-hooks/compare/v2.3.5...v3.0.0-alpha.0) (2020-06-10)

**Note:** Version bump only for package pomodoro-timer
Expand Down
4 changes: 2 additions & 2 deletions examples/pomodoro-timer/package.json
@@ -1,14 +1,14 @@
{
"name": "pomodoro-timer",
"version": "3.0.0-alpha.0",
"version": "3.0.0-alpha.1",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.19",
"@fortawesome/free-solid-svg-icons": "^5.9.0",
"@fortawesome/react-fontawesome": "^0.1.4",
"bulma": "^0.7.5",
"cross-env": "^5.2.0",
"observable-hooks": "^3.0.0-alpha.0",
"observable-hooks": "^3.0.0-alpha.1",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-scripts": "^3.3.0",
Expand Down
8 changes: 8 additions & 0 deletions examples/suspense/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.

# [3.0.0-alpha.1](https://github.com/crimx/observable-hooks/compare/v3.0.0-alpha.0...v3.0.0-alpha.1) (2020-06-16)

**Note:** Version bump only for package suspense





# [3.0.0-alpha.0](https://github.com/crimx/observable-hooks/compare/v2.3.5...v3.0.0-alpha.0) (2020-06-10)

**Note:** Version bump only for package suspense
Expand Down
4 changes: 2 additions & 2 deletions examples/suspense/package.json
@@ -1,6 +1,6 @@
{
"name": "suspense",
"version": "3.0.0-alpha.0",
"version": "3.0.0-alpha.1",
"private": true,
"dependencies": {
"@types/jest": "^24.0.15",
Expand All @@ -9,7 +9,7 @@
"@types/react-dom": "^16.9.5",
"bulma": "^0.7.5",
"cross-env": "^5.2.0",
"observable-hooks": "^3.0.0-alpha.0",
"observable-hooks": "^3.0.0-alpha.1",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-scripts": "^3.3.0",
Expand Down
8 changes: 8 additions & 0 deletions examples/typeahead/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.

# [3.0.0-alpha.1](https://github.com/crimx/observable-hooks/compare/v3.0.0-alpha.0...v3.0.0-alpha.1) (2020-06-16)

**Note:** Version bump only for package typeahead





# [3.0.0-alpha.0](https://github.com/crimx/observable-hooks/compare/v2.3.5...v3.0.0-alpha.0) (2020-06-10)

**Note:** Version bump only for package typeahead
Expand Down
4 changes: 2 additions & 2 deletions examples/typeahead/package.json
@@ -1,6 +1,6 @@
{
"name": "typeahead",
"version": "3.0.0-alpha.0",
"version": "3.0.0-alpha.1",
"private": true,
"dependencies": {
"@types/jest": "^24.0.15",
Expand All @@ -9,7 +9,7 @@
"@types/react-dom": "^16.9.5",
"bulma": "^0.7.5",
"cross-env": "^5.2.0",
"observable-hooks": "^3.0.0-alpha.0",
"observable-hooks": "^3.0.0-alpha.1",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-scripts": "^3.3.0",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -3,7 +3,7 @@
"packages/*",
"examples/*"
],
"version": "3.0.0-alpha.0",
"version": "3.0.0-alpha.1",
"useWorkspaces": true,
"npmClient": "yarn",
"command": {
Expand Down
11 changes: 11 additions & 0 deletions packages/observable-hooks/CHANGELOG.md
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.0.0-alpha.1](https://github.com/crimx/observable-hooks/compare/v3.0.0-alpha.0...v3.0.0-alpha.1) (2020-06-16)


### Performance Improvements

* **observable-hooks:** remove rest parameters ([6a1c28f](https://github.com/crimx/observable-hooks/commit/6a1c28f0e7f09bcc9ed9fdc2377745f43898a92b))





# [3.0.0-alpha.0](https://github.com/crimx/observable-hooks/compare/v2.3.5...v3.0.0-alpha.0) (2020-06-10)


Expand Down
2 changes: 1 addition & 1 deletion packages/observable-hooks/package.json
@@ -1,6 +1,6 @@
{
"name": "observable-hooks",
"version": "3.0.0-alpha.0",
"version": "3.0.0-alpha.1",
"description": "React hooks for RxJS Observables. Simple, flexible, testable and performant.",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit 275c51c

Please sign in to comment.