Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Provide Angular 7 support, Improve docs portal, update typings #72

Merged
merged 11 commits into from
May 3, 2019
Merged
Show file tree
Hide file tree
Changes from 9 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
smithad15 marked this conversation as resolved.
Show resolved Hide resolved
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

smithad15 marked this conversation as resolved.
Show resolved Hide resolved
# 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