Skip to content

Commit

Permalink
Merge pull request #4 from saitamau-maximum/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
sor4chi authored Mar 8, 2024
2 parents c59ef35 + 148587a commit bd13758
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 9 deletions.
7 changes: 0 additions & 7 deletions .changeset/weak-tips-bathe.md

This file was deleted.

8 changes: 8 additions & 0 deletions examples/next-js-blog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# next-js-blog

## 0.1.1

### Patch Changes

- Updated dependencies [[`c59ef35`](https://github.com/saitamau-maximum/markdown/commit/c59ef35e384b71edd04c4c26fdbbcefa0249f43b)]:
- @saitamau-maximum/markdown-processor@1.1.0
2 changes: 1 addition & 1 deletion examples/next-js-blog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-js-blog",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
8 changes: 8 additions & 0 deletions packages/markdown-processor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @saitamau-maximum/markdown-processor

## 1.1.0

### Minor Changes

- [`c59ef35`](https://github.com/saitamau-maximum/markdown/commit/c59ef35e384b71edd04c4c26fdbbcefa0249f43b) Thanks [@sor4chi](https://github.com/sor4chi)! - SSG以外の環境での利用も想定するため`mermaid`記法のサポートを切った。

こちらは破壊的変更になります、部内のみ利用を想定しているためSemverには従いません。

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/markdown-processor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@saitamau-maximum/markdown-processor",
"version": "1.0.1",
"version": "1.1.0",
"private": false,
"main": "dist/index.js",
"type": "module",
Expand Down

0 comments on commit bd13758

Please sign in to comment.