Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
JSerZANP committed Jul 6, 2024
1 parent 3647ad2 commit 4078d64
Show file tree
Hide file tree
Showing 9 changed files with 64 additions and 38 deletions.
7 changes: 7 additions & 0 deletions packages/marked-shaku-code-annotate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# marked-shaku-code-annotate

## 0.7.2

### Patch Changes

- Updated dependencies
- [email protected]

## 0.7.1

### Patch 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.7.1",
"version": "0.7.2",
"dependencies": {
"marked": "^10.0.0",
"sanitize-html": "^2.11.0",
"shaku-code-annotate-shiki": "^0.9.0",
"shaku-code-annotate-shiki": "^0.10.0",
"shiki": "^0.14.2"
},
"devDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/remark-shaku-code-annotate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# remark-shaku-code-annotate

## 0.8.2

### Patch Changes

- Updated dependencies
- [email protected]

## 0.8.1

### Patch 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.8.1",
"version": "0.8.2",
"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.9.0",
"shaku-code-annotate-shiki": "^0.10.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-shiki-transformer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# shaku-code-annotate

## 0.2.0

### Minor Changes

- remove the need of explanations for tokens

## 0.1.1

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shaku-code-annotate-shiki-transformer",
"version": "0.1.1",
"version": "0.2.0",
"dependencies": {
"@types/hast": "^3.0.4",
"shaku-code-annotate-core": "^0.10.0",
Expand Down
64 changes: 32 additions & 32 deletions packages/shaku-code-annotate-shiki-transformer/src/defaultCode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -658,14 +658,14 @@ variable = 10;
}
}
`,
// liquid: `
// This is a multi-line comment
// {% comment %}
// ----------
// ^
// [Hello World!]
// {% endcomment %}
// `,
// liquid: `
// This is a multi-line comment
// {% comment %}
// ----------
// ^
// [Hello World!]
// {% endcomment %}
// `,
php: `
// @highlight
<?php
Expand Down Expand Up @@ -1053,29 +1053,29 @@ name="John"
# ^
# [Hello Shaku!]
`,
// smalltalk: `
// Object subclass: MyClass [
// "This is a simple class named MyClass."
// | instanceVariable |
// "@highlight"
// MyClass class >> classMethod [
// "This is a class method of MyClass."
// ^ 'Hello from class method!'
// " -----"
// " ^ "
// " [Hello Shaku!]"
// ]
// MyClass >> instanceMethod [
// "This is an instance method of MyClass."
// ^ 'Hello from instance method!'
// ]
// ]
// `,
// smalltalk: `
// Object subclass: MyClass [
// "This is a simple class named MyClass."

// | instanceVariable |

// "@highlight"
// MyClass class >> classMethod [
// "This is a class method of MyClass."

// ^ 'Hello from class method!'
// " -----"
// " ^ "
// " [Hello Shaku!]"
// ]

// MyClass >> instanceMethod [
// "This is an instance method of MyClass."

// ^ 'Hello from instance method!'
// ]
// ]
// `,
solidity: `
// Function to add two numbers
// @highlight
Expand Down Expand Up @@ -1596,7 +1596,7 @@ export const supportedLangs = [
"properties",
"java",
"javascript",
// "js",
"js",
// "jinja-html",
"jison",
// "json",
Expand Down
6 changes: 6 additions & 0 deletions packages/shaku-code-annotate-shiki/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# shaku-code-annotate

## 0.10.0

### Minor Changes

- remove the need of explanations for tokens

## 0.9.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/shaku-code-annotate-shiki/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shaku-code-annotate-shiki",
"version": "0.9.0",
"version": "0.10.0",
"dependencies": {
"mdast": "^3.0.0",
"remark": "^14.0.2",
Expand Down

0 comments on commit 4078d64

Please sign in to comment.