Skip to content

Commit

Permalink
moving dependencies in content cards package.json and updating offers…
Browse files Browse the repository at this point in the history
… and loyalty (#2298)
  • Loading branch information
matthewhardern authored Jun 22, 2023
1 parent 0b008cd commit 4f1198c
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 23 deletions.
8 changes: 8 additions & 0 deletions packages/components/organisms/f-content-cards/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).


v10.4.1
------------------------------
*June 22, 2023*

### Updated
- minor package json change to remove dependencies into dev dependencies


v10.4.0
------------------------------
*June 12, 2023*
Expand Down
10 changes: 5 additions & 5 deletions packages/components/organisms/f-content-cards/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@justeat/f-content-cards",
"description": "Fozzie Content Cards",
"version": "10.4.0",
"version": "10.4.1",
"main": "dist/f-content-cards.umd.min.js",
"maxBundleSize": "85kB",
"files": [
Expand Down Expand Up @@ -50,10 +50,6 @@
"dependencies": {
"@babel/plugin-proposal-class-properties": "7.12.13",
"@justeat/f-services": "1.x",
"@justeattakeaway/cc-braze-adapter": "0.4.0",
"@justeattakeaway/cc-filters": "0.1.0",
"@justeattakeaway/cc-stampcards-adapter": "0.5.1",
"@justeattakeaway/cc-utils": "0.1.0",
"core-js": "3.6.5"
},
"peerDependencies": {
Expand All @@ -70,6 +66,10 @@
"@justeat/f-vue-icons": "3.x",
"@justeat/f-wdio-utils": "1.x",
"@justeat/fozzie": "10.7.1",
"@justeattakeaway/cc-braze-adapter": "0.5.0",
"@justeattakeaway/cc-filters": "0.1.0",
"@justeattakeaway/cc-stampcards-adapter": "0.7.0",
"@justeattakeaway/cc-utils": "0.1.0",
"@vue/cli-plugin-babel": "4.5.16",
"color": "3.1.3",
"copy-to-clipboard": "3.3.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/components/pages/f-loyalty/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).


v3.2.1
------------------------------
*June 22, 2023*

### Fixed
- Patched content cards to the latest version 10.4.1


v3.2.0
------------------------------
*June 12, 2023*
Expand Down
6 changes: 3 additions & 3 deletions packages/components/pages/f-loyalty/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@justeat/f-loyalty",
"description": "Fozzie Loyalty - provides a way for customers to collect loyalty stamps for restaurants",
"version": "3.2.0",
"version": "3.2.1",
"main": "dist/f-loyalty.umd.min.js",
"maxBundleSize": "125kB",
"files": [
Expand Down Expand Up @@ -57,7 +57,7 @@
"@justeat/f-breadcrumbs": "4.x",
"@justeat/f-button": "4.x",
"@justeat/f-card": "4.x",
"@justeat/f-content-cards": "10.3.1",
"@justeat/f-content-cards": "10.4.1",
"@justeat/f-media-element": "3.x",
"@justeat/f-tabs": "3.x",
"@justeat/f-trak": "0.x",
Expand All @@ -70,7 +70,7 @@
"@justeat/f-breadcrumbs": "4.x",
"@justeat/f-button": "4.x",
"@justeat/f-card": "4.x",
"@justeat/f-content-cards": "10.4.0",
"@justeat/f-content-cards": "10.4.1",
"@justeat/f-media-element": "3.x",
"@justeat/f-tabs": "3.x",
"@justeat/f-trak": "0.x",
Expand Down
8 changes: 8 additions & 0 deletions packages/components/pages/f-offers/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).


v2.2.1
------------------------------
*June 22, 2023*

### Changed
- Adding patch for content cards 10.4.1


v2.2.0
------------------------------
*June 12, 2023*
Expand Down
6 changes: 3 additions & 3 deletions packages/components/pages/f-offers/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@justeat/f-offers",
"description": "Fozzie Offers - displays offers to the customers",
"version": "2.2.0",
"version": "2.2.1",
"main": "dist/f-offers.umd.min.js",
"maxBundleSize": "150kB",
"files": [
Expand Down Expand Up @@ -57,7 +57,7 @@
"@braze/web-sdk": ">=4.5.0",
"@justeat/browserslist-config-fozzie": ">=1.2.0",
"@justeat/f-button": "4.x",
"@justeat/f-content-cards": "10.3.1",
"@justeat/f-content-cards": "10.4.1",
"@justeat/f-media-element": "3.x",
"@justeat/f-mega-modal": "7.x",
"@justeat/f-searchbox": "6.x",
Expand All @@ -68,7 +68,7 @@
"devDependencies": {
"@braze/web-sdk": "4.5.0",
"@justeat/f-button": "4.x",
"@justeat/f-content-cards": "10.4.0",
"@justeat/f-content-cards": "10.4.1",
"@justeat/f-media-element": "3.x",
"@justeat/f-mega-modal": "7.x",
"@justeat/f-searchbox": "6.x",
Expand Down
12 changes: 0 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2811,18 +2811,6 @@
date-fns "2.28.0"
lodash-es "4.17.21"

"@justeattakeaway/[email protected]":
version "0.5.1"
resolved "https://registry.yarnpkg.com/@justeattakeaway/cc-stampcards-adapter/-/cc-stampcards-adapter-0.5.1.tgz#69a77e2a97e5be5b04a3b1943f2c0571a8c340a4"
integrity sha512-ahD/J894dUGPRnjplosCILFxhImFU4v0iqC9GXykE/BzdsJwB7oMoM65OzNW6rJLPpyDyTwcyGoVXxtiO5nX/w==
dependencies:
"@justeat/f-trak" "0.7.1"
"@justeattakeaway/cc-filters" "0.1.0"
"@justeattakeaway/cc-utils" "0.1.0"
date-fns "^2.29.3"
lodash-es "4.17.21"
typesafe-i18n "^5.12.0"

"@justeattakeaway/[email protected]":
version "0.7.0"
resolved "https://registry.yarnpkg.com/@justeattakeaway/cc-stampcards-adapter/-/cc-stampcards-adapter-0.7.0.tgz#11c3461606f1bb2c61067c5f205f6e55bd1c5e24"
Expand Down

0 comments on commit 4f1198c

Please sign in to comment.