Skip to content

Commit

Permalink
chore(release): publish v11.0.0-alpha.32
Browse files Browse the repository at this point in the history
  • Loading branch information
bweissbart committed Jun 11, 2021
1 parent 0583703 commit 1fa0f22
Show file tree
Hide file tree
Showing 44 changed files with 270 additions and 86 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [11.0.0-alpha.32](https://github.com/brandingbrand/flagship/compare/v11.0.0-alpha.31...v11.0.0-alpha.32) (2021-06-11)


### Features

* Enable redux middleware in FSApp config ([9e2e7b8](https://github.com/brandingbrand/flagship/commit/9e2e7b8b346363f154a6abcfea10641198455572))
* useButtonEffect ([8fd9ff7](https://github.com/brandingbrand/flagship/commit/8fd9ff7dc229f05162b9181b623040728754cc46))





# [11.0.0-alpha.31](https://github.com/brandingbrand/flagship/compare/v11.0.0-alpha.30...v11.0.0-alpha.31) (2021-06-08)


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": "11.0.0-alpha.31",
"version": "11.0.0-alpha.32",
"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.

# [11.0.0-alpha.32](https://github.com/brandingbrand/flagship/compare/v11.0.0-alpha.31...v11.0.0-alpha.32) (2021-06-11)

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





# [11.0.0-alpha.31](https://github.com/brandingbrand/flagship/compare/v11.0.0-alpha.30...v11.0.0-alpha.31) (2021-06-08)

**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": "11.0.0-alpha.31",
"version": "11.0.0-alpha.32",
"license": "MIT",
"scripts": {
"watch": "tsc --watch",
Expand Down
8 changes: 8 additions & 0 deletions packages/flagship/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.

# [11.0.0-alpha.32](https://github.com/brandingbrand/flagship/compare/v11.0.0-alpha.31...v11.0.0-alpha.32) (2021-06-11)

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





# [11.0.0-alpha.31](https://github.com/brandingbrand/flagship/compare/v11.0.0-alpha.30...v11.0.0-alpha.31) (2021-06-08)

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

# [11.0.0-alpha.32](https://github.com/brandingbrand/flagship/compare/v11.0.0-alpha.31...v11.0.0-alpha.32) (2021-06-11)


### Features

* Enable redux middleware in FSApp config ([9e2e7b8](https://github.com/brandingbrand/flagship/commit/9e2e7b8b346363f154a6abcfea10641198455572))
* useButtonEffect ([8fd9ff7](https://github.com/brandingbrand/flagship/commit/8fd9ff7dc229f05162b9181b623040728754cc46))





# [11.0.0-alpha.31](https://github.com/brandingbrand/flagship/compare/v11.0.0-alpha.30...v11.0.0-alpha.31) (2021-06-08)

**Note:** Version bump only for package @brandingbrand/fsapp
Expand Down
10 changes: 5 additions & 5 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": "11.0.0-alpha.31",
"version": "11.0.0-alpha.32",
"description": "Flagship app base",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -12,10 +12,10 @@
"tsc:watch": "tsc -w --preserveWatchOutput"
},
"dependencies": {
"@brandingbrand/fscommerce": "^11.0.0-alpha.31",
"@brandingbrand/fsengage": "^11.0.0-alpha.31",
"@brandingbrand/fsfoundation": "^11.0.0-alpha.31",
"@brandingbrand/fsnetwork": "^11.0.0-alpha.31",
"@brandingbrand/fscommerce": "^11.0.0-alpha.32",
"@brandingbrand/fsengage": "^11.0.0-alpha.32",
"@brandingbrand/fsfoundation": "^11.0.0-alpha.32",
"@brandingbrand/fsnetwork": "^11.0.0-alpha.32",
"@loadable/component": "^5.14.1",
"@react-native-community/async-storage": "^1.9.0",
"@types/qs": "^6.9.5",
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.

# [11.0.0-alpha.32](https://github.com/brandingbrand/flagship/compare/v11.0.0-alpha.31...v11.0.0-alpha.32) (2021-06-11)

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





# [11.0.0-alpha.31](https://github.com/brandingbrand/flagship/compare/v11.0.0-alpha.30...v11.0.0-alpha.31) (2021-06-08)

**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": "11.0.0-alpha.31",
"version": "11.0.0-alpha.32",
"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": "^11.0.0-alpha.31",
"@brandingbrand/fscomponents": "^11.0.0-alpha.31",
"@brandingbrand/fsi18n": "^11.0.0-alpha.31",
"@brandingbrand/fscommerce": "^11.0.0-alpha.32",
"@brandingbrand/fscomponents": "^11.0.0-alpha.32",
"@brandingbrand/fsi18n": "^11.0.0-alpha.32",
"react": "^16.13.1",
"react-native": "^0.63.2"
},
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.

# [11.0.0-alpha.32](https://github.com/brandingbrand/flagship/compare/v11.0.0-alpha.31...v11.0.0-alpha.32) (2021-06-11)

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





# [11.0.0-alpha.31](https://github.com/brandingbrand/flagship/compare/v11.0.0-alpha.30...v11.0.0-alpha.31) (2021-06-08)

**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": "11.0.0-alpha.31",
"version": "11.0.0-alpha.32",
"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": "^11.0.0-alpha.31",
"@brandingbrand/fscomponents": "^11.0.0-alpha.31",
"@brandingbrand/fscommerce": "^11.0.0-alpha.32",
"@brandingbrand/fscomponents": "^11.0.0-alpha.32",
"react": "^16.13.1",
"react-content-loader": "^5.1.2",
"react-native": "^0.63.2",
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.

# [11.0.0-alpha.32](https://github.com/brandingbrand/flagship/compare/v11.0.0-alpha.31...v11.0.0-alpha.32) (2021-06-11)

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





# [11.0.0-alpha.31](https://github.com/brandingbrand/flagship/compare/v11.0.0-alpha.30...v11.0.0-alpha.31) (2021-06-08)

**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": "11.0.0-alpha.31",
"version": "11.0.0-alpha.32",
"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.

# [11.0.0-alpha.32](https://github.com/brandingbrand/flagship/compare/v11.0.0-alpha.31...v11.0.0-alpha.32) (2021-06-11)

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





# [11.0.0-alpha.31](https://github.com/brandingbrand/flagship/compare/v11.0.0-alpha.30...v11.0.0-alpha.31) (2021-06-08)

**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": "11.0.0-alpha.31",
"version": "11.0.0-alpha.32",
"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.

# [11.0.0-alpha.32](https://github.com/brandingbrand/flagship/compare/v11.0.0-alpha.31...v11.0.0-alpha.32) (2021-06-11)

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





# [11.0.0-alpha.31](https://github.com/brandingbrand/flagship/compare/v11.0.0-alpha.30...v11.0.0-alpha.31) (2021-06-08)

**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": "11.0.0-alpha.31",
"version": "11.0.0-alpha.32",
"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": "^11.0.0-alpha.31",
"@brandingbrand/fsfoundation": "^11.0.0-alpha.31",
"@brandingbrand/fsnetwork": "^11.0.0-alpha.31",
"@brandingbrand/fsengage": "^11.0.0-alpha.32",
"@brandingbrand/fsfoundation": "^11.0.0-alpha.32",
"@brandingbrand/fsnetwork": "^11.0.0-alpha.32",
"decimal.js": "^10.0.1",
"lodash-es": "^4.17.10",
"qs": "^6.9.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/fscomponents/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.

# [11.0.0-alpha.32](https://github.com/brandingbrand/flagship/compare/v11.0.0-alpha.31...v11.0.0-alpha.32) (2021-06-11)

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





# [11.0.0-alpha.31](https://github.com/brandingbrand/flagship/compare/v11.0.0-alpha.30...v11.0.0-alpha.31) (2021-06-08)


Expand Down
14 changes: 7 additions & 7 deletions packages/fscomponents/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@brandingbrand/fscomponents",
"sideEffects": false,
"version": "11.0.0-alpha.31",
"version": "11.0.0-alpha.32",
"description": "Reusable, cross-platform frontend components",
"main": "dist/index.js",
"types": "./dist/index.d.ts",
Expand All @@ -11,12 +11,12 @@
"tsc:watch": "tsc -w --preserveWatchOutput"
},
"dependencies": {
"@brandingbrand/fsapp": "^11.0.0-alpha.31",
"@brandingbrand/fscommerce": "^11.0.0-alpha.31",
"@brandingbrand/fsengage": "^11.0.0-alpha.31",
"@brandingbrand/fsfoundation": "^11.0.0-alpha.31",
"@brandingbrand/fsi18n": "^11.0.0-alpha.31",
"@brandingbrand/fsnetwork": "^11.0.0-alpha.31",
"@brandingbrand/fsapp": "^11.0.0-alpha.32",
"@brandingbrand/fscommerce": "^11.0.0-alpha.32",
"@brandingbrand/fsengage": "^11.0.0-alpha.32",
"@brandingbrand/fsfoundation": "^11.0.0-alpha.32",
"@brandingbrand/fsi18n": "^11.0.0-alpha.32",
"@brandingbrand/fsnetwork": "^11.0.0-alpha.32",
"@brandingbrand/tcomb-form-native": "^0.6.20",
"@react-native-community/async-storage": "^1.9.0",
"@types/yup": "^0.28.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/fsengage/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.

# [11.0.0-alpha.32](https://github.com/brandingbrand/flagship/compare/v11.0.0-alpha.31...v11.0.0-alpha.32) (2021-06-11)

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





# [11.0.0-alpha.31](https://github.com/brandingbrand/flagship/compare/v11.0.0-alpha.30...v11.0.0-alpha.31) (2021-06-08)

**Note:** Version bump only for package @brandingbrand/fsengage
Expand Down
6 changes: 3 additions & 3 deletions packages/fsengage/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@brandingbrand/fsengage",
"sideEffects": false,
"version": "11.0.0-alpha.31",
"version": "11.0.0-alpha.32",
"description": "Analytics, CMS, and Settings module for Flagship",
"main": "dist/index.js",
"types": "./dist/index.d.ts",
Expand All @@ -13,8 +13,8 @@
"dependencies": {
"@adobe/react-native-acpanalytics": "^1.2.6",
"@adobe/react-native-acpcore": "^1.2.5",
"@brandingbrand/fsfoundation": "^11.0.0-alpha.31",
"@brandingbrand/fsnetwork": "^11.0.0-alpha.31",
"@brandingbrand/fsfoundation": "^11.0.0-alpha.32",
"@brandingbrand/fsnetwork": "^11.0.0-alpha.32",
"@brandingbrand/react-native-adobe-marketing-cloud": "^0.1.1",
"@brandingbrand/react-native-google-analytics": "^2.2.0",
"@brandingbrand/react-native-leanplum": "^5.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/fsengagement/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.

# [11.0.0-alpha.32](https://github.com/brandingbrand/flagship/compare/v11.0.0-alpha.31...v11.0.0-alpha.32) (2021-06-11)

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





# [11.0.0-alpha.31](https://github.com/brandingbrand/flagship/compare/v11.0.0-alpha.30...v11.0.0-alpha.31) (2021-06-08)

**Note:** Version bump only for package @brandingbrand/fsengagement
Expand Down
6 changes: 3 additions & 3 deletions packages/fsengagement/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@brandingbrand/fsengagement",
"sideEffects": false,
"version": "11.0.0-alpha.31",
"version": "11.0.0-alpha.32",
"scripts": {
"prepare": "tsc"
},
"main": "dist/index",
"dependencies": {
"@brandingbrand/fsapp": "^11.0.0-alpha.31",
"@brandingbrand/fsnetwork": "^11.0.0-alpha.31",
"@brandingbrand/fsapp": "^11.0.0-alpha.32",
"@brandingbrand/fsnetwork": "^11.0.0-alpha.32",
"@react-native-community/async-storage": "^1.9.0",
"@types/prop-types": "^15.0.0",
"@types/react-native-snap-carousel": "^3.7.3",
Expand Down
Loading

0 comments on commit 1fa0f22

Please sign in to comment.