Skip to content

Commit

Permalink
Merge branch 'main' into ced-2010-improve-desktop-search-bar
Browse files Browse the repository at this point in the history
  • Loading branch information
hroth1994 authored Dec 4, 2024
2 parents f0402d8 + 56cfaf5 commit 97c2adb
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 16 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.2.2] - 2024-12-4

### Changed

- Updated footer to remove the referral rock link

## [2.2.1] - 2024-11-20

### Changed
Expand Down Expand Up @@ -1090,6 +1096,7 @@ the new `showPrivacySection` prop
- Tweaks to `EsTabs` *molecule* component
- Tweaks to `EsCollapse

[2.2.2]: https://github.com/EnergySage/es-ds-legacy/compare/v2.2.1...v2.2.2
[2.2.1]: https://github.com/EnergySage/es-ds-legacy/compare/v2.2.0...v2.2.1
[2.2.0]: https://github.com/EnergySage/es-ds-legacy/compare/v2.1.2...v2.2.0
[2.1.2]: https://github.com/EnergySage/es-ds-legacy/compare/v2.1.1...v2.1.2
Expand Down
12 changes: 6 additions & 6 deletions es-design-system/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions es-design-system/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "es-design-system",
"version": "2.2.1",
"version": "2.2.2",
"private": true,
"scripts": {
"dev": "nuxt",
Expand All @@ -18,7 +18,7 @@
"prettier": "eslint-config-energysage/prettier",
"dependencies": {
"@energysage/es-bs-base": "^2.2.1",
"@energysage/es-vue-base": "^2.2.1",
"@energysage/es-vue-base": "^2.2.2",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/i18n": "^7.3.1",
"bootstrap-vue": "^2.23.1",
Expand Down
4 changes: 2 additions & 2 deletions es-vue-base/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion es-vue-base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@energysage/es-vue-base",
"version": "2.2.1",
"version": "2.2.2",
"private": false,
"description": "",
"scripts": {
Expand Down
1 change: 0 additions & 1 deletion es-vue-base/src/lib-utils/footer-content.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ export default (
{ text: 'News', url: `${ES_DOMAIN}/blog/` },
{ text: 'Home solar guide', url: `${ES_DOMAIN}/shop/home-solar/` },
{ text: 'Market intel', url: `${ES_DOMAIN}/data/` },
{ text: 'Refer a friend', url: `${ES_DOMAIN}/refer-a-friend/` },
],
},
{
Expand Down
3 changes: 0 additions & 3 deletions es-vue-base/tests/__snapshots__/EsFooter.spec.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,6 @@ exports[`EsFooter <EsFooter /> 1`] = `
<li class="mt-0 mt-lg-25 mb-100 mb-lg-50 font-size-75"><a href="https://www.energysage.com/data/" class="text-reset">
Market intel
</a></li>
<li class="mt-0 mt-lg-25 mb-100 mb-lg-50 font-size-75"><a href="https://www.energysage.com/refer-a-friend/" class="text-reset">
Refer a friend
</a></li>
</ul>
</div>
<div class="col col-6 col-md-3 mb-100 mb-lg-0">
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"es-vue-base",
"es-design-system"
],
"version": "2.2.1"
"version": "2.2.2"
}

0 comments on commit 97c2adb

Please sign in to comment.