Skip to content

Commit 6bdbbf6

Browse files
chore: update versions (#218)
* chore: update versions * fix @orgajs/next version --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Xiaoxing Hu <[email protected]>
1 parent 2596cb5 commit 6bdbbf6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+212
-38
lines changed

.changeset/twelve-radios-clap.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

examples/editor/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @orgajs/example-editor
22

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- ac322714: implement editor
8+
- Updated dependencies [ac322714]
9+
- @orgajs/editor@1.1.1
10+
311
## 0.1.0
412

513
### Minor Changes

examples/editor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@orgajs/example-editor",
33
"private": true,
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite --port 3000 --force",

examples/getting-started/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## 4.1.1
4+
5+
### Patch Changes
6+
7+
- @orgajs/reorg-rehype@4.1.1
8+
- @orgajs/reorg@4.1.1
9+
310
## 4.1.0
411

512
### Minor Changes

examples/getting-started/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@orgajs/getting-started",
4-
"version": "4.1.0",
4+
"version": "4.1.1",
55
"description": "",
66
"main": "index.js",
77
"type": "module",

examples/next-with-app-dir/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @orgajs/example-next-app-dir
22

3+
## 1.1.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [ac322714]
8+
- @orgajs/next@6.0.0
9+
310
## 1.1.0
411

512
### Minor Changes

examples/next-with-app-dir/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@orgajs/example-next-app-dir",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

examples/next/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
## 4.1.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [ac322714]
8+
- @orgajs/loader@4.2.0
9+
- @orgajs/next@6.0.0
10+
- @orgajs/react@4.1.0
11+
312
## 4.1.0
413

514
### Minor Changes

examples/next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@orgajs/example-next",
3-
"version": "4.1.0",
3+
"version": "4.1.1",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

packages/astro/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @orgajs/astro
22

3+
## 1.1.1
4+
5+
### Patch Changes
6+
7+
- ac322714: implement editor
8+
- @orgajs/rollup@1.1.1
9+
310
## 1.1.0
411

512
### Minor Changes

0 commit comments

Comments
 (0)