Skip to content

Commit 35212bc

Browse files
committed
chore: release
1 parent 8834501 commit 35212bc

File tree

16 files changed

+111
-54
lines changed

16 files changed

+111
-54
lines changed

.changeset/pre.json

Lines changed: 10 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,17 @@
11
{
22
"mode": "pre",
3-
"tag": "beta",
3+
"tag": "next",
44
"initialVersions": {
5-
"@repo/next-app": "0.0.0",
6-
"@gitcoin/config": "0.0.0",
7-
"@gitcoin/themes": "0.0.0",
8-
"@gitcoin/types": "0.0.0",
9-
"@gitcoin/ui": "0.0.0",
10-
"@gitcoin/utils": "0.0.0"
5+
"@gitcoin/checker": "0.0.0",
6+
"@gitcoin/config": "0.0.0-beta.41",
7+
"@repo/example": "0.0.0",
8+
"@gitcoin/services": "0.0.0",
9+
"@gitcoin/themes": "0.0.0-beta.41",
10+
"@gitcoin/types": "0.0.0-beta.41",
11+
"@gitcoin/ui": "0.0.0-beta.41",
12+
"@gitcoin/utils": "0.0.0-beta.41"
1113
},
1214
"changesets": [
13-
"chatty-otters-visit",
14-
"chilly-poems-decide",
15-
"cuddly-pumas-watch",
16-
"curly-clouds-travel",
17-
"dirty-donkeys-live",
18-
"few-files-sip",
19-
"five-stingrays-turn",
20-
"forty-planets-collect",
21-
"funny-crews-attend",
22-
"good-squids-decide",
23-
"grumpy-flies-smell",
24-
"grumpy-garlics-rescue",
25-
"hip-impalas-eat",
26-
"hip-lies-remember",
27-
"hungry-hornets-end",
28-
"kind-pens-build",
29-
"large-tools-confess",
30-
"lucky-comics-thank",
31-
"many-carrots-sparkle",
32-
"nasty-masks-grab",
33-
"nine-cars-relate",
34-
"plenty-zebras-move",
35-
"pretty-panthers-worry",
36-
"rare-plants-work",
37-
"rich-phones-live",
38-
"rude-apples-play",
39-
"shy-pigs-camp",
40-
"shy-rats-peel",
41-
"silver-planets-return",
42-
"silver-waves-turn",
43-
"small-crabs-obey",
44-
"soft-carpets-allow",
45-
"sweet-crabs-care",
46-
"thick-jobs-try",
47-
"tough-candles-shake",
48-
"violet-bikes-yell",
49-
"warm-insects-call",
50-
"witty-countries-tan",
51-
"witty-plants-kneel",
52-
"witty-pots-bow"
15+
"ten-islands-jump"
5316
]
5417
}

.changeset/ten-islands-jump.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
"@gitcoin/services": major
3+
"@gitcoin/config": major
4+
"@gitcoin/types": major
5+
"@gitcoin/utils": major
6+
"@gitcoin/checker": major
7+
"@gitcoin/ui": major
8+
---
9+
10+
- moved packages/ui feature checker to apps/checker (npm: @gitcoin/checker)
11+
12+
- moved the types that were used by checker and ui to packages/types (npm: @gitcoin/types)
13+
14+
- moved the utils that were used by checker and ui to packages/utils (npm: @gitcoin/utils)
15+
16+
- moved allo and checker services from checker feature to packages/services (npm:
17+
@packages/services)

apps/checker/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# @gitcoin/checker
2+
3+
## 1.0.0-next.0
4+
5+
### Major Changes
6+
7+
- - moved packages/ui feature checker to apps/checker (npm: @gitcoin/checker)
8+
- moved the types that were used by checker and ui to packages/types (npm: @gitcoin/types)
9+
- moved the utils that were used by checker and ui to packages/utils (npm: @gitcoin/utils)
10+
- moved allo and checker services from checker feature to packages/services (npm:
11+
@packages/services)
12+
13+
### Patch Changes
14+
15+
- Updated dependencies []:
16+
- @gitcoin/services@1.0.0-next.0
17+
- @gitcoin/utils@1.0.0-next.0
18+
- @gitcoin/ui@1.0.0-next.0

apps/checker/package.json

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

packages/config/CHANGELOG.md

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

3+
## 1.0.0-next.0
4+
5+
### Major Changes
6+
7+
- - moved packages/ui feature checker to apps/checker (npm: @gitcoin/checker)
8+
- moved the types that were used by checker and ui to packages/types (npm: @gitcoin/types)
9+
- moved the utils that were used by checker and ui to packages/utils (npm: @gitcoin/utils)
10+
- moved allo and checker services from checker feature to packages/services (npm:
11+
@packages/services)
12+
313
## 0.0.0-beta.41
414

515
## 0.0.0-beta.40

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

packages/services/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# @gitcoin/services
2+
3+
## 1.0.0-next.0
4+
5+
### Major Changes
6+
7+
- - moved packages/ui feature checker to apps/checker (npm: @gitcoin/checker)
8+
- moved the types that were used by checker and ui to packages/types (npm: @gitcoin/types)
9+
- moved the utils that were used by checker and ui to packages/utils (npm: @gitcoin/utils)
10+
- moved allo and checker services from checker feature to packages/services (npm:
11+
@packages/services)

packages/services/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gitcoin/services",
3-
"version": "0.0.0-beta.41",
3+
"version": "1.0.0-next.0",
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+
## 1.0.0-next.0
4+
35
## 0.0.0-beta.41
46

57
## 0.0.0-beta.40

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

0 commit comments

Comments
 (0)