Skip to content

Commit

Permalink
Merge pull request #203 from sharetribe/update-v9.0.1-from-upstream
Browse files Browse the repository at this point in the history
Release v11.0.1 (update from upstream FTW-daily v9.0.1)
  • Loading branch information
Gnito authored Aug 30, 2022
2 parents a9cf8ce + 6d769e7 commit 3df91b9
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 9 deletions.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,24 @@ https://github.com/sharetribe/flex-template-web/

## Upcoming version 2022-XX-XX

## [v11.0.1] 2022-08-29

### Updates from upstream (FTW-daily v9.0.1)
- [fix] Use sharetribe-scripts v6.0.1. Fixes for

- GENERATE_SOURCEMAP = false
- async Redux Thunks

[#1546](https://github.com/sharetribe/ftw-daily/pull/1546)

- [fix] Add cookie_flags and relax google analytics domain
[#1538](https://github.com/sharetribe/ftw-daily/pull/1538)
- [fix] the import of customMediaQueries.css was somehow missed with these components:
FieldReviewRating, SearchFiltersSecondary and TopbarMobileMenu.
[#1537](https://github.com/sharetribe/ftw-daily/pull/1537)

[v11.0.1]: https://github.com/sharetribe/ftw-hourly/compare/v11.0.0...v11.0.1

## [v11.0.0] 2022-07-11

This is a major release since it includes a major update to sharetribe-scripts aka our fork of
Expand All @@ -38,7 +56,7 @@ Read more from PR: https://github.com/sharetribe/ftw-daily/pull/1531
touch swipes. [#1529](https://github.com/sharetribe/ftw-daily/pull/1529)
- [fix] Fixing a small typo. [#1518](https://github.com/sharetribe/ftw-daily/pull/1518)

[v11.0.0]: https://github.com/sharetribe/ftw-hourly/compare/v10.6.1...v11.0.0
[v11.0.0]: https://github.com/sharetribe/ftw-hourly/compare/v10.6.1...v11.0.0

## [v10.6.1] 2022-05-19

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app",
"version": "11.0.0",
"version": "11.0.1",
"private": true,
"license": "Apache-2.0",
"dependencies": {
Expand Down Expand Up @@ -61,7 +61,7 @@
"redux-thunk": "^2.4.1",
"seedrandom": "^3.0.5",
"sharetribe-flex-sdk": "^1.17.0",
"sharetribe-scripts": "6.0.0",
"sharetribe-scripts": "6.0.1",
"smoothscroll-polyfill": "^0.4.0",
"source-map-support": "^0.5.21",
"url": "^0.11.0"
Expand Down
2 changes: 1 addition & 1 deletion server/csp.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const defaultDirectives = {

// Google Analytics
'www.googletagmanager.com',
'www.google-analytics.com',
'*.google-analytics.com',
'stats.g.doubleclick.net',

'sentry.io',
Expand Down
4 changes: 3 additions & 1 deletion server/renderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,9 @@ exports.render = function(requestUrl, context, data, renderApp, webExtractor) {
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', '${googleAnalyticsId}');
gtag('config', '${googleAnalyticsId}', {
cookie_flags: 'SameSite=None;Secure',
});
</script>
`;
const googleAnalyticsScript = hasGoogleAnalyticsv4Id ? gtagScripts : '';
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11234,10 +11234,10 @@ sharetribe-flex-sdk@^1.17.0:
lodash "^4.17.10"
transit-js "^0.8.861"

[email protected].0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/sharetribe-scripts/-/sharetribe-scripts-6.0.0.tgz#6b8ccb8c4742c0857305556c232af808979f65ee"
integrity sha512-y2gjfpco99f6z4JzupAys7KGE2Rd/BVeHP7TyBABrUvt4rmn/8XsB+u3iOVhx1uX/dpD+IWPyQjLrd1FD8iMEw==
[email protected].1:
version "6.0.1"
resolved "https://registry.yarnpkg.com/sharetribe-scripts/-/sharetribe-scripts-6.0.1.tgz#0d7b3cc5b9f94945364c391a98e0846a88f89432"
integrity sha512-BRCs2PAyy6M4ZS03HEypvkX2r69i+eTnA3PJK1s02448rLtzbkZ7g8z5YRPgwVb8mhFxCKcEaNm1vFfWDd4kOg==
dependencies:
"@babel/core" "^7.16.0"
"@babel/plugin-transform-runtime" "7.12.1"
Expand Down

0 comments on commit 3df91b9

Please sign in to comment.