Skip to content

Commit c7a3963

Browse files
committed
chore(release): publish v10.0.0
1 parent d80bb4e commit c7a3963

File tree

10 files changed

+154
-8
lines changed

10 files changed

+154
-8
lines changed

CHANGELOG.md

+35
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,38 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [10.0.0](https://github.com/angular-redux/platform/compare/v9.0.1...v10.0.0) (2019-05-04)
7+
8+
### Bug Fixes
9+
10+
- **ci:** fix canary release not working with yarn ([#62](https://github.com/angular-redux/platform/issues/62)) ([90564d3](https://github.com/angular-redux/platform/commit/90564d3))
11+
- canary release auto approve ([#80](https://github.com/angular-redux/platform/issues/80)) ([e888aa5](https://github.com/angular-redux/platform/commit/e888aa5))
12+
13+
### chore
14+
15+
- **build:** use ng-packagr ([#37](https://github.com/angular-redux/platform/issues/37)) ([dffe23a](https://github.com/angular-redux/platform/commit/dffe23a)), closes [#9](https://github.com/angular-redux/platform/issues/9)
16+
- **linting:** add global tslint rules ([#35](https://github.com/angular-redux/platform/issues/35)) ([336cc60](https://github.com/angular-redux/platform/commit/336cc60)), closes [#4](https://github.com/angular-redux/platform/issues/4)
17+
18+
### Features
19+
20+
- add new devtools window prop name ([#58](https://github.com/angular-redux/platform/issues/58)) ([55b15a6](https://github.com/angular-redux/platform/commit/55b15a6))
21+
- upgrade to angular 7 ([#72](https://github.com/angular-redux/platform/issues/72)) ([18d9245](https://github.com/angular-redux/platform/commit/18d9245)), closes [#65](https://github.com/angular-redux/platform/issues/65) [#66](https://github.com/angular-redux/platform/issues/66) [#67](https://github.com/angular-redux/platform/issues/67) [#68](https://github.com/angular-redux/platform/issues/68) [#69](https://github.com/angular-redux/platform/issues/69) [#70](https://github.com/angular-redux/platform/issues/70) [#71](https://github.com/angular-redux/platform/issues/71) [#74](https://github.com/angular-redux/platform/issues/74) [#79](https://github.com/angular-redux/platform/issues/79)
22+
23+
### BREAKING CHANGES
24+
25+
- Upgrades Angular dependencies to v7
26+
- **build:** - changes the output to conform to the Angular Package Format. This may cause subtle differences in consumption behaviour
27+
28+
* peer dependencies have been corrected to actual dependencies
29+
30+
- **linting:** - ConnectArray has been renamed to ConnectArrayDirective
31+
32+
* ReactiveConnect has been renamed to ReactiveConnectDirective
33+
* Connect has been renamed to ConnectDirective
34+
* interfaces with an "I" prefix have had that prefix removed (e.g "IAppStore" -> "AppStore")
35+
136
# 9.0.0
237

338
## Breaking Changes

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages": ["packages/*"],
3-
"version": "9.0.0",
3+
"version": "10.0.0",
44
"npmClient": "yarn",
55
"useWorkspaces": true,
66
"ignore": "example-app",

packages/example-app/CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [10.0.0](https://github.com/angular-redux/platform/compare/v9.0.1...v10.0.0) (2019-05-04)
7+
8+
### chore
9+
10+
- **linting:** add global tslint rules ([#35](https://github.com/angular-redux/platform/issues/35)) ([336cc60](https://github.com/angular-redux/platform/commit/336cc60)), closes [#4](https://github.com/angular-redux/platform/issues/4)
11+
12+
### Features
13+
14+
- upgrade to angular 7 ([#72](https://github.com/angular-redux/platform/issues/72)) ([18d9245](https://github.com/angular-redux/platform/commit/18d9245)), closes [#65](https://github.com/angular-redux/platform/issues/65) [#66](https://github.com/angular-redux/platform/issues/66) [#67](https://github.com/angular-redux/platform/issues/67) [#68](https://github.com/angular-redux/platform/issues/68) [#69](https://github.com/angular-redux/platform/issues/69) [#70](https://github.com/angular-redux/platform/issues/70) [#71](https://github.com/angular-redux/platform/issues/71) [#74](https://github.com/angular-redux/platform/issues/74) [#79](https://github.com/angular-redux/platform/issues/79)
15+
16+
### BREAKING CHANGES
17+
18+
- Upgrades Angular dependencies to v7
19+
- **linting:** - ConnectArray has been renamed to ConnectArrayDirective
20+
21+
* ReactiveConnect has been renamed to ReactiveConnectDirective
22+
* Connect has been renamed to ConnectDirective
23+
* interfaces with an "I" prefix have had that prefix removed (e.g "IAppStore" -> "AppStore")

packages/example-app/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "example-app",
3-
"version": "0.0.0",
3+
"version": "10.0.0",
44
"license": "MIT",
55
"private": true,
66
"scripts": {
@@ -17,9 +17,9 @@
1717
"node": ">=8"
1818
},
1919
"dependencies": {
20-
"@angular-redux/form": "9.0.1",
21-
"@angular-redux/router": "9.0.0",
22-
"@angular-redux/store": "9.0.0",
20+
"@angular-redux/form": "10.0.0",
21+
"@angular-redux/router": "10.0.0",
22+
"@angular-redux/store": "10.0.0",
2323
"core-js": "2.6.2",
2424
"flux-standard-action": "2.0.3",
2525
"ramda": "0.23.0",

packages/form/CHANGELOG.md

+29
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [10.0.0](https://github.com/angular-redux/platform/compare/v9.0.1...v10.0.0) (2019-05-04)
7+
8+
### chore
9+
10+
- **build:** use ng-packagr ([#37](https://github.com/angular-redux/platform/issues/37)) ([dffe23a](https://github.com/angular-redux/platform/commit/dffe23a)), closes [#9](https://github.com/angular-redux/platform/issues/9)
11+
- **linting:** add global tslint rules ([#35](https://github.com/angular-redux/platform/issues/35)) ([336cc60](https://github.com/angular-redux/platform/commit/336cc60)), closes [#4](https://github.com/angular-redux/platform/issues/4)
12+
13+
### Features
14+
15+
- upgrade to angular 7 ([#72](https://github.com/angular-redux/platform/issues/72)) ([18d9245](https://github.com/angular-redux/platform/commit/18d9245)), closes [#65](https://github.com/angular-redux/platform/issues/65) [#66](https://github.com/angular-redux/platform/issues/66) [#67](https://github.com/angular-redux/platform/issues/67) [#68](https://github.com/angular-redux/platform/issues/68) [#69](https://github.com/angular-redux/platform/issues/69) [#70](https://github.com/angular-redux/platform/issues/70) [#71](https://github.com/angular-redux/platform/issues/71) [#74](https://github.com/angular-redux/platform/issues/74) [#79](https://github.com/angular-redux/platform/issues/79)
16+
17+
### BREAKING CHANGES
18+
19+
- Upgrades Angular dependencies to v7
20+
- **build:** - changes the output to conform to the Angular Package Format. This may cause subtle differences in consumption behaviour
21+
22+
* peer dependencies have been corrected to actual dependencies
23+
24+
- **linting:** - ConnectArray has been renamed to ConnectArrayDirective
25+
26+
* ReactiveConnect has been renamed to ReactiveConnectDirective
27+
* Connect has been renamed to ConnectDirective
28+
* interfaces with an "I" prefix have had that prefix removed (e.g "IAppStore" -> "AppStore")
29+
130
# NOTE: For changelog information for v6.5.3 and above, please see the GitHub release notes.
231

332
# 6.5.1 - Support typescript unused checks

packages/form/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-redux/form",
3-
"version": "9.0.1",
3+
"version": "10.0.0",
44
"description": "Build Angular 2+ forms with Redux",
55
"author": "Chris Bond",
66
"license": "MIT",

packages/router/CHANGELOG.md

+29
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [10.0.0](https://github.com/angular-redux/platform/compare/v9.0.1...v10.0.0) (2019-05-04)
7+
8+
### chore
9+
10+
- **build:** use ng-packagr ([#37](https://github.com/angular-redux/platform/issues/37)) ([dffe23a](https://github.com/angular-redux/platform/commit/dffe23a)), closes [#9](https://github.com/angular-redux/platform/issues/9)
11+
- **linting:** add global tslint rules ([#35](https://github.com/angular-redux/platform/issues/35)) ([336cc60](https://github.com/angular-redux/platform/commit/336cc60)), closes [#4](https://github.com/angular-redux/platform/issues/4)
12+
13+
### Features
14+
15+
- upgrade to angular 7 ([#72](https://github.com/angular-redux/platform/issues/72)) ([18d9245](https://github.com/angular-redux/platform/commit/18d9245)), closes [#65](https://github.com/angular-redux/platform/issues/65) [#66](https://github.com/angular-redux/platform/issues/66) [#67](https://github.com/angular-redux/platform/issues/67) [#68](https://github.com/angular-redux/platform/issues/68) [#69](https://github.com/angular-redux/platform/issues/69) [#70](https://github.com/angular-redux/platform/issues/70) [#71](https://github.com/angular-redux/platform/issues/71) [#74](https://github.com/angular-redux/platform/issues/74) [#79](https://github.com/angular-redux/platform/issues/79)
16+
17+
### BREAKING CHANGES
18+
19+
- Upgrades Angular dependencies to v7
20+
- **build:** - changes the output to conform to the Angular Package Format. This may cause subtle differences in consumption behaviour
21+
22+
* peer dependencies have been corrected to actual dependencies
23+
24+
- **linting:** - ConnectArray has been renamed to ConnectArrayDirective
25+
26+
* ReactiveConnect has been renamed to ReactiveConnectDirective
27+
* Connect has been renamed to ConnectDirective
28+
* interfaces with an "I" prefix have had that prefix removed (e.g "IAppStore" -> "AppStore")
29+
130
# 9.0.0 - Angular 6, RxJS 6 Support
231

332
Adapts to breaking changes in Angular 6 and RxJS 6. Also updates to Typescript 2.7.2.

packages/router/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-redux/router",
3-
"version": "9.0.0",
3+
"version": "10.0.0",
44
"description": "Keep your Angular 2+ router state in Redux.",
55
"author": "Dag Stuan",
66
"license": "MIT",

packages/store/CHANGELOG.md

+30
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [10.0.0](https://github.com/angular-redux/platform/compare/v9.0.1...v10.0.0) (2019-05-04)
7+
8+
### chore
9+
10+
- **build:** use ng-packagr ([#37](https://github.com/angular-redux/platform/issues/37)) ([dffe23a](https://github.com/angular-redux/platform/commit/dffe23a)), closes [#9](https://github.com/angular-redux/platform/issues/9)
11+
- **linting:** add global tslint rules ([#35](https://github.com/angular-redux/platform/issues/35)) ([336cc60](https://github.com/angular-redux/platform/commit/336cc60)), closes [#4](https://github.com/angular-redux/platform/issues/4)
12+
13+
### Features
14+
15+
- add new devtools window prop name ([#58](https://github.com/angular-redux/platform/issues/58)) ([55b15a6](https://github.com/angular-redux/platform/commit/55b15a6))
16+
- upgrade to angular 7 ([#72](https://github.com/angular-redux/platform/issues/72)) ([18d9245](https://github.com/angular-redux/platform/commit/18d9245)), closes [#65](https://github.com/angular-redux/platform/issues/65) [#66](https://github.com/angular-redux/platform/issues/66) [#67](https://github.com/angular-redux/platform/issues/67) [#68](https://github.com/angular-redux/platform/issues/68) [#69](https://github.com/angular-redux/platform/issues/69) [#70](https://github.com/angular-redux/platform/issues/70) [#71](https://github.com/angular-redux/platform/issues/71) [#74](https://github.com/angular-redux/platform/issues/74) [#79](https://github.com/angular-redux/platform/issues/79)
17+
18+
### BREAKING CHANGES
19+
20+
- Upgrades Angular dependencies to v7
21+
- **build:** - changes the output to conform to the Angular Package Format. This may cause subtle differences in consumption behaviour
22+
23+
* peer dependencies have been corrected to actual dependencies
24+
25+
- **linting:** - ConnectArray has been renamed to ConnectArrayDirective
26+
27+
* ReactiveConnect has been renamed to ReactiveConnectDirective
28+
* Connect has been renamed to ConnectDirective
29+
* interfaces with an "I" prefix have had that prefix removed (e.g "IAppStore" -> "AppStore")
30+
131
# 9.0.0
232

333
## Breaking Changes

packages/store/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-redux/store",
3-
"version": "9.0.0",
3+
"version": "10.0.0",
44
"description": "Angular bindings for Redux",
55
"author": "William Buchwalter <wbuchwalter@gmail.com> (http://github.com/wbuchwalter)",
66
"license": "MIT",

0 commit comments

Comments
 (0)