Skip to content

Commit

Permalink
chore: update versions (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 19, 2023
1 parent 381b01b commit ac04097
Show file tree
Hide file tree
Showing 8 changed files with 34 additions and 13 deletions.
7 changes: 0 additions & 7 deletions .changeset/green-mirrors-notice.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/vitepress-plugin-detype/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# vitepress-plugin-detype

## 0.6.0

### Minor Changes

- [#43](https://github.com/sapphi-red/vitepress-plugins/pull/43) [`381b01b`](https://github.com/sapphi-red/vitepress-plugins/commit/381b01bc4f4277bb14a26ea6d07ba94325d0b477) Thanks [@sapphi-red](https://github.com/sapphi-red)! - update required vitepress version from 1.0.0-rc.14 to 1.0.0-rc.27.

### Patch Changes

- Updated dependencies [[`381b01b`](https://github.com/sapphi-red/vitepress-plugins/commit/381b01bc4f4277bb14a26ea6d07ba94325d0b477)]:
- [email protected]

## 0.5.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/vitepress-plugin-detype/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vitepress-plugin-detype",
"version": "0.5.1",
"version": "0.6.0",
"description": "A plugin that adds syntax for generating js from ts code snippet.",
"type": "module",
"main": "./dist/index.js",
Expand Down Expand Up @@ -31,7 +31,7 @@
"homepage": "https://vitepress-plugins.sapphi.red/detype/",
"peerDependencies": {
"vitepress": "^1.0.0-rc.27",
"vitepress-plugin-tabs": "^0.4.1",
"vitepress-plugin-tabs": "^0.5.0",
"vue": "^3.3.8"
},
"devDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/vitepress-plugin-npm-commands/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# vitepress-plugin-npm-commands

## 0.6.0

### Minor Changes

- [#43](https://github.com/sapphi-red/vitepress-plugins/pull/43) [`381b01b`](https://github.com/sapphi-red/vitepress-plugins/commit/381b01bc4f4277bb14a26ea6d07ba94325d0b477) Thanks [@sapphi-red](https://github.com/sapphi-red)! - update required vitepress version from 1.0.0-rc.14 to 1.0.0-rc.27.

### Patch Changes

- Updated dependencies [[`381b01b`](https://github.com/sapphi-red/vitepress-plugins/commit/381b01bc4f4277bb14a26ea6d07ba94325d0b477)]:
- [email protected]

## 0.5.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/vitepress-plugin-npm-commands/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vitepress-plugin-npm-commands",
"version": "0.5.1",
"version": "0.6.0",
"description": "A plugin that adds syntax for showing `npm`, `yarn`, `pnpm`, `bun` commands in tabs.",
"type": "module",
"main": "./dist/index.js",
Expand Down Expand Up @@ -31,7 +31,7 @@
"homepage": "https://vitepress-plugins.sapphi.red/npm-commands/",
"peerDependencies": {
"vitepress": "^1.0.0-rc.27",
"vitepress-plugin-tabs": "^0.4.1"
"vitepress-plugin-tabs": "^0.5.0"
},
"devDependencies": {
"@types/markdown-it": "^13.0.6",
Expand Down
6 changes: 6 additions & 0 deletions packages/vitepress-plugin-tabs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# vitepress-plugin-tabs

## 0.5.0

### Minor Changes

- [#43](https://github.com/sapphi-red/vitepress-plugins/pull/43) [`381b01b`](https://github.com/sapphi-red/vitepress-plugins/commit/381b01bc4f4277bb14a26ea6d07ba94325d0b477) Thanks [@sapphi-red](https://github.com/sapphi-red)! - update required vitepress version from 1.0.0-rc.14 to 1.0.0-rc.27.

## 0.4.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vitepress-plugin-tabs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vitepress-plugin-tabs",
"version": "0.4.1",
"version": "0.5.0",
"description": "A plugin that adds syntax for showing content in tabs.",
"type": "module",
"main": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ac04097

Please sign in to comment.