Skip to content
Merged
Show file tree
Hide file tree
Changes from 8 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
# fallback to using the latest cache if no exact match is found
- v1-dependencies-

- run: yarn install
- run: yarn install --frozen-lockfile

- save_cache:
paths:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ lerna-debug.log
yarn-debug.log
yarn-error.log
.vscode
.node-version
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
dist
coverage
docs
1 change: 0 additions & 1 deletion .yarnrc

This file was deleted.

7 changes: 7 additions & 0 deletions packages/store/CHANGELOG.md → CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 10.0.0

- Supports Angular 7
- Requires Node >= 8
- Move to latest versions of major dependencies: typescript, immutable
- Moved documentation to docsify

# 9.0.0

## Breaking Changes
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @angular-redux
# Angular Redux

[![CircleCI](https://circleci.com/gh/angular-redux/platform/tree/master.svg?style=svg)](https://circleci.com/gh/angular-redux/platform/tree/master)

Expand All @@ -12,4 +12,4 @@

## Examples

- [Example Application](packages/example-app)
- [Example Application](https://github.com/angular-redux/platform/blob/master/packages/example-app)
Empty file added docs/.nojekyll
Empty file.
Loading