Skip to content

Commit

Permalink
Prepare v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
spautz committed Feb 20, 2021
1 parent de2c490 commit d01f1b5
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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.2.2](https://github.com/spautz/dynamic-selectors/compare/v0.2.1...v0.2.2) (2021-02-20)

Update dependencies and peerDependencies. No functional changes.

## [0.2.1](https://github.com/spautz/dynamic-selectors/compare/v0.1.0...v0.2.1) (2020-10-30)

### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dynamic-selectors/workspace",
"private": true,
"version": "0.2.1",
"version": "0.2.2",
"description": "Root workspace for Dynamic-Selectors",
"license": "MIT",
"homepage": "https://github.com/spautz/dynamic-selectors#readme",
Expand Down
4 changes: 4 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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.2.2](https://github.com/spautz/dynamic-selectors/compare/v0.2.1...v0.2.2) (2021-02-20)

Update dependencies and peerDependencies. No functional changes.

## [0.2.1](https://github.com/spautz/dynamic-selectors/compare/v0.1.0...v0.2.1) (2020-10-30)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dynamic-selectors/core",
"version": "0.2.1",
"version": "0.2.2",
"description": "Dynamic selector functions",
"keywords": [
"dynamic selector",
Expand Down
4 changes: 4 additions & 0 deletions packages/with-reselect/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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.2.2](https://github.com/spautz/dynamic-selectors/compare/v0.2.1...v0.2.2) (2021-02-20)

Update dependencies and peerDependencies. No functional changes.

## [0.2.1](https://github.com/spautz/dynamic-selectors/compare/v0.1.0...v0.2.1) (2020-10-30)

### Features
Expand Down
4 changes: 2 additions & 2 deletions packages/with-reselect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dynamic-selectors/with-reselect",
"version": "0.2.1",
"version": "0.2.2",
"description": "Use dynamic selector functions with Reselect",
"keywords": [],
"license": "MIT",
Expand Down Expand Up @@ -63,7 +63,7 @@
"reselect": "^4.0.0"
},
"devDependencies": {
"@dynamic-selectors/core": "0.2.1",
"@dynamic-selectors/core": "^0.2.2",
"reselect": "4.0.0"
}
}

0 comments on commit d01f1b5

Please sign in to comment.