Skip to content

Commit

Permalink
v3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
apollosadmin committed May 5, 2022
1 parent 211dc48 commit 809c73b
Show file tree
Hide file tree
Showing 38 changed files with 184 additions and 24 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.6.0](https://github.com/ApollosProject/apollos-apps/compare/v3.5.0...v3.6.0) (2022-05-05)


### Features

* adds dynamic tabs ([#2348](https://github.com/ApollosProject/apollos-apps/issues/2348)) ([4671c1a](https://github.com/ApollosProject/apollos-apps/commit/4671c1aa10de3cc5dd5c2fbb992676aae41bf732))


### Bug Fixes

* typo in name of override ([#2497](https://github.com/ApollosProject/apollos-apps/issues/2497)) ([9c5d311](https://github.com/ApollosProject/apollos-apps/commit/9c5d3116da4e033001696f6e60cd631463fc9627))



## [3.5.0](https://github.com/ApollosProject/apollos-apps/compare/v3.4.2...v3.5.0) (2022-04-28)


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": "3.5.0",
"version": "3.6.0",
"npmClient": "yarn",
"useWorkspaces": true,
"changelogPreset": "conventionalcommits"
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.

## [3.6.0](https://github.com/apollosproject/apollos-apps/compare/v3.5.0...v3.6.0) (2022-05-05)

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





## [3.5.0](https://github.com/apollosproject/apollos-apps/compare/v3.4.2...v3.5.0) (2022-04-28)

**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": ">=14"
},
"version": "3.5.0",
"version": "3.6.0",
"main": "src/index.js",
"files": [
"src/**"
Expand Down Expand Up @@ -34,7 +34,7 @@
]
},
"devDependencies": {
"@apollosproject/babel-preset-apollos": "^3.5.0",
"@apollosproject/babel-preset-apollos": "^3.6.0",
"react-native-config": "0.11.7"
},
"peerDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/apollos-eslint-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.

## [3.6.0](https://github.com/apollosproject/apollos-apps/compare/v3.5.0...v3.6.0) (2022-05-05)

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





## [3.5.0](https://github.com/apollosproject/apollos-apps/compare/v3.4.2...v3.5.0) (2022-04-28)

**Note:** Version bump only for package @apollosproject/eslint-config
Expand Down
2 changes: 1 addition & 1 deletion packages/apollos-eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"engines": {
"node": ">=14"
},
"version": "3.5.0",
"version": "3.6.0",
"main": "./index.js",
"scripts": {
"test": "echo \"No tests here!\""
Expand Down
8 changes: 8 additions & 0 deletions packages/apollos-ui-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.

## [3.6.0](https://github.com/apollosproject/apollos-apps/compare/v3.5.0...v3.6.0) (2022-05-05)

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





## [3.5.0](https://github.com/apollosproject/apollos-apps/compare/v3.4.2...v3.5.0) (2022-04-28)

**Note:** Version bump only for package @apollosproject/ui-analytics
Expand Down
2 changes: 1 addition & 1 deletion packages/apollos-ui-analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"engines": {
"node": ">=14"
},
"version": "3.5.0",
"version": "3.6.0",
"main": "src/index.js",
"files": [
"src/**",
Expand Down
9 changes: 9 additions & 0 deletions packages/apollos-ui-authentication/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.6.0](https://github.com/apollosproject/apollos-apps/compare/v3.5.0...v3.6.0) (2022-05-05)


### Bug Fixes

* typo in name of override ([#2497](https://github.com/apollosproject/apollos-apps/issues/2497)) ([9c5d311](https://github.com/apollosproject/apollos-apps/commit/9c5d3116da4e033001696f6e60cd631463fc9627))



## [3.5.0](https://github.com/apollosproject/apollos-apps/compare/v3.4.2...v3.5.0) (2022-04-28)

**Note:** Version bump only for package @apollosproject/ui-authentication
Expand Down
4 changes: 2 additions & 2 deletions packages/apollos-ui-authentication/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"engines": {
"node": ">=14"
},
"version": "3.5.0",
"version": "3.6.0",
"main": "src/index.js",
"files": [
"src/**",
Expand Down Expand Up @@ -65,7 +65,7 @@
},
"devDependencies": {
"@apollo/client": "3.3.20",
"@apollosproject/ui-test-utils": "^3.5.0",
"@apollosproject/ui-test-utils": "^3.6.0",
"@react-native-community/async-storage": "^1.5.1",
"@react-navigation/native": "^5.9.3",
"@react-navigation/stack": "^5.14.3",
Expand Down
9 changes: 9 additions & 0 deletions packages/apollos-ui-connected/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.6.0](https://github.com/apollosproject/apollos-apps/compare/v3.5.0...v3.6.0) (2022-05-05)


### Features

* adds dynamic tabs ([#2348](https://github.com/apollosproject/apollos-apps/issues/2348)) ([4671c1a](https://github.com/apollosproject/apollos-apps/commit/4671c1aa10de3cc5dd5c2fbb992676aae41bf732))



## [3.5.0](https://github.com/apollosproject/apollos-apps/compare/v3.4.2...v3.5.0) (2022-04-28)


Expand Down
4 changes: 2 additions & 2 deletions packages/apollos-ui-connected/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"engines": {
"node": ">=14"
},
"version": "3.5.0",
"version": "3.6.0",
"main": "src/index.js",
"files": [
"src/**",
Expand Down Expand Up @@ -73,7 +73,7 @@
"moment": "^2.29.1"
},
"devDependencies": {
"@apollosproject/ui-test-utils": "^3.5.0",
"@apollosproject/ui-test-utils": "^3.6.0",
"@react-native-community/async-storage": "^1.5.1",
"@react-navigation/compat": "^5.1.28",
"@react-navigation/native": "^5.9.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/apollos-ui-fragments/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.

## [3.6.0](https://github.com/apollosproject/apollos-apps/compare/v3.5.0...v3.6.0) (2022-05-05)

**Note:** Version bump only for package @apollosproject/ui-fragments





## [3.5.0](https://github.com/apollosproject/apollos-apps/compare/v3.4.2...v3.5.0) (2022-04-28)

**Note:** Version bump only for package @apollosproject/ui-fragments
Expand Down
2 changes: 1 addition & 1 deletion packages/apollos-ui-fragments/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"engines": {
"node": ">=14"
},
"version": "3.5.0",
"version": "3.6.0",
"main": "src/index.js",
"files": [
"src/**",
Expand Down
8 changes: 8 additions & 0 deletions packages/apollos-ui-htmlview/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.

## [3.6.0](https://github.com/apollosproject/apollos-apps/compare/v3.5.0...v3.6.0) (2022-05-05)

**Note:** Version bump only for package @apollosproject/ui-htmlview





## [3.5.0](https://github.com/apollosproject/apollos-apps/compare/v3.4.2...v3.5.0) (2022-04-28)

**Note:** Version bump only for package @apollosproject/ui-htmlview
Expand Down
2 changes: 1 addition & 1 deletion packages/apollos-ui-htmlview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"engines": {
"node": ">=14"
},
"version": "3.5.0",
"version": "3.6.0",
"main": "src/index.js",
"files": [
"src/**",
Expand Down
8 changes: 8 additions & 0 deletions packages/apollos-ui-kit/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.

## [3.6.0](https://github.com/apollosproject/apollos-apps/compare/v3.5.0...v3.6.0) (2022-05-05)

**Note:** Version bump only for package @apollosproject/ui-kit





## [3.5.0](https://github.com/apollosproject/apollos-apps/compare/v3.4.2...v3.5.0) (2022-04-28)

**Note:** Version bump only for package @apollosproject/ui-kit
Expand Down
2 changes: 1 addition & 1 deletion packages/apollos-ui-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"engines": {
"node": ">=14"
},
"version": "3.5.0",
"version": "3.6.0",
"main": "src/index.js",
"files": [
"src/**",
Expand Down
8 changes: 8 additions & 0 deletions packages/apollos-ui-mapview/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.

## [3.6.0](https://github.com/apollosproject/apollos-apps/compare/v3.5.0...v3.6.0) (2022-05-05)

**Note:** Version bump only for package @apollosproject/ui-mapview





## [3.5.0](https://github.com/apollosproject/apollos-apps/compare/v3.4.2...v3.5.0) (2022-04-28)

**Note:** Version bump only for package @apollosproject/ui-mapview
Expand Down
2 changes: 1 addition & 1 deletion packages/apollos-ui-mapview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"engines": {
"node": ">=14"
},
"version": "3.5.0",
"version": "3.6.0",
"main": "src/index.js",
"files": [
"src/**",
Expand Down
8 changes: 8 additions & 0 deletions packages/apollos-ui-media-player/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.

## [3.6.0](https://github.com/apollosproject/apollos-apps/compare/v3.5.0...v3.6.0) (2022-05-05)

**Note:** Version bump only for package @apollosproject/ui-media-player





## [3.5.0](https://github.com/apollosproject/apollos-apps/compare/v3.4.2...v3.5.0) (2022-04-28)

**Note:** Version bump only for package @apollosproject/ui-media-player
Expand Down
2 changes: 1 addition & 1 deletion packages/apollos-ui-media-player/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"engines": {
"node": ">=14"
},
"version": "3.5.0",
"version": "3.6.0",
"files": [
"src",
"lib",
Expand Down
8 changes: 8 additions & 0 deletions packages/apollos-ui-notifications/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.

## [3.6.0](https://github.com/apollosproject/apollos-apps/compare/v3.5.0...v3.6.0) (2022-05-05)

**Note:** Version bump only for package @apollosproject/ui-notifications





## [3.5.0](https://github.com/apollosproject/apollos-apps/compare/v3.4.2...v3.5.0) (2022-04-28)

**Note:** Version bump only for package @apollosproject/ui-notifications
Expand Down
2 changes: 1 addition & 1 deletion packages/apollos-ui-notifications/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"engines": {
"node": ">=14"
},
"version": "3.5.0",
"version": "3.6.0",
"main": "src/index.js",
"files": [
"src/**",
Expand Down
8 changes: 8 additions & 0 deletions packages/apollos-ui-onboarding/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.

## [3.6.0](https://github.com/apollosproject/apollos-apps/compare/v3.5.0...v3.6.0) (2022-05-05)

**Note:** Version bump only for package @apollosproject/ui-onboarding





## [3.5.0](https://github.com/apollosproject/apollos-apps/compare/v3.4.2...v3.5.0) (2022-04-28)

**Note:** Version bump only for package @apollosproject/ui-onboarding
Expand Down
4 changes: 2 additions & 2 deletions packages/apollos-ui-onboarding/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"engines": {
"node": ">=14"
},
"version": "3.5.0",
"version": "3.6.0",
"main": "src/index.js",
"files": [
"src/**",
Expand Down Expand Up @@ -70,7 +70,7 @@
"yup": "0.26.6"
},
"devDependencies": {
"@apollosproject/ui-test-utils": "^3.5.0",
"@apollosproject/ui-test-utils": "^3.6.0",
"@storybook/react-native": "5.2.4",
"jest": "^25.1.0",
"prop-types": "15.7.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/apollos-ui-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.

## [3.6.0](https://github.com/apollosproject/apollos-apps/compare/v3.5.0...v3.6.0) (2022-05-05)

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





## [3.5.0](https://github.com/apollosproject/apollos-apps/compare/v3.4.2...v3.5.0) (2022-04-28)

**Note:** Version bump only for package @apollosproject/ui-passes
Expand Down
2 changes: 1 addition & 1 deletion packages/apollos-ui-passes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"engines": {
"node": ">=14"
},
"version": "3.5.0",
"version": "3.6.0",
"main": "src/index.js",
"files": [
"src/**",
Expand Down
8 changes: 8 additions & 0 deletions packages/apollos-ui-prayer/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.

## [3.6.0](https://github.com/apollosproject/apollos-apps/compare/v3.5.0...v3.6.0) (2022-05-05)

**Note:** Version bump only for package @apollosproject/ui-prayer





## [3.5.0](https://github.com/apollosproject/apollos-apps/compare/v3.4.2...v3.5.0) (2022-04-28)

**Note:** Version bump only for package @apollosproject/ui-prayer
Expand Down

0 comments on commit 809c73b

Please sign in to comment.