Skip to content

Commit

Permalink
Prepare v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
spautz committed Nov 3, 2021
1 parent 5b9fef1 commit f335e64
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,11 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [0.4.0](https://github.com/spautz/dynamic-selectors/compare/v0.3.1...v0.4.0) (2021-11-03)

- Confirm support for Node 17 ([#24](https://github.com/spautz/dynamic-selectors/issues/24)) ([cc80c38](https://github.com/spautz/dynamic-selectors/commit/cc80c38afc70b42f5715a03e78507eba7aeb7b8f))
- Internal package updates ([#25](https://github.com/spautz/dynamic-selectors/issues/25)) ([aaca930](https://github.com/spautz/dynamic-selectors/commit/aaca93092391991deb4f630707d2ac3583c85a59))

### [0.3.1](https://github.com/spautz/dynamic-selectors/compare/v0.3.0...v0.3.1) (2021-05-29)

- Fix an invalid peerDependency in `@dynamic-selectors/with-reselect`
Expand Down
5 changes: 5 additions & 0 deletions packages/core/CHANGELOG.md
Expand Up @@ -2,6 +2,11 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [0.4.0](https://github.com/spautz/dynamic-selectors/compare/v0.3.1...v0.4.0) (2021-11-03)

- Confirm support for Node 17 ([#24](https://github.com/spautz/dynamic-selectors/issues/24)) ([cc80c38](https://github.com/spautz/dynamic-selectors/commit/cc80c38afc70b42f5715a03e78507eba7aeb7b8f))
- Internal package updates ([#25](https://github.com/spautz/dynamic-selectors/issues/25)) ([aaca930](https://github.com/spautz/dynamic-selectors/commit/aaca93092391991deb4f630707d2ac3583c85a59))

## [0.3.0](https://github.com/spautz/dynamic-selectors/compare/v0.2.1...v0.3.0) (2021-05-29)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@dynamic-selectors/core",
"version": "0.3.1",
"version": "0.4.0",
"description": "Dynamic selector functions",
"keywords": [
"dynamic selector",
Expand Down
5 changes: 5 additions & 0 deletions packages/with-reselect/CHANGELOG.md
Expand Up @@ -2,6 +2,11 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [0.4.0](https://github.com/spautz/dynamic-selectors/compare/v0.3.1...v0.4.0) (2021-11-03)

- Confirm support for Node 17 ([#24](https://github.com/spautz/dynamic-selectors/issues/24)) ([cc80c38](https://github.com/spautz/dynamic-selectors/commit/cc80c38afc70b42f5715a03e78507eba7aeb7b8f))
- Internal package updates ([#25](https://github.com/spautz/dynamic-selectors/issues/25)) ([aaca930](https://github.com/spautz/dynamic-selectors/commit/aaca93092391991deb4f630707d2ac3583c85a59))

### [0.3.1](https://github.com/spautz/dynamic-selectors/compare/v0.3.0...v0.3.1) (2021-05-29)

### Features
Expand Down
6 changes: 3 additions & 3 deletions packages/with-reselect/package.json
@@ -1,6 +1,6 @@
{
"name": "@dynamic-selectors/with-reselect",
"version": "0.3.1",
"version": "0.4.0",
"description": "Use dynamic selector functions with Reselect",
"keywords": [
"dynamic selector",
Expand Down Expand Up @@ -73,11 +73,11 @@
"types": "tsc --p tsconfig.json --noEmit"
},
"peerDependencies": {
"@dynamic-selectors/core": "^0.3.1",
"@dynamic-selectors/core": "^0.4.0",
"reselect": "^4.0.0"
},
"devDependencies": {
"@dynamic-selectors/core": "^0.3.1",
"@dynamic-selectors/core": "^0.4.0",
"reselect": "4.1.1"
},
"typesVersions": {
Expand Down

0 comments on commit f335e64

Please sign in to comment.