Skip to content

Commit

Permalink
Version Packages (#111)
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
## contentsgarten@1.8.0

### Minor Changes

-   4e5fa18: Search API: Added ability to search by `pageRef`.

    -   `{"pageRef":"MainPage"}` — Looks up a single page.
    -   `{"pageRef":["MainPage","Syntax"]}` — Looks up multiple pages.

- 4e5fa18: Search API: Added ability to match pages that contains a
property (of any value).

- `{"match":{"event":true}}` — Looks up pages that have an `event`
property with any value.

## @contentsgarten/server-utils@9.0.0

### Patch Changes

-   Updated dependencies [4e5fa18]
-   Updated dependencies [4e5fa18]
    -   contentsgarten@1.8.0

## creatorsgarten-wiki@0.0.9

### Patch Changes

-   Updated dependencies [4e5fa18]
-   Updated dependencies [4e5fa18]
    -   contentsgarten@1.8.0
    -   @contentsgarten/client-utils@2.0.0
    -   @contentsgarten/server-utils@9.0.0

## wiki.wonderful.software@0.1.8

### Patch Changes

-   Updated dependencies [4e5fa18]
-   Updated dependencies [4e5fa18]
    -   contentsgarten@1.8.0
    -   @contentsgarten/client-utils@2.0.0
    -   @contentsgarten/server-utils@9.0.0

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Apr 30, 2023
1 parent 4e5fa18 commit 08be597
Show file tree
Hide file tree
Showing 11 changed files with 53 additions and 19 deletions.
8 changes: 0 additions & 8 deletions .changeset/thick-mayflies-wash.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/warm-lobsters-wave.md

This file was deleted.

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

### Patch Changes

- Updated dependencies [4e5fa18]
- Updated dependencies [4e5fa18]
- contentsgarten@1.8.0

## null

### Patch Changes

- Updated dependencies [060294f]
- contentsgarten@1.7.0

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

## 1.8.0

### Minor Changes

- 4e5fa18: Search API: Added ability to search by `pageRef`.

- `{"pageRef":"MainPage"}` — Looks up a single page.
- `{"pageRef":["MainPage","Syntax"]}` — Looks up multiple pages.

- 4e5fa18: Search API: Added ability to match pages that contains a property (of any value).

- `{"match":{"event":true}}` — Looks up pages that have an `event` property with any value.

## 1.7.0

### Minor 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": "1.7.0",
"version": "1.8.0",
"description": "A cloud-native wiki engine",
"module": "dist/index.js",
"exports": "./dist/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/server-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @contentsgarten/server-utils

## 9.0.0

### Patch Changes

- Updated dependencies [4e5fa18]
- Updated dependencies [4e5fa18]
- contentsgarten@1.8.0

## 8.0.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/server-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@contentsgarten/server-utils",
"version": "8.0.0",
"version": "9.0.0",
"description": "Utility functions for contentsgarten",
"module": "dist/index.js",
"type": "module",
Expand Down
10 changes: 10 additions & 0 deletions wiki.creatorsgarten.org/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# creatorsgarten-wiki

## 0.0.9

### Patch Changes

- Updated dependencies [4e5fa18]
- Updated dependencies [4e5fa18]
- contentsgarten@1.8.0
- @contentsgarten/client-utils@2.0.0
- @contentsgarten/server-utils@9.0.0

## 0.0.8

### 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.0.8",
"version": "0.0.9",
"private": true,
"scripts": {
"dev": "astro dev",
Expand Down
10 changes: 10 additions & 0 deletions wiki.wonderful.software/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# wiki.wonderful.software

## 0.1.8

### Patch Changes

- Updated dependencies [4e5fa18]
- Updated dependencies [4e5fa18]
- contentsgarten@1.8.0
- @contentsgarten/client-utils@2.0.0
- @contentsgarten/server-utils@9.0.0

## 0.1.7

### 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.7",
"version": "0.1.8",
"private": true,
"scripts": {
"dev": "next dev -p ${PORT:-2023}",
Expand Down

0 comments on commit 08be597

Please sign in to comment.