Skip to content
This repository was archived by the owner on Oct 29, 2023. It is now read-only.

Commit 47419f1

Browse files
committed
chore(release): Upgrade version
1 parent a6ab4c4 commit 47419f1

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,21 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [unreleased]
8+
### Added
9+
### Changed
10+
### Fixed
11+
### Removed
12+
13+
## [2.9.0] - 2020-12-27
14+
815
### Added
916
- feat: Allow defining baseTags property in addons. Will be extended with "tags" option when instantiated for calculating provider tags. (#143)
1017
- feat: Add tags getter
1118
- feat: Add "selector" base tag to selectors (#163)
1219
- feat: Add `cleanDependenciesCache` method to `providers` handler (#164)
13-
### Changed
20+
1421
### Fixed
1522
- docs(readme): Fix typos
16-
### Removed
1723

1824
## [2.8.2] - 2020-12-12
1925
### Added

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"name": "@data-provider/core",
3-
"version": "2.8.2",
3+
"version": "2.9.0",
44
"description": "Async Data Provider agnostic about data origins",
55
"keywords": [
66
"data",
77
"provider",
8+
"async",
89
"redux",
910
"selector",
1011
"cache",

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
sonar.organization=data-provider
22
sonar.projectKey=data-provider-core
3-
sonar.projectVersion=2.8.2
3+
sonar.projectVersion=2.9.0
44

55
sonar.sources=src,test
66
sonar.exclusions=node_modules/**

0 commit comments

Comments
 (0)