Skip to content

Commit

Permalink
Version Packages (#113)
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/html@1.3.0

### Minor Changes

- 9dd3a53: Remove `renderCode` options, and replacing with `renderImage`
instead

## contentsgarten@1.8.1

### Patch Changes

-   @contentsgarten/markdown@1.1.3

## @contentsgarten/markdown@1.1.3

### Patch Changes

-   Updated dependencies [9dd3a53]
    -   @contentsgarten/html@1.3.0

## @contentsgarten/server-utils@9.0.1

### Patch Changes

-   contentsgarten@1.8.1

## creatorsgarten-wiki@0.0.10

### Patch Changes

-   Updated dependencies [9dd3a53]
    -   @contentsgarten/html@1.3.0
    -   contentsgarten@1.8.1
    -   @contentsgarten/client-utils@2.0.0
    -   @contentsgarten/server-utils@9.0.1

## wiki.wonderful.software@0.1.9

### Patch Changes

-   @contentsgarten/markdown@1.1.3
-   contentsgarten@1.8.1
-   @contentsgarten/client-utils@2.0.0
-   @contentsgarten/server-utils@9.0.1

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed May 1, 2023
1 parent caf3168 commit a427fbb
Show file tree
Hide file tree
Showing 14 changed files with 58 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/warm-pans-jam.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 [9dd3a53]
- @contentsgarten/html@1.3.0
- contentsgarten@1.8.1

## null

### Patch Changes

- Updated dependencies [4e5fa18]
- Updated dependencies [4e5fa18]
- contentsgarten@1.8.0
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

## 1.8.1

### Patch Changes

- @contentsgarten/markdown@1.1.3

## 1.8.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.8.0",
"version": "1.8.1",
"description": "A cloud-native wiki engine",
"module": "dist/index.js",
"exports": "./dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/html/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @contentsgarten/html

## 1.3.0

### Minor Changes

- 9dd3a53: Remove `renderCode` options, and replacing with `renderImage` instead

## 1.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/html/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@contentsgarten/html",
"version": "1.2.0",
"version": "1.3.0",
"description": "React component that renders HTML contents generated by @contentsgarten/markdown",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/markdown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @contentsgarten/markdown

## 1.1.3

### Patch Changes

- Updated dependencies [9dd3a53]
- @contentsgarten/html@1.3.0

## 1.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/markdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@contentsgarten/markdown",
"version": "1.1.2",
"version": "1.1.3",
"description": "Markdown component for contentsgarten",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/server-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @contentsgarten/server-utils

## 9.0.1

### Patch Changes

- contentsgarten@1.8.1

## 9.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": "9.0.0",
"version": "9.0.1",
"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.10

### Patch Changes

- Updated dependencies [9dd3a53]
- @contentsgarten/html@1.3.0
- contentsgarten@1.8.1
- @contentsgarten/client-utils@2.0.0
- @contentsgarten/server-utils@9.0.1

## 0.0.9

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

## 0.1.9

### Patch Changes

- @contentsgarten/markdown@1.1.3
- contentsgarten@1.8.1
- @contentsgarten/client-utils@2.0.0
- @contentsgarten/server-utils@9.0.1

## 0.1.8

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

1 comment on commit a427fbb

@hop-deploy
Copy link

@hop-deploy hop-deploy bot commented on a427fbb May 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment Status Build Logs Updated At
wonderwiki ❌ Failed View Logs 2023-05-01T13:43:13.171Z

Please sign in to comment.