Skip to content

Commit

Permalink
Release v2.0.0
Browse files Browse the repository at this point in the history
Apollo Angular 2.0 + Apollo Client 3.0 (#1383)
  • Loading branch information
kamilkisiela authored Aug 4, 2020
1 parent 72cdeb0 commit f8bebee
Show file tree
Hide file tree
Showing 217 changed files with 6,465 additions and 4,404 deletions.
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
name: Bug report
about: Create a bug report to help us improve
---

**Describe the bug**

<!-- A clear and concise description of what the bug is. -->

**To Reproduce**
Steps to reproduce the behavior:

**Expected behavior**

<!-- A clear and concise description of what you expected to happen. -->

**Environment:**

- `@apollo/client`:
- `apollo-angular`:
- `graphql`:
- `@angular/core`:
- `@angular/cli`:
- `typescript`:

**Additional context**

<!-- Add any other context about the problem here. -->
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: Feature Request
url: https://github.com/kamilkisiela/apollo-angular/discussions/new
about: Request and discuss a feature
- name: Ask a Question
url: https://github.com/kamilkisiela/apollo-angular/discussions/new
about: Ask questions and discuss with other community members
7 changes: 0 additions & 7 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

10 changes: 0 additions & 10 deletions .github/ISSUE_TEMPLATE/question---discussion.md

This file was deleted.

35 changes: 0 additions & 35 deletions .github/ISSUE_TEMPLATE/reporting-a-bug.md

This file was deleted.

20 changes: 1 addition & 19 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,5 @@
<!--
Thanks for filing a pull request on Apollo Angular!
A few automated bots may chime in on your PR. They are here to help
with reviewing and ensuring Apollo Angular is production ready after each
pull request merge.
- meteor-bot will respond asking you to sign the CLA if this is your first PR.
It may also respond with warnings, messages, or fail the build if something is off.
Don't worry, it'll help you to fix what is broken!
- GitHub Actions will run tests, checking style of code, and generally make
sure everything is working as expected
Please look at the following checklist to ensure that your PR
can be accepted quickly:
-->

### Checklist:

- [ ] If this PR is a new feature, please reference an issue where a consensus about the design was reached (not necessary for small changes)
- [ ] If this PR is a new feature, please reference a discussion where a consensus about the design was reached (not necessary for small changes)
- [ ] Make sure all of the significant new logic is covered by tests
- [ ] Try to include the Pull Request inside of CHANGELOG.md
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node_version: [10, 12]
node_version: [10, 14]

steps:
- uses: actions/checkout@master
Expand Down
11 changes: 0 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,3 @@
## Main

- [apollo-angular](./packages/apollo-angular/CHANGELOG.md)

## Links

- [apollo-angular-link-http](./packages/apollo-angular-link-http/CHANGELOG.md)
- [apollo-angular-link-http-batch](./packages/apollo-angular-link-http-batch/CHANGELOG.md)
- [apollo-angular-link-headers](./packages/apollo-angular-link-headers/CHANGELOG.md)
- [apollo-angular-link-persisted](./packages/apollo-angular-link-persisted/CHANGELOG.md)

## Others

- [apollo-angular-boost](./packages/apollo-angular-boost/CHANGELOG.md)
11 changes: 1 addition & 10 deletions ng-package.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,8 @@ module.exports = {
umdModuleIds: {
'@angular/core': 'ng.core',
'@angular/common/http': 'ng.common.http',
'@ngrx/store': 'ngrx.store',
'apollo-link': 'apolloLink.core',
'apollo-client': 'apollo',
'@apollo/client': 'apollo',
'apollo-angular': 'ngApollo',
'apollo-angular-link-http': 'ngApolloLinkHttp',
'apollo-angular-link-http-common': 'ngApolloLinkHttpCommon',
'apollo-cache-inmemory': 'apollo.cache.inmemory',
'apollo-link-state': 'apolloLink.state',
'apollo-link-error': 'apolloLink.error',
'apollo-link-context': 'apolloLink.context',
'apollo-link-batch': 'apolloLink.batch',
'apollo-link-persisted-queries': 'persistedQueryLink',
rxjs: 'rxjs',
'rxjs/operators': 'rxjs.operators',
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
"packages/*"
],
"devDependencies": {
"@types/jest": "26.0.4",
"@types/jest": "26.0.7",
"husky": "4.2.5",
"jest": "26.1.0",
"lerna": "3.22.1",
"lint-staged": "10.2.11",
"prettier": "2.0.5",
"rimraf": "3.0.2",
"shelljs": "0.8.4",
"typescript": "3.9.6"
"typescript": "3.9.7"
},
"husky": {
"hooks": {
Expand Down
58 changes: 0 additions & 58 deletions packages/apollo-angular-boost/CHANGELOG.md

This file was deleted.

Loading

0 comments on commit f8bebee

Please sign in to comment.