Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 17, 2024
1 parent a8d2554 commit c2a001c
Show file tree
Hide file tree
Showing 39 changed files with 263 additions and 57 deletions.
23 changes: 0 additions & 23 deletions .changeset/new-bees-sort.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/sour-files-brush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-pumpkins-speak.md

This file was deleted.

16 changes: 16 additions & 0 deletions apps/documentation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @oberon/docs

## 0.9.0

### Minor Changes

- a8d2554: BREAKING CHANGE Removed initActions Removed initAdapter initOberon
now returns an object with the intitialised adapter and handlers Clarified
types - OberonActions is now OberonAdapter
- a8d2554: BREAKING CHANGE move all auth including login to Oberon Client

### Patch Changes

- Updated dependencies [a8d2554]
- Updated dependencies [a8d2554]
- @tohuhono/puck-rich-text@0.9.0
- @oberoncms/core@0.12.0

## 0.8.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/documentation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oberon/docs",
"version": "0.8.0",
"version": "0.9.0",
"private": true,
"type": "module",
"scripts": {
Expand Down
18 changes: 18 additions & 0 deletions apps/playground/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @oberon/playground

## 0.6.0

### Minor Changes

- a8d2554: BREAKING CHANGE Removed initActions Removed initAdapter initOberon
now returns an object with the intitialised adapter and handlers Clarified
types - OberonActions is now OberonAdapter
- a8d2554: BREAKING CHANGE move all auth including login to Oberon Client

### Patch Changes

- Updated dependencies [a8d2554]
- Updated dependencies [a8d2554]
- @oberoncms/plugin-development@0.3.0
- @oberoncms/plugin-uploadthing@0.11.0
- @oberoncms/core@0.12.0
- @oberoncms/plugin-turso@0.13.0

## 0.5.1

### Patch 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.5.1",
"version": "0.6.0",
"private": true,
"type": "module",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions apps/rich-text-demo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @oberon/rich-text-demo

## 1.6.4

### Patch Changes

- Updated dependencies [a8d2554]
- @tohuhono/puck-rich-text@0.9.0

## 1.6.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/rich-text-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oberon/rich-text-demo",
"version": "1.6.3",
"version": "1.6.4",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
15 changes: 15 additions & 0 deletions packages/create-oberon-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# create-oberon-app

## 0.5.0

### Minor Changes

- a8d2554: BREAKING CHANGE Removed initActions Removed initAdapter initOberon
now returns an object with the intitialised adapter and handlers Clarified
types - OberonActions is now OberonAdapter
- a8d2554: BREAKING CHANGE move all auth including login to Oberon Client

### Patch Changes

- Updated dependencies [a8d2554]
- Updated dependencies [a8d2554]
- @oberon/recipe-nextjs@0.12.0

## 0.4.1

### Patch 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.4.1",
"version": "0.5.0",
"author": "Tohuhono ltd",
"repository": "tohuhono/oberon",
"bugs": "https://github.com/tohuhono/oberon",
Expand Down
17 changes: 17 additions & 0 deletions packages/oberoncms/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @oberoncms/core

## 0.12.0

### Minor Changes

- a8d2554: BREAKING CHANGE Removed initActions Removed initAdapter initOberon
now returns an object with the intitialised adapter and handlers Clarified
types - OberonActions is now OberonAdapter
- a8d2554: BREAKING CHANGE move all auth including login to Oberon Client

### Patch Changes

- Updated dependencies [a8d2554]
- Updated dependencies [a8d2554]
- Updated dependencies [f7f5adb]
- @tohuhono/utils@0.10.0
- @tohuhono/ui@0.11.0

## 0.11.1

### Patch 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.11.1",
"version": "0.12.0",
"author": "Tohuhono ltd",
"license": "MIT",
"description": "OberonCMS is a cloud deployable CMS written in typescript based on the Puck visual editor",
Expand Down
14 changes: 14 additions & 0 deletions packages/oberoncms/sqlite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @oberoncms/sqlite

## 0.3.0

### Minor Changes

- a8d2554: BREAKING CHANGE Removed initActions Removed initAdapter initOberon
now returns an object with the intitialised adapter and handlers Clarified
types - OberonActions is now OberonAdapter

### Patch Changes

- Updated dependencies [a8d2554]
- Updated dependencies [a8d2554]
- @oberoncms/core@0.12.0

## 0.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/oberoncms/sqlite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oberoncms/sqlite",
"version": "0.2.1",
"version": "0.3.0",
"author": "Tohuhono ltd",
"license": "MIT",
"description": "A Sqlite libsql drizzle database adapter for OberonCMS",
Expand Down
16 changes: 16 additions & 0 deletions packages/plugins/development/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @oberoncms/plugin-development

## 0.3.0

### Minor Changes

- a8d2554: BREAKING CHANGE Removed initActions Removed initAdapter initOberon
now returns an object with the intitialised adapter and handlers Clarified
types - OberonActions is now OberonAdapter
- a8d2554: BREAKING CHANGE move all auth including login to Oberon Client

### Patch Changes

- Updated dependencies [a8d2554]
- Updated dependencies [a8d2554]
- @oberoncms/sqlite@0.3.0
- @oberoncms/core@0.12.0

## 0.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/development/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oberoncms/plugin-development",
"version": "0.2.1",
"version": "0.3.0",
"author": "Tohuhono ltd",
"license": "MIT",
"description": "A development plugin for OberonCMS",
Expand Down
14 changes: 14 additions & 0 deletions packages/plugins/flydrive/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @oberoncms/plugin-flydrive

## 0.3.0

### Minor Changes

- a8d2554: BREAKING CHANGE Removed initActions Removed initAdapter initOberon
now returns an object with the intitialised adapter and handlers Clarified
types - OberonActions is now OberonAdapter

### Patch Changes

- Updated dependencies [a8d2554]
- Updated dependencies [a8d2554]
- @oberoncms/core@0.12.0

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/flydrive/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oberoncms/plugin-flydrive",
"version": "0.2.0",
"version": "0.3.0",
"author": "Ahmed Rowaihi @sudorw",
"license": "MIT",
"description": "a fullstack image component for puck editor OberonCMS, flydrive based to store manage in the cloud, aws, gcp, cloudfare, s3, filesystem, etc.",
Expand Down
14 changes: 14 additions & 0 deletions packages/plugins/pgsql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @oberoncms/plugin-pgsql

## 0.6.0

### Minor Changes

- a8d2554: BREAKING CHANGE Removed initActions Removed initAdapter initOberon
now returns an object with the intitialised adapter and handlers Clarified
types - OberonActions is now OberonAdapter

### Patch Changes

- Updated dependencies [a8d2554]
- Updated dependencies [a8d2554]
- @oberoncms/core@0.12.0

## 0.5.1

### Patch 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.5.1",
"version": "0.6.0",
"author": "Tohuhono ltd",
"license": "MIT",
"description": "A PostgreSQL database plugin for OberonCMS",
Expand Down
15 changes: 15 additions & 0 deletions packages/plugins/turso/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @oberoncms/plugin-turso

## 0.13.0

### Minor Changes

- a8d2554: BREAKING CHANGE Removed initActions Removed initAdapter initOberon
now returns an object with the intitialised adapter and handlers Clarified
types - OberonActions is now OberonAdapter

### Patch Changes

- Updated dependencies [a8d2554]
- Updated dependencies [a8d2554]
- @oberoncms/sqlite@0.3.0
- @oberoncms/core@0.12.0

## 0.12.1

### Patch 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.12.1",
"version": "0.13.0",
"author": "Tohuhono ltd",
"license": "MIT",
"description": "A Turso libsql database plugin for OberonCMS",
Expand Down
14 changes: 14 additions & 0 deletions packages/plugins/uploadthing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @oberoncms/plugin-upload-thing

## 0.11.0

### Minor Changes

- a8d2554: BREAKING CHANGE Removed initActions Removed initAdapter initOberon
now returns an object with the intitialised adapter and handlers Clarified
types - OberonActions is now OberonAdapter

### Patch Changes

- Updated dependencies [a8d2554]
- Updated dependencies [a8d2554]
- @oberoncms/core@0.12.0

## 0.10.7

### Patch 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.10.7",
"version": "0.11.0",
"author": "Tohuhono ltd",
"license": "MIT",
"description": "An Puck component and OberonCMS plugin for embeding uploadthing images",
Expand Down
15 changes: 15 additions & 0 deletions packages/plugins/vercel-postgres/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @oberoncms/plugin-vercel-postgres

## 0.9.0

### Minor Changes

- a8d2554: BREAKING CHANGE Removed initActions Removed initAdapter initOberon
now returns an object with the intitialised adapter and handlers Clarified
types - OberonActions is now OberonAdapter

### Patch Changes

- Updated dependencies [a8d2554]
- Updated dependencies [a8d2554]
- @oberoncms/core@0.12.0
- @oberoncms/plugin-pgsql@0.6.0

## 0.8.1

### Patch 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.8.1",
"version": "0.9.0",
"author": "Tohuhono ltd",
"license": "MIT",
"description": "A Vercel PostgreSQL database plugin for OberonCMS",
Expand Down
8 changes: 8 additions & 0 deletions packages/tohuhono/dev/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @oberon/dev

## 0.10.0

### Minor Changes

- a8d2554: BREAKING CHANGE Removed initActions Removed initAdapter initOberon
now returns an object with the intitialised adapter and handlers Clarified
types - OberonActions is now OberonAdapter

## 0.9.3

### Patch Changes
Expand Down
Loading

0 comments on commit c2a001c

Please sign in to comment.