Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cpanyjs/CPany
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.30
Choose a base ref
...
head repository: cpanyjs/CPany
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.31
Choose a head ref
  • 3 commits
  • 13 files changed
  • 1 contributor

Commits on Oct 15, 2022

  1. ci: release ci

    yjl9903 committed Oct 15, 2022
    Copy the full SHA
    8db615a View commit details

Commits on Oct 16, 2022

  1. fix(app): icons dep

    yjl9903 committed Oct 16, 2022
    Copy the full SHA
    3f465dd View commit details
  2. release: v0.1.31

    yjl9903 committed Oct 16, 2022
    Copy the full SHA
    1c86f02 View commit details
22 changes: 22 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Release

on:
push:
tags:
- 'v*'

jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0

- uses: actions/setup-node@v3
with:
node-version: 16.x

- run: npx changelogithub
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5 changes: 3 additions & 2 deletions packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cpany/app",
"version": "0.1.30",
"version": "0.1.31",
"description": "CPany web app",
"keywords": [
"CPany",
@@ -19,6 +19,8 @@
"dependencies": {
"@cpany/compress": "workspace:*",
"@cpany/types": "workspace:*",
"@iconify-json/ic": "^1.1.9",
"@iconify-json/mdi": "^1.1.34",
"@vitejs/plugin-vue": "^1.8.1",
"@vue/compiler-sfc": "^3.2.37",
"date-fns": "^2.29.2",
@@ -29,7 +31,6 @@
"vue-router": "^4.1.3"
},
"devDependencies": {
"@iconify/json": "^2.1.80",
"typescript": "^4.7.4",
"unplugin-icons": "^0.14.7",
"vite-plugin-windicss": "1.2.7",
2 changes: 1 addition & 1 deletion packages/atcoder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cpany/plugin-atcoder",
"version": "0.1.30",
"version": "0.1.31",
"description": "CPany AtCoder plugin",
"keywords": [
"CPany",
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cpany/cli",
"version": "0.1.30",
"version": "0.1.31",
"description": "CPany cli package",
"keywords": [
"CPany",
2 changes: 1 addition & 1 deletion packages/codeforces/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cpany/plugin-codeforces",
"version": "0.1.30",
"version": "0.1.31",
"description": "CPany Codeforces plugin",
"keywords": [
"CPany",
2 changes: 1 addition & 1 deletion packages/compress/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cpany/compress",
"version": "0.1.30",
"version": "0.1.31",
"description": "CPany compress package",
"keywords": [
"CPany"
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cpany/core",
"version": "0.1.30",
"version": "0.1.31",
"description": "CPany core package",
"keywords": [
"CPany"
2 changes: 1 addition & 1 deletion packages/hdu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cpany/plugin-hdu",
"version": "0.1.30",
"version": "0.1.31",
"description": "CPany HDu plugin",
"keywords": [
"CPany",
2 changes: 1 addition & 1 deletion packages/luogu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cpany/plugin-luogu",
"version": "0.1.30",
"version": "0.1.31",
"description": "CPany Luogu plugin",
"keywords": [
"CPany",
2 changes: 1 addition & 1 deletion packages/nowcoder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cpany/plugin-nowcoder",
"version": "0.1.30",
"version": "0.1.31",
"description": "CPany Nowcoder plugin",
"keywords": [
"CPany",
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cpany/types",
"version": "0.1.30",
"version": "0.1.31",
"description": "CPany types package",
"keywords": [
"CPany"
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cpany/utils",
"version": "0.1.30",
"version": "0.1.31",
"description": "CPany utils package",
"keywords": [
"CPany",
23 changes: 13 additions & 10 deletions pnpm-lock.yaml

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