Skip to content

Commit d55f039

Browse files
authored
Merge pull request #6 from gitcoinco/changeset-release/main
ci: new release candidate (beta)
2 parents cc1a895 + 5a48879 commit d55f039

File tree

11 files changed

+34
-5
lines changed

11 files changed

+34
-5
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"@gitcoin/utils": "0.0.0"
1111
},
1212
"changesets": [
13+
"kind-pens-build",
1314
"shy-pigs-camp"
1415
]
1516
}

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.3
4+
35
## 0.0.0-beta.2
46

57
## 0.0.0-beta.1

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.2",
3+
"version": "0.0.0-beta.3",
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.3
4+
35
## 0.0.0-beta.2
46

57
## 0.0.0-beta.1

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.2",
3+
"version": "0.0.0-beta.3",
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.3
4+
35
## 0.0.0-beta.2
46

57
## 0.0.0-beta.1

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.2",
3+
"version": "0.0.0-beta.3",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/gitcoinco/core",

packages/ui/CHANGELOG.md

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

3+
## 0.0.0-beta.3
4+
5+
### Patch Changes
6+
7+
- [#5](https://github.com/gitcoinco/core/pull/5) [`cc1a895`](https://github.com/gitcoinco/core/commit/cc1a895ad3e81120cf7f82cd7c15ec343def7b84) Thanks [@nijoe1](https://github.com/nijoe1)! - ### Features
8+
9+
- Created new program picker modal component for improved program selection
10+
- Refactored carousel component for better performance and maintainability
11+
12+
### Bug Fixes
13+
14+
- Improved disabled field styling
15+
- Fixed conditional padding in review application page checker
16+
- Updated program list filter placeholder text
17+
18+
### Chores
19+
20+
- Enhanced IndexDB implementation
21+
- Added mock service worker file for testing purposes
22+
323
## 0.0.0-beta.2
424

525
### 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.2",
3+
"version": "0.0.0-beta.3",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/gitcoinco/core",

packages/utils/CHANGELOG.md

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

3+
## 0.0.0-beta.3
4+
35
## 0.0.0-beta.2
46

57
## 0.0.0-beta.1

0 commit comments

Comments
 (0)