Skip to content

Commit

Permalink
🔖 Release 2.3.0 (#761)
Browse files Browse the repository at this point in the history
* Update model version to 3.3.3
  • Loading branch information
bjlaa authored Oct 28, 2024
1 parent b9ecfe9 commit c952035
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nosgestesclimat-site-nextjs",
"license": "MIT",
"version": "2.2.0",
"version": "2.3.0",
"description": "The leading open source climate footprint calculator",
"repository": {
"type": "git",
Expand Down Expand Up @@ -35,7 +35,7 @@
"dependencies": {
"@babel/runtime": "^7.23.1",
"@incubateur-ademe/legal-pages-react": "^0.2.0",
"@incubateur-ademe/nosgestesclimat": "^3.2.0",
"@incubateur-ademe/nosgestesclimat": "^3.3.3",
"@mdx-js/loader": "^3.0.0",
"@mdx-js/react": "^3.0.0",
"@next/bundle-analyzer": "^14.1.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default function SubcategoriesChart() {
className={`mb-4 flex h-8 rounded-md md:h-12 md:rounded-xl ${getBackgroundColor(
currentCategory
)}`}>
{filteredSubcategories.map((subcategory, index: number) => (
{filteredSubcategories.map((subcategory: DottedName, index: number) => (
<Subcategory
key={subcategory}
position={
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1023,10 +1023,10 @@
prompt-sync "^4.2.0"
yargs "^17.7.2"

"@incubateur-ademe/nosgestesclimat@^3.2.0":
version "3.2.0"
resolved "https://registry.yarnpkg.com/@incubateur-ademe/nosgestesclimat/-/nosgestesclimat-3.2.0.tgz#1e12229fabe29e189a24be99cff7121fdfba5f23"
integrity sha512-xIwdOElWjBow4Y6XFH3wbvhciDat2DKkoJet5LB0GAOu16bNa7m15GWcHOdcAK663+WkAmfnJQ7Y7cD9kcNnyw==
"@incubateur-ademe/nosgestesclimat@^3.3.3":
version "3.3.3"
resolved "https://registry.yarnpkg.com/@incubateur-ademe/nosgestesclimat/-/nosgestesclimat-3.3.3.tgz#a8d412b0b93ea006f683091f99775028e9a11705"
integrity sha512-2uasQ1eqdUDjbgAaeQnw5p0NAgnc0xtx+DUPauRZt+kRgWd6+WcXfbSD7iFka5ANm9gseQlqFJc9D/zZ362+Sw==

"@istanbuljs/load-nyc-config@^1.0.0":
version "1.1.0"
Expand Down

0 comments on commit c952035

Please sign in to comment.