Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release): version packages #132

Merged
merged 1 commit into from
Sep 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions .changeset/seven-jobs-burn.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/_template/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# template

## 0.0.6

### Patch Changes

- [#131](https://github.com/mogeko/userscripts/pull/131) [`1627f9b`](https://github.com/mogeko/userscripts/commit/1627f9b0925178c48efcec0724c80f87c3de664a) Thanks [@mogeko](https://github.com/mogeko)! - Use [`biome`](https://biomejs.dev) instead of [`prettier`](https://prettier.io) to format the code.

## 0.0.5

### Patch Changes
Expand Down
7 changes: 5 additions & 2 deletions packages/_template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "template",
"version": "0.0.5",
"version": "0.0.6",
"private": true,
"type": "module",
"description": "There is a template to create UserScript.",
Expand All @@ -18,7 +18,10 @@
"url": "https://github.com/mogeko/userscripts/issues",
"email": "[email protected]"
},
"keywords": ["userscript", "tampermonkey"],
"keywords": [
"userscript",
"tampermonkey"
],
"license": "MIT",
"scripts": {
"build": "vite build"
Expand Down
6 changes: 6 additions & 0 deletions packages/better-steam-rating/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# better-steam-rating

## 0.2.6

### Patch Changes

- [#131](https://github.com/mogeko/userscripts/pull/131) [`1627f9b`](https://github.com/mogeko/userscripts/commit/1627f9b0925178c48efcec0724c80f87c3de664a) Thanks [@mogeko](https://github.com/mogeko)! - Use [`biome`](https://biomejs.dev) instead of [`prettier`](https://prettier.io) to format the code.

## 0.2.5

### Patch Changes
Expand Down
8 changes: 6 additions & 2 deletions packages/better-steam-rating/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "better-steam-rating",
"version": "0.2.5",
"version": "0.2.6",
"private": true,
"type": "module",
"description": "优化 Steam 的评分系统",
Expand All @@ -18,7 +18,11 @@
"url": "https://github.com/mogeko/userscripts/issues",
"email": "[email protected]"
},
"keywords": ["userscript", "tampermonkey", "steam"],
"keywords": [
"userscript",
"tampermonkey",
"steam"
],
"license": "MIT",
"scripts": {
"build": "vite build"
Expand Down
6 changes: 6 additions & 0 deletions packages/douban2rarbg/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# douban2rarbg

## 0.8.3

### Patch Changes

- [#131](https://github.com/mogeko/userscripts/pull/131) [`1627f9b`](https://github.com/mogeko/userscripts/commit/1627f9b0925178c48efcec0724c80f87c3de664a) Thanks [@mogeko](https://github.com/mogeko)! - Use [`biome`](https://biomejs.dev) instead of [`prettier`](https://prettier.io) to format the code.

## 0.8.2

### Patch Changes
Expand Down
9 changes: 7 additions & 2 deletions packages/douban2rarbg/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "douban2rarbg",
"version": "0.8.2",
"version": "0.8.3",
"private": true,
"type": "module",
"description": "Add direct links to RARBG & TPB from Douban.",
Expand All @@ -18,7 +18,12 @@
"url": "https://github.com/mogeko/userscripts/issues",
"email": "[email protected]"
},
"keywords": ["userscript", "tampermonkey", "douban", "rarbg"],
"keywords": [
"userscript",
"tampermonkey",
"douban",
"rarbg"
],
"license": "MIT",
"scripts": {
"build": "vite build",
Expand Down
6 changes: 6 additions & 0 deletions packages/down-git/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# down-git

## 0.0.9

### Patch Changes

- [#131](https://github.com/mogeko/userscripts/pull/131) [`1627f9b`](https://github.com/mogeko/userscripts/commit/1627f9b0925178c48efcec0724c80f87c3de664a) Thanks [@mogeko](https://github.com/mogeko)! - Use [`biome`](https://biomejs.dev) instead of [`prettier`](https://prettier.io) to format the code.

## 0.0.8

### Patch Changes
Expand Down
8 changes: 6 additions & 2 deletions packages/down-git/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "down-git",
"version": "0.0.8",
"version": "0.0.9",
"private": true,
"type": "module",
"description": "Create GitHub Resource Download Link.",
Expand All @@ -18,7 +18,11 @@
"url": "https://github.com/mogeko/userscripts/issues",
"email": "[email protected]"
},
"keywords": ["userscript", "tampermonkey", "github"],
"keywords": [
"userscript",
"tampermonkey",
"github"
],
"license": "MIT",
"scripts": {
"build": "vite build"
Expand Down
6 changes: 6 additions & 0 deletions packages/exclude-dv/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# exclude-dv

## 0.0.9

### Patch Changes

- [#131](https://github.com/mogeko/userscripts/pull/131) [`1627f9b`](https://github.com/mogeko/userscripts/commit/1627f9b0925178c48efcec0724c80f87c3de664a) Thanks [@mogeko](https://github.com/mogeko)! - Use [`biome`](https://biomejs.dev) instead of [`prettier`](https://prettier.io) to format the code.

## 0.0.8

### Patch Changes
Expand Down
8 changes: 6 additions & 2 deletions packages/exclude-dv/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "exclude-dv",
"version": "0.0.8",
"version": "0.0.9",
"private": true,
"type": "module",
"description": "Excluding the result of Dolby Vision in RARBG.to.",
Expand All @@ -18,7 +18,11 @@
"url": "https://github.com/mogeko/userscripts/issues",
"email": "[email protected]"
},
"keywords": ["userscript", "tampermonkey", "rarbg"],
"keywords": [
"userscript",
"tampermonkey",
"rarbg"
],
"license": "MIT",
"scripts": {
"build": "vite build"
Expand Down
6 changes: 6 additions & 0 deletions packages/ghproxy-gist-raw/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# ghproxy-gist-raw

## 0.1.7

### Patch Changes

- [#131](https://github.com/mogeko/userscripts/pull/131) [`1627f9b`](https://github.com/mogeko/userscripts/commit/1627f9b0925178c48efcec0724c80f87c3de664a) Thanks [@mogeko](https://github.com/mogeko)! - Use [`biome`](https://biomejs.dev) instead of [`prettier`](https://prettier.io) to format the code.

## 0.1.6

### Patch Changes
Expand Down
9 changes: 7 additions & 2 deletions packages/ghproxy-gist-raw/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ghproxy-gist-raw",
"version": "0.1.6",
"version": "0.1.7",
"private": true,
"type": "module",
"description": "通过代理为 GitHub Gist 的 Raw Assets 提供加速",
Expand All @@ -18,7 +18,12 @@
"url": "https://github.com/mogeko/userscripts/issues",
"email": "[email protected]"
},
"keywords": ["userscript", "tampermonkey", "github", "gist"],
"keywords": [
"userscript",
"tampermonkey",
"github",
"gist"
],
"license": "MIT",
"scripts": {
"build": "vite build"
Expand Down
6 changes: 6 additions & 0 deletions packages/ghproxy-raw/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# ghproxy-raw

## 0.1.9

### Patch Changes

- [#131](https://github.com/mogeko/userscripts/pull/131) [`1627f9b`](https://github.com/mogeko/userscripts/commit/1627f9b0925178c48efcec0724c80f87c3de664a) Thanks [@mogeko](https://github.com/mogeko)! - Use [`biome`](https://biomejs.dev) instead of [`prettier`](https://prettier.io) to format the code.

## 0.1.8

### Patch Changes
Expand Down
8 changes: 6 additions & 2 deletions packages/ghproxy-raw/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ghproxy-raw",
"version": "0.1.8",
"version": "0.1.9",
"private": true,
"type": "module",
"description": "通过代理为 GitHub Raw Assets 提供加速",
Expand All @@ -18,7 +18,11 @@
"url": "https://github.com/mogeko/userscripts/issues",
"email": "[email protected]"
},
"keywords": ["userscript", "tampermonkey", "github"],
"keywords": [
"userscript",
"tampermonkey",
"github"
],
"license": "MIT",
"scripts": {
"build": "vite build"
Expand Down
6 changes: 6 additions & 0 deletions packages/ghproxy-releases/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# ghproxy-releases

## 0.2.10

### Patch Changes

- [#131](https://github.com/mogeko/userscripts/pull/131) [`1627f9b`](https://github.com/mogeko/userscripts/commit/1627f9b0925178c48efcec0724c80f87c3de664a) Thanks [@mogeko](https://github.com/mogeko)! - Use [`biome`](https://biomejs.dev) instead of [`prettier`](https://prettier.io) to format the code.

## 0.2.9

### Patch Changes
Expand Down
8 changes: 6 additions & 2 deletions packages/ghproxy-releases/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ghproxy-releases",
"version": "0.2.9",
"version": "0.2.10",
"private": true,
"type": "module",
"description": "通过代理为 GitHub Releases 提供加速",
Expand All @@ -18,7 +18,11 @@
"url": "https://github.com/mogeko/userscripts/issues",
"email": "[email protected]"
},
"keywords": ["userscript", "tampermonkey", "github"],
"keywords": [
"userscript",
"tampermonkey",
"github"
],
"license": "MIT",
"scripts": {
"build": "vite build"
Expand Down