Skip to content

Commit

Permalink
chore(release): publish v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bweissbart committed Jul 24, 2019
1 parent 01beb32 commit dcb72aa
Show file tree
Hide file tree
Showing 58 changed files with 856 additions and 114 deletions.
54 changes: 54 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,60 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.1.0](https://github.com/brandingbrand/flagship/compare/v3.2.1...v4.1.0) (2019-07-24)


### Bug Fixes

* add initialTabIndex prop to tabStyle ([1b6bb4d](https://github.com/brandingbrand/flagship/commit/1b6bb4d))
* add key based off block item ([90062f4](https://github.com/brandingbrand/flagship/commit/90062f4))
* inbox block re-render improvement ([04a80e4](https://github.com/brandingbrand/flagship/commit/04a80e4))
* Include children when querying SFCC for category info ([a527b09](https://github.com/brandingbrand/flagship/commit/a527b09))


### Features

* implement react native 0.59 ([0592aa2](https://github.com/brandingbrand/flagship/commit/0592aa2))
* **fsengagement:** add new carousel option and full screen background ([8c5ad3d](https://github.com/brandingbrand/flagship/commit/8c5ad3d))
* **fsengagement:** allow EngagementComp to accept style ([f368ccd](https://github.com/brandingbrand/flagship/commit/f368ccd))
* **fsengagement:** update yarn.lock ([1222c6d](https://github.com/brandingbrand/flagship/commit/1222c6d))


### BREAKING CHANGES

* This implements react native 0.59. Upgrading to this version will require dependency updates to be described in future documentation.





# [4.1.0](https://github.com/brandingbrand/flagship/compare/v3.2.1...v4.1.0) (2019-07-24)


### Bug Fixes

* add initialTabIndex prop to tabStyle ([1b6bb4d](https://github.com/brandingbrand/flagship/commit/1b6bb4d))
* add key based off block item ([90062f4](https://github.com/brandingbrand/flagship/commit/90062f4))
* inbox block re-render improvement ([04a80e4](https://github.com/brandingbrand/flagship/commit/04a80e4))
* Include children when querying SFCC for category info ([a527b09](https://github.com/brandingbrand/flagship/commit/a527b09))


### Features

* implement react native 0.59 ([0592aa2](https://github.com/brandingbrand/flagship/commit/0592aa2))
* **fsengagement:** add new carousel option and full screen background ([8c5ad3d](https://github.com/brandingbrand/flagship/commit/8c5ad3d))
* **fsengagement:** allow EngagementComp to accept style ([f368ccd](https://github.com/brandingbrand/flagship/commit/f368ccd))
* **fsengagement:** update yarn.lock ([1222c6d](https://github.com/brandingbrand/flagship/commit/1222c6d))


### BREAKING CHANGES

* This implements react native 0.59. Upgrading to this version will require dependency updates to be described in future documentation.





# [4.0.0](https://github.com/brandingbrand/flagship/compare/v3.2.0...v4.0.0) (2019-07-16)


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": "4.0.0",
"version": "4.1.0",
"packages": [
"packages/*"
],
Expand Down
32 changes: 32 additions & 0 deletions packages/flagship/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,38 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.1.0](https://github.com/brandingbrand/flagship/compare/v3.2.1...v4.1.0) (2019-07-24)


### Features

* implement react native 0.59 ([0592aa2](https://github.com/brandingbrand/flagship/commit/0592aa2))


### BREAKING CHANGES

* This implements react native 0.59. Upgrading to this version will require dependency updates to be described in future documentation.





# [4.1.0](https://github.com/brandingbrand/flagship/compare/v3.2.1...v4.1.0) (2019-07-24)


### Features

* implement react native 0.59 ([0592aa2](https://github.com/brandingbrand/flagship/commit/0592aa2))


### BREAKING CHANGES

* This implements react native 0.59. Upgrading to this version will require dependency updates to be described in future documentation.





# [4.0.0](https://github.com/brandingbrand/flagship/compare/v3.2.0...v4.0.0) (2019-07-16)


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": "4.0.0",
"version": "4.1.0",
"main": "dist/index.js",
"types": "./dist/index.d.ts",
"license": "MIT",
Expand Down Expand Up @@ -31,7 +31,7 @@
}
},
"devDependencies": {
"@brandingbrand/fsengage": "^4.0.0",
"@brandingbrand/fsengage": "^4.1.0",
"@types/yargs": "^12.0.1",
"true-case-path": "^1.0.3"
},
Expand Down
42 changes: 42 additions & 0 deletions packages/fsapp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,48 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.1.0](https://github.com/brandingbrand/flagship/compare/v3.2.1...v4.1.0) (2019-07-24)


### Bug Fixes

* add initialTabIndex prop to tabStyle ([1b6bb4d](https://github.com/brandingbrand/flagship/commit/1b6bb4d))


### Features

* implement react native 0.59 ([0592aa2](https://github.com/brandingbrand/flagship/commit/0592aa2))


### BREAKING CHANGES

* This implements react native 0.59. Upgrading to this version will require dependency updates to be described in future documentation.





# [4.1.0](https://github.com/brandingbrand/flagship/compare/v3.2.1...v4.1.0) (2019-07-24)


### Bug Fixes

* add initialTabIndex prop to tabStyle ([1b6bb4d](https://github.com/brandingbrand/flagship/commit/1b6bb4d))


### Features

* implement react native 0.59 ([0592aa2](https://github.com/brandingbrand/flagship/commit/0592aa2))


### BREAKING CHANGES

* This implements react native 0.59. Upgrading to this version will require dependency updates to be described in future documentation.





# [4.0.0](https://github.com/brandingbrand/flagship/compare/v3.2.0...v4.0.0) (2019-07-16)


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": "4.0.0",
"version": "4.1.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": "^4.0.0",
"@brandingbrand/fsfoundation": "^4.0.0",
"@brandingbrand/fsnetwork": "^4.0.0",
"@brandingbrand/fsengage": "^4.1.0",
"@brandingbrand/fsfoundation": "^4.1.0",
"@brandingbrand/fsnetwork": "^4.1.0",
"path-to-regexp": "^2.2.1",
"qs": "^6.7.0",
"react": "16.8.3",
Expand Down
16 changes: 16 additions & 0 deletions packages/fsbazaarvoice/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.

# [4.1.0](https://github.com/brandingbrand/flagship/compare/v3.2.1...v4.1.0) (2019-07-24)

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





# [4.1.0](https://github.com/brandingbrand/flagship/compare/v3.2.1...v4.1.0) (2019-07-24)

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





# [4.0.0](https://github.com/brandingbrand/flagship/compare/v3.2.0...v4.0.0) (2019-07-16)

**Note:** Version bump only for package @brandingbrand/fsbazaarvoice
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": "4.0.0",
"version": "4.1.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": "^4.0.0",
"@brandingbrand/fsnetwork": "^4.0.0"
"@brandingbrand/fscommerce": "^4.1.0",
"@brandingbrand/fsnetwork": "^4.1.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
Expand Down
16 changes: 16 additions & 0 deletions packages/fsbrandcmsproductcatalog/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.

# [4.1.0](https://github.com/brandingbrand/flagship/compare/v3.2.1...v4.1.0) (2019-07-24)

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





# [4.1.0](https://github.com/brandingbrand/flagship/compare/v3.2.1...v4.1.0) (2019-07-24)

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





# [4.0.0](https://github.com/brandingbrand/flagship/compare/v3.2.0...v4.0.0) (2019-07-16)

**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": "4.0.0",
"version": "4.1.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": "^4.0.0",
"@brandingbrand/fsengage": "^4.0.0"
"@brandingbrand/fscommerce": "^4.1.0",
"@brandingbrand/fsengage": "^4.1.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
Expand Down
16 changes: 16 additions & 0 deletions packages/fscart/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.

# [4.1.0](https://github.com/brandingbrand/flagship/compare/v3.2.1...v4.1.0) (2019-07-24)

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





# [4.1.0](https://github.com/brandingbrand/flagship/compare/v3.2.1...v4.1.0) (2019-07-24)

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





# [4.0.0](https://github.com/brandingbrand/flagship/compare/v3.2.0...v4.0.0) (2019-07-16)


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": "4.0.0",
"version": "4.1.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": "^4.0.0",
"@brandingbrand/fscomponents": "^4.0.0",
"@brandingbrand/fsi18n": "^4.0.0",
"@brandingbrand/fscommerce": "^4.1.0",
"@brandingbrand/fscomponents": "^4.1.0",
"@brandingbrand/fsi18n": "^4.1.0",
"react": "16.8.3",
"react-native": "0.59.10"
},
Expand Down
16 changes: 16 additions & 0 deletions packages/fscategory/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.

# [4.1.0](https://github.com/brandingbrand/flagship/compare/v3.2.1...v4.1.0) (2019-07-24)

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





# [4.1.0](https://github.com/brandingbrand/flagship/compare/v3.2.1...v4.1.0) (2019-07-24)

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





# [4.0.0](https://github.com/brandingbrand/flagship/compare/v3.2.0...v4.0.0) (2019-07-16)


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": "4.0.0",
"version": "4.1.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": "^4.0.0",
"@brandingbrand/fscomponents": "^4.0.0",
"@brandingbrand/fscommerce": "^4.1.0",
"@brandingbrand/fscomponents": "^4.1.0",
"react": "16.8.3",
"react-native": "0.59.10"
},
Expand Down
Loading

0 comments on commit dcb72aa

Please sign in to comment.