Skip to content

Commit

Permalink
v2.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
apollosadmin committed Jun 14, 2021
1 parent cb5f8f1 commit 1495867
Show file tree
Hide file tree
Showing 70 changed files with 373 additions and 71 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.20.0](https://github.com/ApollosProject/apollos-apps/compare/v2.19.0...v2.20.0) (2021-06-14)


### Features

* Following List ([#1982](https://github.com/ApollosProject/apollos-apps/issues/1982)) ([bc6ec1d](https://github.com/ApollosProject/apollos-apps/commit/bc6ec1db336a86a2ccd530ad3063aeb01b05ba3e))


### Bug Fixes

* Close search modal when tapping on an item ([#1978](https://github.com/ApollosProject/apollos-apps/issues/1978)) ([e9f771f](https://github.com/ApollosProject/apollos-apps/commit/e9f771fc909eec291b9c1ff2855a55354e990847))
* forces prayer button to follow keyboard ([#1985](https://github.com/ApollosProject/apollos-apps/issues/1985)) ([a4a2de1](https://github.com/ApollosProject/apollos-apps/commit/a4a2de130d2cc2735277bffaced73116b5c48944))
* properly refetch liked content list ([#1986](https://github.com/ApollosProject/apollos-apps/issues/1986)) ([4d899a2](https://github.com/ApollosProject/apollos-apps/commit/4d899a2e3b313058214a1848f1117186a07b2e62))
* remove forced location permissions ([#1965](https://github.com/ApollosProject/apollos-apps/issues/1965)) ([cd1d555](https://github.com/ApollosProject/apollos-apps/commit/cd1d5552ec3391921c18690ee0b1b12e506631c3))
* turns off automerging new people ([#1989](https://github.com/ApollosProject/apollos-apps/issues/1989)) ([cb5f8f1](https://github.com/ApollosProject/apollos-apps/commit/cb5f8f1c0b24f1b215b2bb5eb6f9a8e16d728ce2))



## [2.19.0](https://github.com/ApollosProject/apollos-apps/compare/v2.18.1...v2.19.0) (2021-06-07)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "2.19.0",
"version": "2.20.0",
"npmClient": "yarn",
"useWorkspaces": true,
"changelogPreset": "conventionalcommits"
Expand Down
8 changes: 8 additions & 0 deletions packages/apollos-apollo-server-env-mock/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.20.0](https://github.com/apollosproject/apollos-apps/compare/v2.19.0...v2.20.0) (2021-06-14)

**Note:** Version bump only for package @apollosproject/apollo-server-env-mock





## [2.19.0](https://github.com/apollosproject/apollos-apps/compare/v2.18.1...v2.19.0) (2021-06-07)

**Note:** Version bump only for package @apollosproject/apollo-server-env-mock
Expand Down
4 changes: 2 additions & 2 deletions packages/apollos-apollo-server-env-mock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"engines": {
"node": ">=12"
},
"version": "2.19.0",
"version": "2.20.0",
"main": "lib/index.js",
"scripts": {
"build": "NODE_ENV=production rm -rf ./lib && mkdir -p lib && babel ./src -d ./lib",
"test": "echo \"No tests here!\""
},
"devDependencies": {
"@apollosproject/babel-preset-apollos": "^2.19.0",
"@apollosproject/babel-preset-apollos": "^2.20.0",
"jest-fetch-mock": "^2.0.0"
},
"license": "SEE LICENSE IN LICENSE.md",
Expand Down
8 changes: 8 additions & 0 deletions packages/apollos-bugsnag/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.20.0](https://github.com/apollosproject/apollos-apps/compare/v2.19.0...v2.20.0) (2021-06-14)

**Note:** Version bump only for package @apollosproject/bugsnag





## [2.19.0](https://github.com/apollosproject/apollos-apps/compare/v2.18.1...v2.19.0) (2021-06-07)

**Note:** Version bump only for package @apollosproject/bugsnag
Expand Down
4 changes: 2 additions & 2 deletions packages/apollos-bugsnag/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"engines": {
"node": ">=12"
},
"version": "2.19.0",
"version": "2.20.0",
"main": "lib/index.js",
"react-native": "react-native/index.js",
"files": [
Expand Down Expand Up @@ -37,7 +37,7 @@
]
},
"devDependencies": {
"@apollosproject/babel-preset-apollos": "^2.19.0"
"@apollosproject/babel-preset-apollos": "^2.20.0"
},
"dependencies": {
"@bugsnag/js": "7.2.1"
Expand Down
8 changes: 8 additions & 0 deletions packages/apollos-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.20.0](https://github.com/apollosproject/apollos-apps/compare/v2.19.0...v2.20.0) (2021-06-14)

**Note:** Version bump only for package @apollosproject/config





## [2.19.0](https://github.com/apollosproject/apollos-apps/compare/v2.18.1...v2.19.0) (2021-06-07)

**Note:** Version bump only for package @apollosproject/config
Expand Down
4 changes: 2 additions & 2 deletions packages/apollos-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"engines": {
"node": ">=12"
},
"version": "2.19.0",
"version": "2.20.0",
"main": "lib/index.js",
"react-native": "react-native/index.js",
"files": [
Expand Down Expand Up @@ -37,7 +37,7 @@
]
},
"devDependencies": {
"@apollosproject/babel-preset-apollos": "^2.19.0",
"@apollosproject/babel-preset-apollos": "^2.20.0",
"react-native-config": "0.11.7"
},
"peerDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/apollos-data-connector-algolia-search/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.20.0](https://github.com/apollosproject/apollos-apps/compare/v2.19.0...v2.20.0) (2021-06-14)

**Note:** Version bump only for package @apollosproject/data-connector-algolia-search





## [2.19.0](https://github.com/apollosproject/apollos-apps/compare/v2.18.1...v2.19.0) (2021-06-07)

**Note:** Version bump only for package @apollosproject/data-connector-algolia-search
Expand Down
8 changes: 4 additions & 4 deletions packages/apollos-data-connector-algolia-search/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"engines": {
"node": ">=12"
},
"version": "2.19.0",
"version": "2.20.0",
"main": "lib/index.js",
"scripts": {
"test": "jest",
Expand All @@ -31,7 +31,7 @@
"testEnvironment": "node"
},
"dependencies": {
"@apollosproject/server-core": "^2.19.0",
"@apollosproject/server-core": "^2.20.0",
"algoliasearch": "^3.34.0",
"apollo-datasource-rest": "^0.6.4"
},
Expand All @@ -40,8 +40,8 @@
"@apollosproject/data-schema": "*"
},
"devDependencies": {
"@apollosproject/apollo-server-env-mock": "^2.19.0",
"@apollosproject/babel-preset-apollos": "^2.19.0",
"@apollosproject/apollo-server-env-mock": "^2.20.0",
"@apollosproject/babel-preset-apollos": "^2.20.0",
"apollo-server-env": "^2.3.0",
"graphql": "14.7.0",
"jest": "^25.1.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/apollos-data-connector-analytics/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.20.0](https://github.com/apollosproject/apollos-apps/compare/v2.19.0...v2.20.0) (2021-06-14)

**Note:** Version bump only for package @apollosproject/data-connector-analytics





## [2.19.0](https://github.com/apollosproject/apollos-apps/compare/v2.18.1...v2.19.0) (2021-06-07)

**Note:** Version bump only for package @apollosproject/data-connector-analytics
Expand Down
4 changes: 2 additions & 2 deletions packages/apollos-data-connector-analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"engines": {
"node": ">=12"
},
"version": "2.19.0",
"version": "2.20.0",
"main": "lib/index.js",
"scripts": {
"test": "jest",
Expand Down Expand Up @@ -39,7 +39,7 @@
"apollo-server": "^2.11.0"
},
"devDependencies": {
"@apollosproject/babel-preset-apollos": "^2.19.0"
"@apollosproject/babel-preset-apollos": "^2.20.0"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 8 additions & 0 deletions packages/apollos-data-connector-bible/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.20.0](https://github.com/apollosproject/apollos-apps/compare/v2.19.0...v2.20.0) (2021-06-14)

**Note:** Version bump only for package @apollosproject/data-connector-bible





## [2.19.0](https://github.com/apollosproject/apollos-apps/compare/v2.18.1...v2.19.0) (2021-06-07)

**Note:** Version bump only for package @apollosproject/data-connector-bible
Expand Down
8 changes: 4 additions & 4 deletions packages/apollos-data-connector-bible/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"engines": {
"node": ">=12"
},
"version": "2.19.0",
"version": "2.20.0",
"main": "lib/index.js",
"scripts": {
"test": "jest",
Expand All @@ -28,7 +28,7 @@
"testEnvironment": "node"
},
"dependencies": {
"@apollosproject/server-core": "^2.19.0",
"@apollosproject/server-core": "^2.20.0",
"apollo-datasource-rest": "^0.6.4",
"lodash": "^4.17.11"
},
Expand All @@ -37,8 +37,8 @@
"@apollosproject/data-schema": "*"
},
"devDependencies": {
"@apollosproject/apollo-server-env-mock": "^2.19.0",
"@apollosproject/babel-preset-apollos": "^2.19.0",
"@apollosproject/apollo-server-env-mock": "^2.20.0",
"@apollosproject/babel-preset-apollos": "^2.20.0",
"apollo-server-env": "^2.3.0",
"graphql": "14.7.0",
"jest": "^25.1.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/apollos-data-connector-church-online/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.20.0](https://github.com/apollosproject/apollos-apps/compare/v2.19.0...v2.20.0) (2021-06-14)

**Note:** Version bump only for package @apollosproject/data-connector-church-online





## [2.19.0](https://github.com/apollosproject/apollos-apps/compare/v2.18.1...v2.19.0) (2021-06-07)

**Note:** Version bump only for package @apollosproject/data-connector-church-online
Expand Down
8 changes: 4 additions & 4 deletions packages/apollos-data-connector-church-online/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"engines": {
"node": ">=12"
},
"version": "2.19.0",
"version": "2.20.0",
"main": "lib/index.js",
"scripts": {
"test": "jest",
Expand All @@ -28,16 +28,16 @@
"testEnvironment": "node"
},
"dependencies": {
"@apollosproject/server-core": "^2.19.0",
"@apollosproject/server-core": "^2.20.0",
"apollo-datasource-rest": "^0.6.4"
},
"peerDependencies": {
"@apollosproject/config": "*",
"@apollosproject/data-schema": "*"
},
"devDependencies": {
"@apollosproject/apollo-server-env-mock": "^2.19.0",
"@apollosproject/babel-preset-apollos": "^2.19.0",
"@apollosproject/apollo-server-env-mock": "^2.20.0",
"@apollosproject/babel-preset-apollos": "^2.20.0",
"apollo-server-env": "^2.3.0",
"graphql": "14.7.0",
"jest": "^25.1.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/apollos-data-connector-cloudinary/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.20.0](https://github.com/apollosproject/apollos-apps/compare/v2.19.0...v2.20.0) (2021-06-14)

**Note:** Version bump only for package @apollosproject/data-connector-cloudinary





## [2.19.0](https://github.com/apollosproject/apollos-apps/compare/v2.18.1...v2.19.0) (2021-06-07)

**Note:** Version bump only for package @apollosproject/data-connector-cloudinary
Expand Down
6 changes: 3 additions & 3 deletions packages/apollos-data-connector-cloudinary/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"engines": {
"node": ">=12"
},
"version": "2.19.0",
"version": "2.20.0",
"main": "lib/index.js",
"scripts": {
"test": "jest",
Expand Down Expand Up @@ -34,8 +34,8 @@
"@apollosproject/config": "*"
},
"devDependencies": {
"@apollosproject/apollo-server-env-mock": "^2.19.0",
"@apollosproject/babel-preset-apollos": "^2.19.0",
"@apollosproject/apollo-server-env-mock": "^2.20.0",
"@apollosproject/babel-preset-apollos": "^2.20.0",
"jest": "^25.1.0"
},
"publishConfig": {
Expand Down
8 changes: 8 additions & 0 deletions packages/apollos-data-connector-onesignal/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.20.0](https://github.com/apollosproject/apollos-apps/compare/v2.19.0...v2.20.0) (2021-06-14)

**Note:** Version bump only for package @apollosproject/data-connector-onesignal





## [2.19.0](https://github.com/apollosproject/apollos-apps/compare/v2.18.1...v2.19.0) (2021-06-07)

**Note:** Version bump only for package @apollosproject/data-connector-onesignal
Expand Down
8 changes: 4 additions & 4 deletions packages/apollos-data-connector-onesignal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"engines": {
"node": ">=12"
},
"version": "2.19.0",
"version": "2.20.0",
"main": "lib/index.js",
"scripts": {
"test": "jest",
Expand All @@ -28,7 +28,7 @@
"testEnvironment": "node"
},
"dependencies": {
"@apollosproject/server-core": "^2.19.0",
"@apollosproject/server-core": "^2.20.0",
"apollo-datasource-rest": "^0.6.4"
},
"peerDependencies": {
Expand All @@ -37,8 +37,8 @@
"@apollosproject/data-schema": "*"
},
"devDependencies": {
"@apollosproject/apollo-server-env-mock": "^2.19.0",
"@apollosproject/babel-preset-apollos": "^2.19.0",
"@apollosproject/apollo-server-env-mock": "^2.20.0",
"@apollosproject/babel-preset-apollos": "^2.20.0",
"graphql": "14.7.0",
"jest": "^25.1.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/apollos-data-connector-passes/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.20.0](https://github.com/apollosproject/apollos-apps/compare/v2.19.0...v2.20.0) (2021-06-14)

**Note:** Version bump only for package @apollosproject/data-connector-passes





## [2.19.0](https://github.com/apollosproject/apollos-apps/compare/v2.18.1...v2.19.0) (2021-06-07)

**Note:** Version bump only for package @apollosproject/data-connector-passes
Expand Down
Loading

0 comments on commit 1495867

Please sign in to comment.