Skip to content

Commit

Permalink
Merge pull request #1536 from sharetribe/v9.0.0
Browse files Browse the repository at this point in the history
New release: v9.0.0
  • Loading branch information
Gnito authored Jul 11, 2022
2 parents a0ce4c2 + 928c1c0 commit 88b29a0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,19 @@ way to update this template, but currently, we follow a pattern:

## Upcoming version 2022-XX-XX

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

This is a major release since it includes a major update to sharetribe-scripts aka our fork of
Create React App.It includes major update to Webpack (v4 > v5) and PostCSS (v7 > v8). These caused
some advanced CSS syntax to be invalid - and therefore some changes must be done to CSS files.

- CSS Property Sets are deprecated and the related file is removed from the codebase
- Custom media queries file need to be imported in all the files, that use them.

Read more from PR: https://github.com/sharetribe/ftw-daily/pull/1531

Changes:

- [change] sharetribe-scripts is updated to v6.0.0. This causes a new major release for FTW
templates. Because most of the CSS files need to be updated!
[#1531](https://github.com/sharetribe/ftw-daily/pull/1531)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app",
"version": "8.6.2",
"version": "9.0.0",
"private": true,
"license": "Apache-2.0",
"dependencies": {
Expand Down

0 comments on commit 88b29a0

Please sign in to comment.