Skip to content

Commit 8d94023

Browse files
ci: new release (beta) (#30)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 378e333 commit 8d94023

11 files changed

+35
-5
lines changed

.changeset/pre.json

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"dirty-donkeys-live",
1414
"forty-planets-collect",
1515
"grumpy-flies-smell",
16+
"grumpy-garlics-rescue",
1617
"hip-impalas-eat",
1718
"kind-pens-build",
1819
"lucky-comics-thank",

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

57
## 0.0.0-beta.13

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

packages/themes/CHANGELOG.md

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

3+
## 0.0.0-beta.15
4+
35
## 0.0.0-beta.14
46

57
## 0.0.0-beta.13

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

57
## 0.0.0-beta.13

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

packages/ui/CHANGELOG.md

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

3+
## 0.0.0-beta.15
4+
5+
### Patch Changes
6+
7+
- [#29](https://github.com/gitcoinco/core/pull/29) [`378e333`](https://github.com/gitcoinco/core/commit/378e3339cd77240a5f0ca2af43c325d8c9d5f5f5) Thanks [@nijoe1](https://github.com/nijoe1)! - feat: UI Component Enhancements
8+
9+
- Added new icon components
10+
- Added warning toaster component
11+
- Made IconLabel component more modular
12+
- Updated markdown editor action buttons to match designs
13+
- Added summary section support in progress form
14+
- Added clickable side navigation for form steps
15+
16+
chore: Component Organization
17+
18+
- Moved Input component to primitives
19+
- Moved Label component to primitives
20+
- Made allowlist import button optional
21+
22+
fix: Markdown editor styling matches design spec
23+
324
## 0.0.0-beta.14
425

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

57
## 0.0.0-beta.13

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

0 commit comments

Comments
 (0)