Skip to content

Commit 8284ee1

Browse files
chore: update versions (#316)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 29327fd commit 8284ee1

File tree

9 files changed

+29
-10
lines changed

9 files changed

+29
-10
lines changed

.changeset/stupid-kids-lead.md

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

examples/getting-started/CHANGELOG.md

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

3+
## 4.2.11
4+
5+
### Patch Changes
6+
7+
- @orgajs/reorg-rehype@4.3.10
8+
39
## 4.2.10
410

511
### Patch 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.2.10",
4+
"version": "4.2.11",
55
"description": "",
66
"main": "index.js",
77
"type": "module",

packages/oast-to-hast/CHANGELOG.md

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

3+
## 4.5.2
4+
5+
### Patch Changes
6+
7+
- be20652: expose rehypePlugins in orga-build
8+
39
## 4.5.1
410

511
### Patch Changes

packages/oast-to-hast/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oast-to-hast",
3-
"version": "4.5.1",
3+
"version": "4.5.2",
44
"description": "Transform OAST to HAST",
55
"files": [
66
"lib",

packages/orga-build/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# orga-build
22

3+
## 0.7.0
4+
5+
### Minor Changes
6+
7+
- be20652: expose rehypePlugins in orga-build
8+
39
## 0.6.3
410

511
### Patch Changes

packages/orga-build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "orga-build",
3-
"version": "0.6.3",
3+
"version": "0.7.0",
44
"description": "A simple tool that builds org-mode files into a website",
55
"type": "module",
66
"engines": {

packages/reorg-rehype/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.3.10
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [be20652]
8+
- oast-to-hast@4.5.2
9+
310
## 4.3.9
411

512
### Patch Changes

packages/reorg-rehype/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@orgajs/reorg-rehype",
3-
"version": "4.3.9",
3+
"version": "4.3.10",
44
"description": "rehype support for orga",
55
"files": [
66
"index.js",

0 commit comments

Comments
 (0)