Skip to content

Commit

Permalink
Merge pull request #389 from swiiny/chore/pump-packages
Browse files Browse the repository at this point in the history
Chore/pump packages
  • Loading branch information
swiiny authored Dec 14, 2023
2 parents ada0f20 + 54d3dd1 commit aca9d08
Show file tree
Hide file tree
Showing 19 changed files with 5,080 additions and 6,964 deletions.
36 changes: 36 additions & 0 deletions .github/workflows/pr_labels.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
name: PR Labels

on:
pull_request:
types:
- opened
- edited
- synchronize

permissions:
contents: read
pull-requests: write

jobs:
label:
runs-on: ubuntu-latest
name: PR Labels

steps:
- name: Checkout
uses: actions/checkout@v3

- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '18'

- name: Install dependencies
run: npm install @octokit/rest

- name: Run label script
working-directory: ./
env:
TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
node ./scripts/pr_labels_automation.js
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"prettier.jsxSingleQuote": true,
"prettier.singleQuote": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
"prettier.tabWidth": 2,
"prettier.useTabs": true,
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

[![npm version](https://img.shields.io/npm/v/create-nextjs-dapp?color=blue)](https://www.npmjs.com/package/create-nextjs-dapp)
[![npm downloads](https://img.shields.io/npm/dm/create-nextjs-dapp.svg?color=blue)](https://www.npmjs.com/package/create-nextjs-dapp)
[![GitHub stars](https://img.shields.io/github/stars/JeremyTheintz/create-nextjs-dapp.svg?label=Stars&style=flat&logo=github&color=blue)](https://www.npmjs.com/package/create-nextjs-dapp)
[![GitHub stars](https://img.shields.io/github/stars/swiiny/create-nextjs-dapp.svg?label=Stars&style=flat&logo=github&color=blue)](https://www.npmjs.com/package/create-nextjs-dapp)
![contributions welcome](https://img.shields.io/badge/contributions-welcome-blue.svg?style=flat&logo=github)
![GitHub](https://img.shields.io/github/license/JeremyTheintz/create-nextjs-dapp?color=blue)
![GitHub](https://img.shields.io/github/license/swiiny/create-nextjs-dapp?color=blue)

![image](https://github.com/JeremyTheintz/create-nextjs-dapp/raw/main/doc/tagline.png)
![image](https://github.com/swiiny/create-nextjs-dapp/raw/main/doc/tagline.png)

## Table of Contents

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": "create-nextjs-dapp",
"version": "1.5.2",
"version": "1.5.3",
"private": false,
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/base/components/default/Navbar/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { EColor, ESize } from 'theme/theme.enum';
import WalletButton from '../WalletButton';
import styles from './Navbar.module.scss';

const repoUrl = 'https://github.com/JeremyTheintz/create-nextjs-dapp';
const repoUrl = 'https://github.com/swiiny/create-nextjs-dapp';

const Navbar = () => {
return (
Expand Down
Loading

1 comment on commit aca9d08

@vercel
Copy link

@vercel vercel bot commented on aca9d08 Dec 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

create-nextjs-dapp – ./

create-nextjs-dapp-git-main-swiiny12.vercel.app
create-nextjs-dapp-swiiny12.vercel.app
create-nextjs-d.app

Please sign in to comment.