Skip to content

Commit 4dd1c00

Browse files
Version Packages (#286)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## [email protected] ### Minor Changes - beeacd2: Added `getContributors` API ## [email protected] ### Patch Changes - Updated dependencies [beeacd2] - [email protected] - @contentsgarten/[email protected] ## [email protected] ### Patch Changes - Updated dependencies [beeacd2] - [email protected] - @contentsgarten/[email protected] Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent beeacd2 commit 4dd1c00

File tree

8 files changed

+32
-8
lines changed

8 files changed

+32
-8
lines changed

.changeset/unlucky-timers-brake.md

-5
This file was deleted.

contentsgarten.netlify.app/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

55
### Patch Changes
66

7+
- Updated dependencies [beeacd2]
8+
9+
10+
## null
11+
12+
### Patch Changes
13+
714
815

916
## null

packages/contentsgarten/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# contentsgarten
22

3+
## 2.1.0
4+
5+
### Minor Changes
6+
7+
- beeacd2: Added `getContributors` API
8+
39
## 2.0.1
410

511
### Patch Changes

packages/contentsgarten/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "contentsgarten",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"description": "A cloud-native wiki engine",
55
"module": "dist/index.js",
66
"exports": "./dist/index.js",

wiki.creatorsgarten.org/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# creatorsgarten-wiki
22

3+
## 0.1.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [beeacd2]
8+
9+
- @contentsgarten/client-utils@2.0.0
10+
311
## 0.1.2
412

513
### Patch Changes

wiki.creatorsgarten.org/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "creatorsgarten-wiki",
33
"type": "module",
4-
"version": "0.1.2",
4+
"version": "0.1.3",
55
"private": true,
66
"scripts": {
77
"dev": "astro dev",

wiki.wonderful.software/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# wiki.wonderful.software
22

3+
## 0.1.12
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [beeacd2]
8+
9+
- @contentsgarten/client-utils@2.0.0
10+
311
## 0.1.11
412

513
### Patch Changes

wiki.wonderful.software/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wiki.wonderful.software",
3-
"version": "0.1.11",
3+
"version": "0.1.12",
44
"private": true,
55
"scripts": {
66
"dev": "next dev -p ${PORT:-2023}",

0 commit comments

Comments
 (0)