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: uiwjs/react-github-corners
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.5.1
Choose a base ref
...
head repository: uiwjs/react-github-corners
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.5.2
Choose a head ref
  • 3 commits
  • 2 files changed
  • 1 contributor

Commits on Sep 9, 2021

  1. chore: update .gitignore

    jaywcjlove committed Sep 9, 2021
    Copy the full SHA
    7ee02a3 View commit details
  2. Copy the full SHA
    a418816 View commit details
  3. released v1.5.2

    jaywcjlove committed Sep 9, 2021
    Copy the full SHA
    1f0ad0e View commit details
Showing with 8 additions and 7 deletions.
  1. +1 −0 .gitignore
  2. +7 −7 package.json
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -4,6 +4,7 @@ build
npm-debug.log*
package-lock.json
node_modules
dist.css
w-github-corners.css

.DS_Store
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uiw/react-github-corners",
"version": "1.5.1",
"version": "1.5.2",
"description": "Add a Github corner to your project page, This GitHub corners for react component.",
"main": "cjs/index.js",
"module": "esm/index.js",
@@ -10,7 +10,7 @@
"start": "kkt start --app-src ./website",
"css:build": "compile-less -d src -o esm",
"css:watch": "compile-less -d src -o esm --watch",
"css:build:dist": "compile-less -d src --combine w-github-corners.css --rm-global",
"css:build:dist": "compile-less -d src --combine dist.css --rm-global",
"watch": "tsbb watch",
"build": "tsbb build && npm run css:build && npm run css:build:dist"
},
@@ -32,18 +32,18 @@
],
"dependencies": {},
"devDependencies": {
"@types/react": "17.0.19",
"@types/react": "17.0.20",
"@types/react-dom": "17.0.9",
"@uiw/react-markdown-preview": "3.3.0",
"@uiw/react-shields": "1.1.1",
"@uiw/react-markdown-preview": "3.3.1",
"@uiw/react-shields": "1.1.2",
"@uiw/reset.css": "1.0.5",
"@kkt/raw-modules": "6.11.0",
"@kkt/scope-plugin-options": "6.11.0",
"compile-less-cli": "1.8.1",
"compile-less-cli": "1.8.8",
"kkt": "6.11.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"tsbb": "3.0.0"
"tsbb": "3.1.5"
},
"eslintConfig": {
"extends": [