Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
JSerZANP committed May 5, 2024
1 parent 25e21da commit 2750c93
Show file tree
Hide file tree
Showing 10 changed files with 59 additions and 9 deletions.
11 changes: 11 additions & 0 deletions packages/marked-shaku-code-annotate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# marked-shaku-code-annotate

## 0.7.0

### Minor Changes

- support new directive - cut

### Patch Changes

- Updated dependencies
- shaku-code-annotate-shiki@0.8.0

## 0.6.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/marked-shaku-code-annotate/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "marked-shaku-code-annotate",
"version": "0.6.0",
"version": "0.7.0",
"dependencies": {
"marked": "^10.0.0",
"sanitize-html": "^2.11.0",
"shaku-code-annotate-shiki": "^0.7.0",
"shaku-code-annotate-shiki": "^0.8.0",
"shiki": "^0.14.2"
},
"devDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/remark-shaku-code-annotate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# remark-shaku-code-annotate

## 0.8.0

### Minor Changes

- support new directive - cut

### Patch Changes

- Updated dependencies
- shaku-code-annotate-shiki@0.8.0

## 0.7.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/remark-shaku-code-annotate/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "remark-shaku-code-annotate",
"version": "0.7.0",
"version": "0.8.0",
"dependencies": {
"mdast": "^3.0.0",
"rehype-stringify": "^9.0.3",
"remark": "^14.0.2",
"remark-html": "^15.0.2",
"remark-parse": "^10.0.2",
"remark-rehype": "^10.1.0",
"shaku-code-annotate-shiki": "^0.7.0",
"shaku-code-annotate-shiki": "^0.8.0",
"shiki": "^0.14.2",
"unified": "^10.1.2",
"unist-util-visit": "^4.1.2"
Expand Down
6 changes: 6 additions & 0 deletions packages/shaku-code-annotate-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# shaku-code-annotate

## 0.9.0

### Minor Changes

- support new directive - cut

## 0.8.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/shaku-code-annotate-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shaku-code-annotate-core",
"version": "0.8.0",
"version": "0.9.0",
"devDependencies": {
"tsup": "^6.7.0",
"typescript": "latest",
Expand Down
11 changes: 11 additions & 0 deletions packages/shaku-code-annotate-shiki/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# shaku-code-annotate

## 0.8.0

### Minor Changes

- support new directive - cut

### Patch Changes

- Updated dependencies
- shaku-code-annotate-core@0.9.0

## 0.7.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/shaku-code-annotate-shiki/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "shaku-code-annotate-shiki",
"version": "0.7.0",
"version": "0.8.0",
"dependencies": {
"mdast": "^3.0.0",
"remark": "^14.0.2",
"remark-html": "^15.0.2",
"sanitize-html": "^2.10.0",
"shiki": "^0.14.2",
"shaku-code-annotate-core": "^0.8.0",
"shaku-code-annotate-core": "^0.9.0",
"unified": "^10.1.2",
"unist-util-visit": "^4.1.2"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/shaku-code-annotate-sugar-high/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# shaku-code-annotate-sugar-high

## 0.6.0

### Minor Changes

- support new directive - cut

### Patch Changes

- Updated dependencies
- shaku-code-annotate-core@0.9.0

## 0.5.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/shaku-code-annotate-sugar-high/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "shaku-code-annotate-sugar-high",
"version": "0.5.0",
"version": "0.6.0",
"dependencies": {
"sugar-high": "^0.5.5",
"sanitize-html": "^2.10.0",
"shaku-code-annotate-core": "^0.8.0"
"shaku-code-annotate-core": "^0.9.0"
},
"devDependencies": {
"@types/sanitize-html": "^2.9.0",
Expand Down

0 comments on commit 2750c93

Please sign in to comment.