Skip to content

Commit

Permalink
Merge pull request #123 from debtcollective/od/twitter-link
Browse files Browse the repository at this point in the history
Fix twitter link
  • Loading branch information
orlando authored Feb 25, 2021
2 parents 6cd124b + 4148bc9 commit 4afc3dc
Show file tree
Hide file tree
Showing 16 changed files with 151 additions and 17 deletions.
8 changes: 8 additions & 0 deletions packages/dropdown-component/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.6.9](https://github.com/debtcollective/packages/compare/@debtcollective/[email protected]...@debtcollective/[email protected]) (2021-02-04)

**Note:** Version bump only for package @debtcollective/dc-dropdown-component





## [1.6.8](https://github.com/debtcollective/packages/compare/@debtcollective/[email protected]...@debtcollective/[email protected]) (2021-02-04)


Expand Down
2 changes: 1 addition & 1 deletion packages/dropdown-component/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@debtcollective/dc-dropdown-component",
"version": "1.6.8",
"version": "1.6.9",
"description": "Stencil dropdown component",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
Expand Down
32 changes: 32 additions & 0 deletions packages/footer-component/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,38 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.2.4](https://github.com/debtcollective/packages/compare/@debtcollective/[email protected]...@debtcollective/[email protected]) (2021-02-10)

**Note:** Version bump only for package @debtcollective/dc-footer-component





## [0.2.3](https://github.com/debtcollective/packages/compare/@debtcollective/[email protected]...@debtcollective/[email protected]) (2021-02-06)

**Note:** Version bump only for package @debtcollective/dc-footer-component





## [0.2.2](https://github.com/debtcollective/packages/compare/@debtcollective/[email protected]...@debtcollective/[email protected]) (2021-02-05)

**Note:** Version bump only for package @debtcollective/dc-footer-component





## [0.2.1](https://github.com/debtcollective/packages/compare/@debtcollective/[email protected]...@debtcollective/[email protected]) (2021-02-04)

**Note:** Version bump only for package @debtcollective/dc-footer-component





# 0.2.0 (2021-02-04)


Expand Down
2 changes: 1 addition & 1 deletion packages/footer-component/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@debtcollective/dc-footer-component",
"version": "0.2.0",
"version": "0.2.4",
"description": "Debt Collective Footer Component",
"publishConfig": {
"access": "public"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ describe('dc-footer', () => {
</p>
<ul>
<li class="footer__links__item">
<a href="http://chapters.debtcollective.org/" rel="noreferrer" target="_blank">
Debt Collective Chapters
<a href="https://volunteer.debtcollective.org/" rel="noreferrer" target="_blank">
Debt Collective Volunteer
</a>
</li>
<li class="footer__links__item">
Expand All @@ -39,6 +39,11 @@ describe('dc-footer', () => {
take action
</p>
<ul>
<li class="footer__links__item">
<a href="https://biden100.debtcollective.org/" rel="noreferrer" target="_blank">
Biden Jubilee 100
</a>
</li>
<li class="footer__links__item">
<a href="https://community.debtcollective.org/calendar" rel="noreferrer" target="_blank">
Events
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ export class DcFooter {
title: 'organize',
links: [
{
label: 'Debt Collective Chapters',
href: 'http://chapters.debtcollective.org/',
label: 'Debt Collective Volunteer',
href: 'https://volunteer.debtcollective.org/',
},
{
label: 'Community Forum',
Expand All @@ -27,6 +27,10 @@ export class DcFooter {
{
title: 'take action',
links: [
{
label: 'Biden Jubilee 100',
href: 'https://biden100.debtcollective.org/',
},
{
label: 'Events',
href: 'https://community.debtcollective.org/calendar',
Expand Down
63 changes: 58 additions & 5 deletions packages/footer-component/src/components/dc-footer/dc-logo.tsx

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export class DcLogo {
return (
<ul class="footer__social_media">
<li>
<a title="Twitter link" href="https://twitter.com/0debtzone" target="_blank" rel="noreferrer noopener">
<a title="Twitter link" href="https://twitter.com/StrikeDebt" target="_blank" rel="noreferrer noopener">
<svg aria-hidden="true" width="27" height="22" viewBox="0 0 27 22" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M26.3044 2.9264C25.3424 3.35816 24.307 3.6494 23.2206 3.77973C24.3298 3.1093 25.1803 2.04733 25.5814 0.780469C24.5439 1.4021 23.3954 1.85317 22.1719 2.09667C21.1928 1.04328 19.7973 0.384644 18.2529 0.384644C15.2881 0.384644 12.8842 2.81162 12.8842 5.80552C12.8842 6.22978 12.9315 6.6433 13.0234 7.04074C8.56099 6.8144 4.6043 4.65666 1.95607 1.37689C1.49389 2.17712 1.22933 3.10822 1.22933 4.10262C1.22933 5.98306 2.17706 7.64252 3.61779 8.61438C2.73805 8.58596 1.90985 8.34192 1.18577 7.9359C1.18524 7.95843 1.18524 7.98149 1.18524 8.00456C1.18524 10.6305 3.03608 12.821 5.49254 13.3198C5.04205 13.4431 4.56765 13.5096 4.07784 13.5096C3.73147 13.5096 3.3952 13.4759 3.06742 13.412C3.75113 15.5655 5.73372 17.1332 8.08287 17.1767C6.24531 18.6307 3.93069 19.4974 1.41473 19.4974C0.981772 19.4974 0.554123 19.4717 0.133911 19.4213C2.51068 20.9601 5.33263 21.8568 8.36443 21.8568C18.2407 21.8568 23.6408 13.5971 23.6408 6.43359C23.6408 6.19867 23.636 5.96428 23.6259 5.73151C24.6746 4.96882 25.5851 4.01358 26.3044 2.9264Z"
Expand Down
8 changes: 8 additions & 0 deletions packages/header-component/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.3.4](https://github.com/debtcollective/packages/compare/@debtcollective/[email protected]...@debtcollective/[email protected]) (2021-02-04)

**Note:** Version bump only for package @debtcollective/dc-header-component





## [2.3.3](https://github.com/debtcollective/packages/compare/@debtcollective/[email protected]...@debtcollective/[email protected]) (2021-02-04)


Expand Down
4 changes: 2 additions & 2 deletions packages/header-component/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@debtcollective/dc-header-component",
"version": "2.3.3",
"version": "2.3.4",
"description": "Stencil header component for debtcollective web apps",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
Expand All @@ -26,7 +26,7 @@
"test:watch": "stencil test --spec --e2e --watchAll"
},
"dependencies": {
"@debtcollective/dc-dropdown-component": "^1.6.8",
"@debtcollective/dc-dropdown-component": "^1.6.9",
"lodash.omit": "^4.5.0"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/popup-component/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.5](https://github.com/debtcollective/packages/compare/@debtcollective/[email protected]...@debtcollective/[email protected]) (2021-02-04)

**Note:** Version bump only for package @debtcollective/dc-popup-component





## [1.1.4](https://github.com/debtcollective/packages/compare/@debtcollective/[email protected]...@debtcollective/[email protected]) (2021-02-04)


Expand Down
2 changes: 1 addition & 1 deletion packages/popup-component/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@debtcollective/dc-popup-component",
"version": "1.1.4",
"version": "1.1.5",
"description": "Stencil Component Starter",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
8 changes: 8 additions & 0 deletions packages/tools/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.4.6](https://github.com/debtcollective/disputes/compare/@debtcollective/[email protected]...@debtcollective/[email protected]) (2021-02-04)

**Note:** Version bump only for package @debtcollective/tools





## [1.4.5](https://github.com/debtcollective/disputes/compare/@debtcollective/[email protected]...@debtcollective/[email protected]) (2021-02-04)


Expand Down
2 changes: 1 addition & 1 deletion packages/tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@debtcollective/tools",
"version": "1.4.5",
"version": "1.4.6",
"description": "Disputes app tools",
"author": "Orlando Del Aguila <[email protected]>",
"homepage": "https://github.com/debtcollective/disputes#readme",
Expand Down
8 changes: 8 additions & 0 deletions packages/union-component/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.3](https://github.com/debtcollective/packages/compare/@debtcollective/[email protected]...@debtcollective/[email protected]) (2021-02-04)

**Note:** Version bump only for package @debtcollective/union-component





## [1.1.2](https://github.com/debtcollective/packages/compare/@debtcollective/[email protected]...@debtcollective/[email protected]) (2021-02-04)

**Note:** Version bump only for package @debtcollective/union-component
Expand Down
2 changes: 1 addition & 1 deletion packages/union-component/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@debtcollective/union-component",
"version": "1.1.2",
"version": "1.1.3",
"description": "",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 4afc3dc

Please sign in to comment.