Skip to content

Commit

Permalink
chore: bump version to v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
greenhat616 authored and github-actions[bot] committed Aug 29, 2024
1 parent db27292 commit edf8e8d
Show file tree
Hide file tree
Showing 8 changed files with 998 additions and 7 deletions.
991 changes: 991 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion backend/tauri/overrides/nightly.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/tauri-apps/tauri/1.x/tooling/cli/schema.json",
"package": {
"version": "1.5.2"
"version": "1.6.1"
},
"tauri": {
"updater": {
Expand Down
2 changes: 1 addition & 1 deletion backend/tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"package": {
"productName": "Clash Nyanpasu",
"version": "1.5.1"
"version": "1.6.0"
},
"build": {
"distDir": "../../frontend/nyanpasu/dist",
Expand Down
2 changes: 1 addition & 1 deletion frontend/interface/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nyanpasu/interface",
"version": "0.1.0",
"version": "1.6.0",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"require": {
Expand Down
2 changes: 1 addition & 1 deletion frontend/nyanpasu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nyanpasu/nyanpasu",
"version": "1.5.1",
"version": "1.6.0",
"license": "GPL-3.0",
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion frontend/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nyanpasu/ui",
"version": "0.1.0",
"version": "1.6.0",
"type": "module",
"exports": {
".": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nyanpasu/monorepo",
"version": "1.5.1",
"version": "1.6.0",
"repository": "https://github.com/LibNyanpasu/clash-nyanpasu.git",
"license": "GPL-3.0",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nyanpasu/scripts",
"type": "module",
"version": "0.1.0",
"version": "1.6.0",
"dependencies": {
"@actions/github": "6.0.0",
"@types/figlet": "1.5.8",
Expand Down

0 comments on commit edf8e8d

Please sign in to comment.