From b08b7b7737418b3af27d96da963c8a117823298b Mon Sep 17 00:00:00 2001 From: Matthew Griffin Date: Tue, 2 Jul 2024 09:52:06 +0100 Subject: [PATCH 1/2] Use latest version of Carbon Estimator --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7993a95..faddc15 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,7 +5,7 @@ "packages": { "": { "devDependencies": { - "@scottlogic/tech-carbon-estimator": "^0.0.2", + "@scottlogic/tech-carbon-estimator": "^0.0.4", "@tailwindcss/typography": "^0.5.10", "autoprefixer": "^10.4.17", "cssnano": "^6.0.3", @@ -313,9 +313,9 @@ } }, "node_modules/@scottlogic/tech-carbon-estimator": { - "version": "0.0.2", - "resolved": "https://registry.npmjs.org/@scottlogic/tech-carbon-estimator/-/tech-carbon-estimator-0.0.2.tgz", - "integrity": "sha512-wQ/48UTiyLyaaZEh7L/mN6eTeBjhBWu3PRb/xc7y70pXVFBofVDsvWvCAQ6azug91jwzKkvm2PnTAhOi/kPt4g==", + "version": "0.0.4", + "resolved": "https://registry.npmjs.org/@scottlogic/tech-carbon-estimator/-/tech-carbon-estimator-0.0.4.tgz", + "integrity": "sha512-qKNSqBh0VSNsqXM+TGnRiXSlaBaE1sudv/5552T9T8ykWIhoh+Gj/yC0ackKlIuRlihYHiYFMinR51EoLJdgeQ==", "dev": true, "dependencies": { "@angular/animations": "^17.2.0", diff --git a/package.json b/package.json index 586800b..bafa109 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,6 @@ "postcss": "^8.4.33", "postcss-cli": "^11.0.0", "tailwindcss": "^3.4.1", - "@scottlogic/tech-carbon-estimator": "^0.0.2" + "@scottlogic/tech-carbon-estimator": "^0.0.4" } } From dce2015cb14c84acaba0e85553c7b3c74b0be9d6 Mon Sep 17 00:00:00 2001 From: Matthew Griffin Date: Fri, 5 Jul 2024 10:31:50 +0100 Subject: [PATCH 2/2] Add link to nav bar --- _data/navigation.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/navigation.yml b/_data/navigation.yml index 88342b6..e766134 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -10,5 +10,5 @@ link: /glossary - name: About link: /about -#- name: Carbon Estimator -# link: /estimator +- name: Carbon Estimator + link: /estimator