Skip to content
This repository has been archived by the owner on May 29, 2023. It is now read-only.

Commit

Permalink
Merge pull request #5 from eea/develop
Browse files Browse the repository at this point in the history
  • Loading branch information
nileshgulia1 committed Aug 5, 2022
2 parents a40517d + c4583d0 commit f254991
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 17 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,16 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [0.5.0](https://github.com/eea/circularity-frontend/compare/0.4.0...0.5.0)

- Release @eeacms/volto-sustainability-theme@0.1.8 [`172fd13`](https://github.com/eea/circularity-frontend/commit/172fd13e96db45f3d0703030c9968b4fc0135b73)
- Update site.webmanifest [`3a72015`](https://github.com/eea/circularity-frontend/commit/3a7201565ac5d9928de31491fe70649534b5fe48)

#### [0.4.0](https://github.com/eea/circularity-frontend/compare/0.3.0...0.4.0)

> 29 July 2022
- Release [`#4`](https://github.com/eea/circularity-frontend/pull/4)
- Release @eeacms/volto-sustainability-theme@0.1.7 [`ee27d70`](https://github.com/eea/circularity-frontend/commit/ee27d704d449cf5028e4a242d66b9f056f304eb9)

#### [0.3.0](https://github.com/eea/circularity-frontend/compare/0.2.0...0.3.0)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "circularity-frontend",
"description": "A Volto-powered Plone frontend",
"license": "MIT",
"version": "0.4.0",
"version": "0.5.0",
"scripts": {
"start": "razzle start",
"postinstall": "yarn omelette && yarn patches",
Expand Down Expand Up @@ -132,7 +132,7 @@
"dependencies": {
"@eeacms/volto-circularity-policy": "0.1.3",
"@eeacms/volto-eea-kitkat": "*",
"@eeacms/volto-sustainability-theme": "0.1.7",
"@eeacms/volto-sustainability-theme": "0.1.8",
"@plone/volto": "15.12.1"
},
"devDependencies": {
Expand Down
22 changes: 11 additions & 11 deletions public/site.webmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
"name": "",
"short_name": "",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
{
"src": "/favicon.ico",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/favicon.ico",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1466,10 +1466,10 @@
"@eeacms/volto-slate-footnote" "*"
volto-slate "*"

"@eeacms/volto-sustainability-theme@0.1.7":
version "0.1.7"
resolved "https://registry.yarnpkg.com/@eeacms/volto-sustainability-theme/-/volto-sustainability-theme-0.1.7.tgz#a3481c0044e290fd2da8fd6bfb815ee9233ba8ef"
integrity sha512-+kECe5IO2RFeyZUC7PHKIxo4YjU2lH12qZZHC5+QrMInZLiYn+5iIDbFcjbpN5G9vBn38Q1PsXHdrsBha3bKNw==
"@eeacms/volto-sustainability-theme@0.1.8":
version "0.1.8"
resolved "https://registry.yarnpkg.com/@eeacms/volto-sustainability-theme/-/volto-sustainability-theme-0.1.8.tgz#5881cbf4222c2508eb83e1bf3c96857cbe3094f3"
integrity sha512-JcfSnikv49XCvFcSzODa6wiLBydkIc7IgcQVuPBvoUmDFza/psPnrpFAK7RWbfk3oY1HrTcFnYJQETJdFZOEmw==
dependencies:
"@eeacms/volto-corsproxy" "*"

Expand Down

0 comments on commit f254991

Please sign in to comment.