Skip to content

Commit 958d480

Browse files
committed
2 parents 3796ded + cfd572b commit 958d480

File tree

12 files changed

+77
-7
lines changed

12 files changed

+77
-7
lines changed

packages/dropdown-component/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.6.8](https://github.com/debtcollective/packages/compare/@debtcollective/[email protected]...@debtcollective/[email protected]) (2021-02-04)
7+
8+
9+
### Bug Fixes
10+
11+
* **footer:** fix package name and license ([43dad61](https://github.com/debtcollective/packages/commit/43dad61))
12+
13+
14+
15+
16+
617
## [1.6.7](https://github.com/debtcollective/packages/compare/@debtcollective/[email protected]...@debtcollective/[email protected]) (2021-01-06)
718

819

packages/dropdown-component/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@debtcollective/dc-dropdown-component",
3-
"version": "1.6.7",
3+
"version": "1.6.8",
44
"description": "Stencil dropdown component",
55
"main": "dist/index.cjs.js",
66
"module": "dist/index.js",

packages/footer-component/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# 0.2.0 (2021-02-04)
7+
8+
9+
### Bug Fixes
10+
11+
* **footer:** fix package name and license ([43dad61](https://github.com/debtcollective/packages/commit/43dad61))
12+
* typescript build failing due node_modules ([172499a](https://github.com/debtcollective/packages/commit/172499a))
13+
14+
15+
### Features
16+
17+
* **footer-component:** isolate the footer into a new component ([d3d2f97](https://github.com/debtcollective/packages/commit/d3d2f97))
18+
* **footer-component:** update tests files ([90ae388](https://github.com/debtcollective/packages/commit/90ae388))
19+
20+
21+
22+
23+
624
# 0.1.0 (2021-01-06)
725

826

packages/footer-component/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@debtcollective/dc-footer-component",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Debt Collective Footer Component",
55
"publishConfig": {
66
"access": "public"

packages/header-component/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.3.3](https://github.com/debtcollective/packages/compare/@debtcollective/[email protected]...@debtcollective/[email protected]) (2021-02-04)
7+
8+
9+
### Bug Fixes
10+
11+
* **footer:** fix package name and license ([43dad61](https://github.com/debtcollective/packages/commit/43dad61))
12+
13+
14+
15+
16+
617
## [2.3.2](https://github.com/debtcollective/packages/compare/@debtcollective/[email protected]...@debtcollective/[email protected]) (2021-01-06)
718

819

packages/header-component/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@debtcollective/dc-header-component",
3-
"version": "2.3.2",
3+
"version": "2.3.3",
44
"description": "Stencil header component for debtcollective web apps",
55
"main": "dist/index.cjs.js",
66
"module": "dist/index.js",
@@ -26,7 +26,7 @@
2626
"test:watch": "stencil test --spec --e2e --watchAll"
2727
},
2828
"dependencies": {
29-
"@debtcollective/dc-dropdown-component": "^1.6.7",
29+
"@debtcollective/dc-dropdown-component": "^1.6.8",
3030
"lodash.omit": "^4.5.0"
3131
},
3232
"devDependencies": {

packages/popup-component/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.1.4](https://github.com/debtcollective/packages/compare/@debtcollective/[email protected]...@debtcollective/[email protected]) (2021-02-04)
7+
8+
9+
### Bug Fixes
10+
11+
* **footer:** fix package name and license ([43dad61](https://github.com/debtcollective/packages/commit/43dad61))
12+
13+
14+
15+
16+
617
## [1.1.3](https://github.com/debtcollective/packages/compare/@debtcollective/[email protected]...@debtcollective/[email protected]) (2021-01-06)
718

819

packages/popup-component/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@debtcollective/dc-popup-component",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"description": "Stencil Component Starter",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

packages/tools/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.4.5](https://github.com/debtcollective/disputes/compare/@debtcollective/[email protected]...@debtcollective/[email protected]) (2021-02-04)
7+
8+
9+
### Bug Fixes
10+
11+
* **footer:** fix package name and license ([43dad61](https://github.com/debtcollective/disputes/commit/43dad61))
12+
13+
14+
15+
16+
617
## [1.4.4](https://github.com/debtcollective/disputes/compare/@debtcollective/[email protected]...@debtcollective/[email protected]) (2021-01-06)
718

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

packages/tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@debtcollective/tools",
3-
"version": "1.4.4",
3+
"version": "1.4.5",
44
"description": "Disputes app tools",
55
"author": "Orlando Del Aguila <[email protected]>",
66
"homepage": "https://github.com/debtcollective/disputes#readme",

packages/union-component/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.1.2](https://github.com/debtcollective/packages/compare/@debtcollective/[email protected]...@debtcollective/[email protected]) (2021-02-04)
7+
8+
**Note:** Version bump only for package @debtcollective/union-component
9+
10+
11+
12+
13+
614
## [1.1.1](https://github.com/debtcollective/packages/compare/@debtcollective/[email protected]...@debtcollective/[email protected]) (2021-01-13)
715

816

packages/union-component/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@debtcollective/union-component",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "",
55
"publishConfig": {
66
"access": "public"

0 commit comments

Comments
 (0)