Skip to content

Commit

Permalink
Version Packages (#286)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jul 16, 2024
1 parent beeacd2 commit 4dd1c00
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/unlucky-timers-brake.md

This file was deleted.

7 changes: 7 additions & 0 deletions contentsgarten.netlify.app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

### Patch Changes

- Updated dependencies [beeacd2]
- [email protected]

## null

### Patch Changes

- [email protected]

## null
Expand Down
6 changes: 6 additions & 0 deletions packages/contentsgarten/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# contentsgarten

## 2.1.0

### Minor Changes

- beeacd2: Added `getContributors` API

## 2.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/contentsgarten/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "contentsgarten",
"version": "2.0.1",
"version": "2.1.0",
"description": "A cloud-native wiki engine",
"module": "dist/index.js",
"exports": "./dist/index.js",
Expand Down
8 changes: 8 additions & 0 deletions wiki.creatorsgarten.org/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# creatorsgarten-wiki

## 0.1.3

### Patch Changes

- Updated dependencies [beeacd2]
- [email protected]
- @contentsgarten/client-utils@2.0.0

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion wiki.creatorsgarten.org/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "creatorsgarten-wiki",
"type": "module",
"version": "0.1.2",
"version": "0.1.3",
"private": true,
"scripts": {
"dev": "astro dev",
Expand Down
8 changes: 8 additions & 0 deletions wiki.wonderful.software/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# wiki.wonderful.software

## 0.1.12

### Patch Changes

- Updated dependencies [beeacd2]
- [email protected]
- @contentsgarten/client-utils@2.0.0

## 0.1.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion wiki.wonderful.software/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wiki.wonderful.software",
"version": "0.1.11",
"version": "0.1.12",
"private": true,
"scripts": {
"dev": "next dev -p ${PORT:-2023}",
Expand Down

0 comments on commit 4dd1c00

Please sign in to comment.