Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #129

Merged
merged 1 commit into from
May 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions .changeset/shy-sheep-double.md

This file was deleted.

8 changes: 8 additions & 0 deletions apps/demo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @oberon/demo

## 0.3.1

### Patch Changes

- Updated dependencies [d6e52e0]
- @oberoncms/core@0.9.1
- @tohuhono/puck-rich-text@0.7.0

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oberon/demo",
"version": "0.3.0",
"version": "0.3.1",
"private": true,
"scripts": {
"build": "echo 'next build'",
Expand Down
10 changes: 10 additions & 0 deletions apps/playground/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @oberon/playground

## 0.3.1

### Patch Changes

- Updated dependencies [d6e52e0]
- @oberoncms/plugin-uploadthing@0.9.1
- @oberoncms/core@0.9.1
- @oberoncms/plugin-turso@0.10.1
- @tohuhono/puck-rich-text@0.7.0

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oberon/playground",
"version": "0.3.0",
"version": "0.3.1",
"private": true,
"scripts": {
"build": "next build",
Expand Down
6 changes: 6 additions & 0 deletions packages/create-oberon-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# create-oberon-app

## 0.2.1

### Patch Changes

- d6e52e0: Fix dist not included in published packages

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-oberon-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-oberon-app",
"version": "0.2.0",
"version": "0.2.1",
"author": "Tohuhono ltd",
"repository": "tohuhono/oberon",
"bugs": "https://github.com/tohuhono/oberon",
Expand Down
9 changes: 9 additions & 0 deletions packages/oberoncms/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @oberoncms/core

## 0.9.1

### Patch Changes

- d6e52e0: Fix dist not included in published packages
- Updated dependencies [d6e52e0]
- @tohuhono/utils@0.7.1
- @tohuhono/ui@0.8.1

## 0.9.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/oberoncms/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oberoncms/core",
"version": "0.9.0",
"version": "0.9.1",
"author": "Tohuhono ltd",
"license": "MIT",
"description": "OberonCMS is a cloud deployable CMS written in typescript based on the Puck visual editor",
Expand Down
8 changes: 8 additions & 0 deletions packages/plugins/pgsql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @oberoncms/plugin-pgsql

## 0.3.1

### Patch Changes

- d6e52e0: Fix dist not included in published packages
- Updated dependencies [d6e52e0]
- @oberoncms/core@0.9.1

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/pgsql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oberoncms/plugin-pgsql",
"version": "0.3.0",
"version": "0.3.1",
"author": "Tohuhono ltd",
"license": "MIT",
"description": "A PostgreSQL database plugin for OberonCMS",
Expand Down
8 changes: 8 additions & 0 deletions packages/plugins/turso/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @oberoncms/plugin-turso

## 0.10.1

### Patch Changes

- d6e52e0: Fix dist not included in published packages
- Updated dependencies [d6e52e0]
- @oberoncms/core@0.9.1

## 0.10.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/turso/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oberoncms/plugin-turso",
"version": "0.10.0",
"version": "0.10.1",
"author": "Tohuhono ltd",
"license": "MIT",
"description": "A Turso libsql database plugin for OberonCMS",
Expand Down
8 changes: 8 additions & 0 deletions packages/plugins/uploadthing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @oberoncms/plugin-upload-thing

## 0.9.1

### Patch Changes

- d6e52e0: Fix dist not included in published packages
- Updated dependencies [d6e52e0]
- @oberoncms/core@0.9.1

## 0.9.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/uploadthing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oberoncms/plugin-uploadthing",
"version": "0.9.0",
"version": "0.9.1",
"author": "Tohuhono ltd",
"license": "MIT",
"description": "An Puck component and OberonCMS plugin for embeding uploadthing images",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugins/vercel-postgres/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @oberoncms/plugin-vercel-postgres

## 0.6.1

### Patch Changes

- d6e52e0: Fix dist not included in published packages

## 0.6.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/vercel-postgres/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oberoncms/plugin-vercel-postgres",
"version": "0.6.0",
"version": "0.6.1",
"author": "Tohuhono ltd",
"license": "MIT",
"description": "A Vercel PostgreSQL database plugin for OberonCMS",
Expand Down
6 changes: 6 additions & 0 deletions packages/tohuhono/dev/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @oberon/dev

## 0.8.1

### Patch Changes

- d6e52e0: Fix dist not included in published packages

## 0.8.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tohuhono/dev/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tohuhono/dev",
"version": "0.8.0",
"version": "0.8.1",
"author": "Tohuhono ltd",
"license": "MIT",
"description": "Developer and build tools used by @tohuhono and @oberoncms packages",
Expand Down
8 changes: 8 additions & 0 deletions packages/tohuhono/puck-blocks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @tohuhono/puck-blocks

## 0.7.1

### Patch Changes

- d6e52e0: Fix dist not included in published packages
- Updated dependencies [d6e52e0]
- @tohuhono/ui@0.8.1

## 0.7.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tohuhono/puck-blocks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tohuhono/puck-blocks",
"version": "0.7.0",
"version": "0.7.1",
"author": "Tohuhono ltd",
"license": "MIT",
"description": "A collection of puck components for building pages in OberonCMS",
Expand Down
8 changes: 8 additions & 0 deletions packages/tohuhono/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @oberon/ui

## 0.8.1

### Patch Changes

- d6e52e0: Fix dist not included in published packages
- Updated dependencies [d6e52e0]
- @tohuhono/utils@0.7.1

## 0.8.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tohuhono/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tohuhono/ui",
"version": "0.8.0",
"version": "0.8.1",
"author": "Tohuhono ltd",
"license": "MIT",
"description": "A UI library used by @tohuhono and @oberoncms packages",
Expand Down
6 changes: 6 additions & 0 deletions packages/tohuhono/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @oberon/utils

## 0.7.1

### Patch Changes

- d6e52e0: Fix dist not included in published packages

## 0.7.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tohuhono/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tohuhono/utils",
"version": "0.7.0",
"version": "0.7.1",
"author": "Tohuhono ltd",
"license": "MIT",
"description": "A collection of utility functions used by @tohuhono and @oberoncms packages",
Expand Down
8 changes: 8 additions & 0 deletions recipes/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# oberon-cms-example

## 0.9.1

### Patch Changes

- Updated dependencies [d6e52e0]
- @oberoncms/core@0.9.1
- @tohuhono/utils@0.7.1

## 0.9.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion recipes/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oberon/nextjs-recipe",
"version": "0.9.0",
"version": "0.9.1",
"private": true,
"scripts": {
"build": "next build",
Expand Down
Loading