Skip to content

Commit

Permalink
[email protected] - Reference released version of include media. (#2352)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinrodrigues authored Nov 10, 2023
1 parent 94059ee commit 29066a0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions packages/tools/fozzie/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ Future Todo List
------------------------------
- Make typography and utility classes silent extenders (so that they can be extended by components without importing all utility classes).

v11.0.2
------------------------------
*November 8, 2023*

### Changed
- `include-media` reference to released 2.0.0 version.


v11.0.1
------------------------------
Expand Down
12 changes: 6 additions & 6 deletions packages/tools/fozzie/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"name": "@justeat/fozzie",
"title": "Fozzie – Just Eat UI Web Framework",
"description": "UI Web Framework for the Just Eat Global Platform",
"version": "11.0.1",
"version": "11.0.2",
"main": "dist/js/index.js",
"files": [
"dist/js",
"dist/css",
"src/scss",
"src/fonts"
],
"homepage": "https://github.com/justeat/fozzie",
"homepage": "https://github.com/justeattakeaway/fozzie-components/tree/master/packages/tools/fozzie",
"contributors": [
"Ashley Watson-Nolan <[email protected]> (https://ashleynolan.co.uk)",
"Jamie Maguire <[email protected]> (https://www.jamieomaguire.com)",
Expand All @@ -19,23 +19,23 @@
"authors": [
{
"name": "Contributors",
"url": "https://github.com/justeat/fozzie/graphs/contributors"
"url": "https://github.com/justeattakeaway/fozzie-components/graphs/contributors"
}
],
"repository": {
"type": "git",
"url": "[email protected]:justeat/fozzie.git"
"url": "[email protected]:justeattakeaway/fozzie-components.git"
},
"bugs": {
"url": "https://github.com/justeat/fozzie/issues"
"url": "https://github.com/justeattakeaway/fozzie-components/issues"
},
"license": "Apache-2.0",
"engines": {
"node": "^12 || ^14 || ^16"
},
"dependencies": {
"@justeat/pie-design-tokens": "5.0.0",
"include-media": "eduardoboucas/include-media#2.0-release"
"include-media": "2.0.0"
},
"devDependencies": {
"@babel/cli": "7.18.10",
Expand Down

0 comments on commit 29066a0

Please sign in to comment.