Skip to content

Commit

Permalink
chore(release): publish v7.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bweissbart committed Jan 14, 2020
1 parent 14852bf commit 3ee2d5c
Show file tree
Hide file tree
Showing 60 changed files with 380 additions and 116 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.

# [7.10.0](https://github.com/brandingbrand/flagship/compare/v7.8.0...v7.10.0) (2020-01-14)


### Bug Fixes

* **fscomponents:** ModalHalfScreen listener height update ([#957](https://github.com/brandingbrand/flagship/issues/957)) ([abbcf03](https://github.com/brandingbrand/flagship/commit/abbcf033192b1438f3c6abd6b99f7b3776e91979))
* android fastline syntax error due to a trailing comma ([e52d97f](https://github.com/brandingbrand/flagship/commit/e52d97f7d90b9cf462649cf7788e79b14f6b0081))


### Features

* **flagship:** add Android App Bundle (.aab) Support ([#950](https://github.com/brandingbrand/flagship/issues/950)) ([7d9fc73](https://github.com/brandingbrand/flagship/commit/7d9fc73f6be76061803efce23bdfb10952ca91a9))
* **pirateship:** add enagement to pirateship demo ([#959](https://github.com/brandingbrand/flagship/issues/959)) ([7e1705e](https://github.com/brandingbrand/flagship/commit/7e1705e72bae2e02f8048440aaee1396cd31b9d2))





# [7.8.0](https://github.com/brandingbrand/flagship/compare/v7.7.1...v7.8.0) (2019-12-18)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "3.4.0",
"version": "7.8.0",
"version": "7.10.0",
"packages": [
"packages/*"
],
Expand Down
8 changes: 8 additions & 0 deletions packages/create-fs-app/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.

# [7.10.0](https://github.com/brandingbrand/flagship/compare/v7.8.0...v7.10.0) (2020-01-14)

**Note:** Version bump only for package @brandingbrand/create-fs-app





# [7.8.0](https://github.com/brandingbrand/flagship/compare/v7.7.1...v7.8.0) (2019-12-18)

**Note:** Version bump only for package @brandingbrand/create-fs-app
Expand Down
2 changes: 1 addition & 1 deletion packages/create-fs-app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@brandingbrand/create-fs-app",
"sideEffects": false,
"version": "7.8.0",
"version": "7.10.0",
"license": "MIT",
"scripts": {
"watch": "tsc --watch",
Expand Down
16 changes: 16 additions & 0 deletions packages/flagship/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [7.10.0](https://github.com/brandingbrand/flagship/compare/v7.8.0...v7.10.0) (2020-01-14)


### Bug Fixes

* android fastline syntax error due to a trailing comma ([e52d97f](https://github.com/brandingbrand/flagship/commit/e52d97f7d90b9cf462649cf7788e79b14f6b0081))


### Features

* **flagship:** add Android App Bundle (.aab) Support ([#950](https://github.com/brandingbrand/flagship/issues/950)) ([7d9fc73](https://github.com/brandingbrand/flagship/commit/7d9fc73f6be76061803efce23bdfb10952ca91a9))





# [7.8.0](https://github.com/brandingbrand/flagship/compare/v7.7.1...v7.8.0) (2019-12-18)

**Note:** Version bump only for package @brandingbrand/flagship
Expand Down
4 changes: 2 additions & 2 deletions packages/flagship/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@brandingbrand/flagship",
"sideEffects": false,
"version": "7.8.0",
"version": "7.10.0",
"main": "dist/index.js",
"types": "./dist/index.d.ts",
"license": "MIT",
Expand Down Expand Up @@ -31,7 +31,7 @@
}
},
"devDependencies": {
"@brandingbrand/fsengage": "^7.8.0",
"@brandingbrand/fsengage": "^7.10.0",
"@types/yargs": "^15.0.0",
"true-case-path": "^1.0.3"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/fsapp/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.

# [7.10.0](https://github.com/brandingbrand/flagship/compare/v7.8.0...v7.10.0) (2020-01-14)

**Note:** Version bump only for package @brandingbrand/fsapp





# [7.8.0](https://github.com/brandingbrand/flagship/compare/v7.7.1...v7.8.0) (2019-12-18)

**Note:** Version bump only for package @brandingbrand/fsapp
Expand Down
8 changes: 4 additions & 4 deletions packages/fsapp/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@brandingbrand/fsapp",
"sideEffects": false,
"version": "7.8.0",
"version": "7.10.0",
"description": "Flagship app base",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -12,9 +12,9 @@
"tsc:watch": "tsc -w --preserveWatchOutput"
},
"dependencies": {
"@brandingbrand/fsengage": "^7.8.0",
"@brandingbrand/fsfoundation": "^7.8.0",
"@brandingbrand/fsnetwork": "^7.8.0",
"@brandingbrand/fsengage": "^7.10.0",
"@brandingbrand/fsfoundation": "^7.10.0",
"@brandingbrand/fsnetwork": "^7.10.0",
"@react-native-community/async-storage": "^1.6.1",
"path-to-regexp": "^2.2.1",
"qs": "^6.7.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/fsbazaarvoice/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.

# [7.10.0](https://github.com/brandingbrand/flagship/compare/v7.8.0...v7.10.0) (2020-01-14)

**Note:** Version bump only for package @brandingbrand/fsbazaarvoice





# [7.8.0](https://github.com/brandingbrand/flagship/compare/v7.7.1...v7.8.0) (2019-12-18)


Expand Down
6 changes: 3 additions & 3 deletions packages/fsbazaarvoice/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@brandingbrand/fsbazaarvoice",
"sideEffects": false,
"version": "7.8.0",
"version": "7.10.0",
"description": "BazzarVoice Data Source",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -11,8 +11,8 @@
"tsc:watch": "tsc -w --preserveWatchOutput"
},
"dependencies": {
"@brandingbrand/fscommerce": "^7.8.0",
"@brandingbrand/fsnetwork": "^7.8.0"
"@brandingbrand/fscommerce": "^7.10.0",
"@brandingbrand/fsnetwork": "^7.10.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
Expand Down
8 changes: 8 additions & 0 deletions packages/fsbrandcmsproductcatalog/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.

# [7.10.0](https://github.com/brandingbrand/flagship/compare/v7.8.0...v7.10.0) (2020-01-14)

**Note:** Version bump only for package @brandingbrand/fsbrandcmsproductcatalog





# [7.8.0](https://github.com/brandingbrand/flagship/compare/v7.7.1...v7.8.0) (2019-12-18)

**Note:** Version bump only for package @brandingbrand/fsbrandcmsproductcatalog
Expand Down
6 changes: 3 additions & 3 deletions packages/fsbrandcmsproductcatalog/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@brandingbrand/fsbrandcmsproductcatalog",
"sideEffects": false,
"version": "7.8.0",
"version": "7.10.0",
"description": "BrandCMS Product Catalog Data Source",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -11,8 +11,8 @@
"tsc:watch": "tsc -w --preserveWatchOutput"
},
"dependencies": {
"@brandingbrand/fscommerce": "^7.8.0",
"@brandingbrand/fsengage": "^7.8.0"
"@brandingbrand/fscommerce": "^7.10.0",
"@brandingbrand/fsengage": "^7.10.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
Expand Down
8 changes: 8 additions & 0 deletions packages/fscart/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.

# [7.10.0](https://github.com/brandingbrand/flagship/compare/v7.8.0...v7.10.0) (2020-01-14)

**Note:** Version bump only for package @brandingbrand/fscart





# [7.8.0](https://github.com/brandingbrand/flagship/compare/v7.7.1...v7.8.0) (2019-12-18)

**Note:** Version bump only for package @brandingbrand/fscart
Expand Down
8 changes: 4 additions & 4 deletions packages/fscart/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@brandingbrand/fscart",
"sideEffects": false,
"version": "7.8.0",
"version": "7.10.0",
"description": "components for cart",
"main": "dist/index.js",
"types": "./dist/index.d.ts",
Expand All @@ -11,9 +11,9 @@
"tsc:watch": "tsc -w --preserveWatchOutput"
},
"dependencies": {
"@brandingbrand/fscommerce": "^7.8.0",
"@brandingbrand/fscomponents": "^7.8.0",
"@brandingbrand/fsi18n": "^7.8.0",
"@brandingbrand/fscommerce": "^7.10.0",
"@brandingbrand/fscomponents": "^7.10.0",
"@brandingbrand/fsi18n": "^7.10.0",
"react": "16.8.3",
"react-native": "0.59.10"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/fscategory/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.

# [7.10.0](https://github.com/brandingbrand/flagship/compare/v7.8.0...v7.10.0) (2020-01-14)

**Note:** Version bump only for package @brandingbrand/fscategory





# [7.8.0](https://github.com/brandingbrand/flagship/compare/v7.7.1...v7.8.0) (2019-12-18)

**Note:** Version bump only for package @brandingbrand/fscategory
Expand Down
6 changes: 3 additions & 3 deletions packages/fscategory/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@brandingbrand/fscategory",
"sideEffects": false,
"version": "7.8.0",
"version": "7.10.0",
"description": "components for category navigation",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -11,8 +11,8 @@
"tsc:watch": "tsc -w --preserveWatchOutput"
},
"dependencies": {
"@brandingbrand/fscommerce": "^7.8.0",
"@brandingbrand/fscomponents": "^7.8.0",
"@brandingbrand/fscommerce": "^7.10.0",
"@brandingbrand/fscomponents": "^7.10.0",
"react": "16.8.3",
"react-native": "0.59.10"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/fscheckout/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.

# [7.10.0](https://github.com/brandingbrand/flagship/compare/v7.8.0...v7.10.0) (2020-01-14)

**Note:** Version bump only for package @brandingbrand/fscheckout





# [7.8.0](https://github.com/brandingbrand/flagship/compare/v7.7.1...v7.8.0) (2019-12-18)

**Note:** Version bump only for package @brandingbrand/fscheckout
Expand Down
2 changes: 1 addition & 1 deletion packages/fscheckout/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@brandingbrand/fscheckout",
"sideEffects": false,
"version": "7.8.0",
"version": "7.10.0",
"description": "Checkout Libaray",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/fscodestyle/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.

# [7.10.0](https://github.com/brandingbrand/flagship/compare/v7.8.0...v7.10.0) (2020-01-14)

**Note:** Version bump only for package @brandingbrand/fscodestyle





# [7.8.0](https://github.com/brandingbrand/flagship/compare/v7.7.1...v7.8.0) (2019-12-18)

**Note:** Version bump only for package @brandingbrand/fscodestyle
Expand Down
2 changes: 1 addition & 1 deletion packages/fscodestyle/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@brandingbrand/fscodestyle",
"sideEffects": false,
"version": "7.8.0",
"version": "7.10.0",
"license": "MIT",
"bin": {
"fscodestyle": "index.js"
Expand Down
8 changes: 8 additions & 0 deletions packages/fscommerce/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.

# [7.10.0](https://github.com/brandingbrand/flagship/compare/v7.8.0...v7.10.0) (2020-01-14)

**Note:** Version bump only for package @brandingbrand/fscommerce





# [7.8.0](https://github.com/brandingbrand/flagship/compare/v7.7.1...v7.8.0) (2019-12-18)

**Note:** Version bump only for package @brandingbrand/fscommerce
Expand Down
8 changes: 4 additions & 4 deletions packages/fscommerce/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@brandingbrand/fscommerce",
"sideEffects": false,
"version": "7.8.0",
"version": "7.10.0",
"description": "Commerce Data Layer for Flagship",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -11,9 +11,9 @@
"tsc:watch": "tsc -w --preserveWatchOutput"
},
"dependencies": {
"@brandingbrand/fsengage": "^7.8.0",
"@brandingbrand/fsfoundation": "^7.8.0",
"@brandingbrand/fsnetwork": "^7.8.0",
"@brandingbrand/fsengage": "^7.10.0",
"@brandingbrand/fsfoundation": "^7.10.0",
"@brandingbrand/fsnetwork": "^7.10.0",
"decimal.js": "^10.0.1",
"lodash-es": "^4.17.10",
"qs": "^6.7.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/fscomponents/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [7.10.0](https://github.com/brandingbrand/flagship/compare/v7.8.0...v7.10.0) (2020-01-14)


### Bug Fixes

* **fscomponents:** ModalHalfScreen listener height update ([#957](https://github.com/brandingbrand/flagship/issues/957)) ([abbcf03](https://github.com/brandingbrand/flagship/commit/abbcf033192b1438f3c6abd6b99f7b3776e91979))





# [7.8.0](https://github.com/brandingbrand/flagship/compare/v7.7.1...v7.8.0) (2019-12-18)

**Note:** Version bump only for package @brandingbrand/fscomponents
Expand Down
Loading

0 comments on commit 3ee2d5c

Please sign in to comment.