From b928613ea8caa0d1d736201721a1cd9fdbbb000b Mon Sep 17 00:00:00 2001 From: Seungwoo321 Date: Tue, 17 Mar 2026 15:11:50 +0900 Subject: [PATCH 1/2] chore(deps): upgrade @wireweave/core to v2.7.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit @wireweave/core 패키지를 2.6.0에서 2.7.0으로 업그레이드했습니다. --- package.json | 2 +- pnpm-lock.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 43964dd..e24bba2 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ } }, "dependencies": { - "@wireweave/core": "^2.6.0" + "@wireweave/core": "^2.7.0" }, "devDependencies": { "@release-it/conventional-changelog": "^10.0.4", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2158ed7..9c540e3 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,8 +9,8 @@ importers: .: dependencies: '@wireweave/core': - specifier: ^2.6.0 - version: 2.6.0 + specifier: ^2.7.0 + version: 2.7.0 devDependencies: '@release-it/conventional-changelog': specifier: ^10.0.4 @@ -631,8 +631,8 @@ packages: '@vitest/utils@3.2.4': resolution: {integrity: sha512-fB2V0JFrQSMsCo9HiSq3Ezpdv4iYaXRG1Sx8edX3MwxfyNn83mKiGzOcH+Fkxt4MHxr3y42fQi1oeAInqgX2QA==} - '@wireweave/core@2.6.0': - resolution: {integrity: sha512-Cov/aVX/+bjoduUJTBxXuDxYOiQuNnlbjkX+pyVL9azoT7RNKwHLnQ3IXfhxeQzG/nfP17Mbon0Vmd5gsoz1lg==} + '@wireweave/core@2.7.0': + resolution: {integrity: sha512-6RxNbv542qkg3rFazvKECuRGrHz1Ly7unTSZBSmjYsD1TpkgeECUrfuNkWyZ1t9N1PjcecOeFzWlC+Oj9kWDGg==} acorn@8.15.0: resolution: {integrity: sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==} @@ -2161,7 +2161,7 @@ snapshots: loupe: 3.2.1 tinyrainbow: 2.0.0 - '@wireweave/core@2.6.0': {} + '@wireweave/core@2.7.0': {} acorn@8.15.0: {} From cdb65c8235dda59d9da91600e7e8f279707ccc83 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 17 Mar 2026 06:12:27 +0000 Subject: [PATCH 2/2] chore: release v1.2.10-beta.0 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28c4649..bb537c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Changelog +## [1.2.10-beta.0](https://github.com/wireweave/markdown-plugin/compare/v1.2.9...v1.2.10-beta.0) (2026-03-17) + ## [1.2.9](https://github.com/wireweave/markdown-plugin/compare/v1.2.8...v1.2.9) (2026-03-15) ## [1.2.8](https://github.com/wireweave/markdown-plugin/compare/v1.2.8-beta.2...v1.2.8) (2026-03-09) diff --git a/package.json b/package.json index e24bba2..6a276c5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@wireweave/markdown-plugin", - "version": "1.2.9", + "version": "1.2.10-beta.0", "description": "Markdown plugins for wireweave", "type": "module", "main": "dist/index.js",