Skip to content

Commit

Permalink
chore: update versions (#229)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Nov 27, 2023
1 parent e9564ff commit 5a1f944
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/metal-rings-sip.md

This file was deleted.

7 changes: 7 additions & 0 deletions examples/editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @orgajs/example-editor

## 0.1.6

### Patch Changes

- Updated dependencies [e9564ff5]
- @orgajs/editor@1.1.6

## 0.1.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/editor/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@orgajs/example-editor",
"private": true,
"version": "0.1.5",
"version": "0.1.6",
"type": "module",
"scripts": {
"dev": "vite --port 3000 --force",
Expand Down
6 changes: 6 additions & 0 deletions packages/editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @orgajs/editor

## 1.1.6

### Patch Changes

- e9564ff5: remove opinionated extensions from default editor

## 1.1.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orgajs/editor",
"version": "1.1.5",
"version": "1.1.6",
"type": "module",
"main": "lib/index.js",
"types": "dist/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions website/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# website

## 0.1.6

### Patch Changes

- Updated dependencies [e9564ff5]
- @orgajs/editor@1.1.6

## 0.1.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "website",
"type": "module",
"private": true,
"version": "0.1.5",
"version": "0.1.6",
"scripts": {
"dev": "astro dev --host",
"start": "astro dev",
Expand Down

0 comments on commit 5a1f944

Please sign in to comment.