Skip to content

Commit

Permalink
Release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
spautz committed Sep 18, 2022
1 parent 6664bee commit d2ceb8e
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/cool-eggs-smoke.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/new-insects-add.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/shiny-windows-attack.md

This file was deleted.

7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog

## [1.1.0](https://github.com/spautz/dynamic-selectors/compare/v1.0.0...v1.1.0) (2022-09-17)

All docs have been updated for clarity and accuracy.

- Improve bundle size and add size-limit checks to build ([#40](https://github.com/spautz/dynamic-selectors/issues/40)) ([7ec596c](https://github.com/spautz/dynamic-selectors/commit/7ec596ca8a67e53db3e7074189a7731bce7ab501))
- Use core lodash get for default state accessor, instead of a standalone package ([#39](https://github.com/spautz/dynamic-selectors/issues/39)) ([e16ae4f](https://github.com/spautz/dynamic-selectors/commit/e16ae4f87a47b01a619e012dbd59456e9156ac5c))

## [1.0.0](https://github.com/spautz/dynamic-selectors/compare/v0.4.0...v1.0.0) (2022-09-12)

Typescript typings for Dynamic-Selectors have been rewritten from the ground up: the typings for a dynamic selector are
Expand Down
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog

## [1.1.0](https://github.com/spautz/dynamic-selectors/compare/v1.0.0...v1.1.0) (2022-09-17)

All docs have been updated for clarity and accuracy.

- Improve bundle size and add size-limit checks to build ([#40](https://github.com/spautz/dynamic-selectors/issues/40)) ([7ec596c](https://github.com/spautz/dynamic-selectors/commit/7ec596ca8a67e53db3e7074189a7731bce7ab501))
- Use core lodash get for default state accessor, instead of a standalone package ([#39](https://github.com/spautz/dynamic-selectors/issues/39)) ([e16ae4f](https://github.com/spautz/dynamic-selectors/commit/e16ae4f87a47b01a619e012dbd59456e9156ac5c))

## [1.0.0](https://github.com/spautz/dynamic-selectors/compare/v0.4.0...v1.0.0) (2022-09-12)

Typescript typings for Dynamic-Selectors have been rewritten from the ground up: the typings for a dynamic selector are
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@dynamic-selectors/core",
"version": "1.0.0",
"version": "1.1.0",
"description": "Dynamic selector functions",
"keywords": [
"dynamic selector",
Expand Down
6 changes: 6 additions & 0 deletions packages/with-reselect/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

## [1.1.0](https://github.com/spautz/dynamic-selectors/compare/v1.0.0...v1.1.0) (2022-09-17)

All docs have been updated for clarity and accuracy.

- Improve bundle size and add size-limit checks to build ([#40](https://github.com/spautz/dynamic-selectors/issues/40)) ([7ec596c](https://github.com/spautz/dynamic-selectors/commit/7ec596ca8a67e53db3e7074189a7731bce7ab501))

## [1.0.0](https://github.com/spautz/dynamic-selectors/compare/v0.4.0...v1.0.0) (2022-09-12)

Typescript typings for Dynamic-Selectors have been rewritten from the ground up: the typings for a dynamic selector are
Expand Down
2 changes: 1 addition & 1 deletion packages/with-reselect/package.json
@@ -1,6 +1,6 @@
{
"name": "@dynamic-selectors/with-reselect",
"version": "1.0.0",
"version": "1.1.0",
"description": "Use dynamic selector functions with Reselect",
"keywords": [
"dynamic selector",
Expand Down

0 comments on commit d2ceb8e

Please sign in to comment.