Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .changeset/cruel-eels-rule.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
"@gitcoin/services": patch
"@gitcoin/config": patch
"@gitcoin/themes": patch
"@gitcoin/types": patch
"@gitcoin/utils": patch
"@gitcoin/checker": patch
"@gitcoin/ui": patch
---

fix: build before publishing
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"@gitcoin/utils": "0.0.0-beta.41"
},
"changesets": [
"cruel-eels-rule",
"rare-rats-worry",
"ten-islands-jump"
]
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/release-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,14 @@ jobs:
- name: Install Dependencies
run: pnpm i

- name: Build Packages
run: pnpm build

- name: Create Next Release Pull Request or Publish to npm
id: changesets
uses: changesets/action@v1
with:
publish: pnpm release
publish: pnpm release:ci
version: pnpm version-packages
commit: "ci: new next release"
title: "ci: new next release candidate"
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,14 @@ jobs:
- name: Install Dependencies
run: pnpm i

- name: Build Packages
run: pnpm build

- name: Create Release Pull Request or Publish to npm
id: changesets
uses: changesets/action@v1
with:
publish: pnpm release
publish: pnpm release:ci
version: pnpm version-packages
commit: "ci: new release"
title: "ci: new release candidate"
Expand Down
11 changes: 11 additions & 0 deletions apps/checker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @gitcoin/checker

## 1.0.0-next.2

### Patch Changes

- fix: build before publishing

- Updated dependencies []:
- @gitcoin/services@1.0.0-next.2
- @gitcoin/utils@1.0.0-next.2
- @gitcoin/ui@1.0.0-next.2

## 1.0.0-next.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/checker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gitcoin/checker",
"version": "1.0.0-next.1",
"version": "1.0.0-next.2",
"repository": {
"type": "git",
"url": "https://github.com/gitcoinco/core",
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"changeset:pre-exit": "changeset pre exit",
"version-packages": "changeset version",
"release": "turbo build --filter=@repo/*^... && changeset publish",
"release:ci": "changeset publish",
"prepare": "husky",
"lint-staged": "turbo lint-staged"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @gitcoin/config

## 1.0.0-next.2

### Patch Changes

- fix: build before publishing

## 1.0.0-next.1

## 1.0.0-next.0
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gitcoin/config",
"version": "1.0.0-next.1",
"version": "1.0.0-next.2",
"repository": {
"type": "git",
"url": "https://github.com/gitcoinco/core",
Expand Down
6 changes: 6 additions & 0 deletions packages/services/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @gitcoin/services

## 1.0.0-next.2

### Patch Changes

- fix: build before publishing

## 1.0.0-next.1

## 1.0.0-next.0
Expand Down
5 changes: 4 additions & 1 deletion packages/services/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gitcoin/services",
"version": "1.0.0-next.1",
"version": "1.0.0-next.2",
"repository": {
"type": "git",
"url": "https://github.com/gitcoinco/core",
Expand All @@ -18,6 +18,9 @@
},
"sideEffects": false,
"license": "AGPL-3.0",
"files": [
"dist/**"
],
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
Expand Down
6 changes: 6 additions & 0 deletions packages/themes/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @gitcoin/themes

## 1.0.0-next.2

### Patch Changes

- fix: build before publishing

## 1.0.0-next.1

## 1.0.0-next.0
Expand Down
2 changes: 1 addition & 1 deletion packages/themes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gitcoin/themes",
"version": "1.0.0-next.1",
"version": "1.0.0-next.2",
"repository": {
"type": "git",
"url": "https://github.com/gitcoinco/core",
Expand Down
6 changes: 6 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @gitcoin/types

## 1.0.0-next.2

### Patch Changes

- fix: build before publishing

## 1.0.0-next.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gitcoin/types",
"version": "1.0.0-next.1",
"version": "1.0.0-next.2",
"repository": {
"type": "git",
"url": "https://github.com/gitcoinco/core",
Expand Down
10 changes: 10 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @gitcoin/ui

## 1.0.0-next.2

### Patch Changes

- fix: build before publishing

- Updated dependencies []:
- @gitcoin/services@1.0.0-next.2
- @gitcoin/utils@1.0.0-next.2

## 1.0.0-next.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gitcoin/ui",
"version": "1.0.0-next.1",
"version": "1.0.0-next.2",
"repository": {
"type": "git",
"url": "https://github.com/gitcoinco/core",
Expand Down
6 changes: 6 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @gitcoin/utils

## 1.0.0-next.2

### Patch Changes

- fix: build before publishing

## 1.0.0-next.1

## 1.0.0-next.0
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gitcoin/utils",
"version": "1.0.0-next.1",
"version": "1.0.0-next.2",
"repository": {
"type": "git",
"url": "https://github.com/gitcoinco/core",
Expand Down
Loading