Skip to content

Commit 382a3ea

Browse files
authored
chore: add classname props to AllocationSidebar and MetricsBallot (#19)
* chore: allocationSidebar - moved props and types * chore: metricsBallot - moved props and types * chore: set release
1 parent 2647fa0 commit 382a3ea

File tree

30 files changed

+145
-137
lines changed

30 files changed

+145
-137
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"hip-impalas-eat",
1515
"kind-pens-build",
1616
"rare-plants-work",
17+
"rich-phones-live",
1718
"shy-pigs-camp",
1819
"thick-jobs-try",
1920
"violet-bikes-yell"

.changeset/rich-phones-live.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@gitcoin/ui": patch
3+
---
4+
5+
added classname prop to AllocationSidebar and MetricsBallot

packages/config/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @gitcoin/config
22

3+
## 0.0.0-beta.9
4+
35
## 0.0.0-beta.8
46

57
## 0.0.0-beta.7

packages/config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gitcoin/config",
3-
"version": "0.0.0-beta.8",
3+
"version": "0.0.0-beta.9",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/gitcoinco/core",

packages/themes/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @gitcoin/themes
22

3+
## 0.0.0-beta.9
4+
35
## 0.0.0-beta.8
46

57
## 0.0.0-beta.7

packages/themes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gitcoin/themes",
3-
"version": "0.0.0-beta.8",
3+
"version": "0.0.0-beta.9",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/gitcoinco/core",

packages/types/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @gitcoin/types
22

3+
## 0.0.0-beta.9
4+
35
## 0.0.0-beta.8
46

57
## 0.0.0-beta.7

packages/types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gitcoin/types",
3-
"version": "0.0.0-beta.8",
3+
"version": "0.0.0-beta.9",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/gitcoinco/core",

packages/ui/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @gitcoin/ui
22

3+
## 0.0.0-beta.9
4+
5+
### Patch Changes
6+
7+
- added classname prop to AllocationSidebar and MetricsBallot
8+
39
## 0.0.0-beta.8
410

511
### Patch Changes

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gitcoin/ui",
3-
"version": "0.0.0-beta.8",
3+
"version": "0.0.0-beta.9",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/gitcoinco/core",

0 commit comments

Comments
 (0)