Skip to content

Commit 534c424

Browse files
ci: new release (beta) (#38)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b0eee58 commit 534c424

11 files changed

+48
-5
lines changed

.changeset/pre.json

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"rare-plants-work",
2323
"rich-phones-live",
2424
"shy-pigs-camp",
25+
"silver-waves-turn",
2526
"small-crabs-obey",
2627
"thick-jobs-try",
2728
"tough-candles-shake",

packages/config/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @gitcoin/config
22

3+
## 0.0.0-beta.20
4+
35
## 0.0.0-beta.19
46

57
## 0.0.0-beta.18

packages/config/package.json

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

packages/themes/CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# @gitcoin/themes
22

3+
## 0.0.0-beta.20
4+
5+
### Patch Changes
6+
7+
- [#37](https://github.com/gitcoinco/core/pull/37)
8+
[`ef6701f`](https://github.com/gitcoinco/core/commit/ef6701ffabdf4cd73f4020be2eef7891e7d91cec)
9+
Thanks [@nijoe1](https://github.com/nijoe1)! - ### Features
10+
11+
- Refactored themes package using `tw-colors`
12+
- Added new icons to the library
13+
- Created new `IconWithTooltip` component
14+
- Implemented pagination primitive with theme support
15+
- Built Retrofunding leaderboard component with theme support
16+
17+
### Improvements
18+
19+
- Enhanced `IconLabel` component functionality
20+
- Upgraded `Select` component with better UX
21+
322
## 0.0.0-beta.19
423

524
## 0.0.0-beta.18

packages/themes/package.json

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

packages/types/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @gitcoin/types
22

3+
## 0.0.0-beta.20
4+
35
## 0.0.0-beta.19
46

57
## 0.0.0-beta.18

packages/types/package.json

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

packages/ui/CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# @gitcoin/ui
22

3+
## 0.0.0-beta.20
4+
5+
### Patch Changes
6+
7+
- [#37](https://github.com/gitcoinco/core/pull/37) [`ef6701f`](https://github.com/gitcoinco/core/commit/ef6701ffabdf4cd73f4020be2eef7891e7d91cec) Thanks [@nijoe1](https://github.com/nijoe1)! - ### Features
8+
9+
- Refactored themes package using `tw-colors`
10+
- Added new icons to the library
11+
- Created new `IconWithTooltip` component
12+
- Implemented pagination primitive with theme support
13+
- Built Retrofunding leaderboard component with theme support
14+
15+
### Improvements
16+
17+
- Enhanced `IconLabel` component functionality
18+
- Upgraded `Select` component with better UX
19+
320
## 0.0.0-beta.19
421

522
### Patch Changes

packages/ui/package.json

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

packages/utils/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @gitcoin/utils
22

3+
## 0.0.0-beta.20
4+
35
## 0.0.0-beta.19
46

57
## 0.0.0-beta.18

packages/utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gitcoin/utils",
3-
"version": "0.0.0-beta.19",
3+
"version": "0.0.0-beta.20",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/gitcoinco/core",

0 commit comments

Comments
 (0)