mirror of
https://github.com/liriliri/eruda.git
synced 2026-02-02 09:49:00 +08:00
release: v3.4.0
This commit is contained in:
19
.github/workflows/main.yml
vendored
19
.github/workflows/main.yml
vendored
@@ -14,22 +14,15 @@ jobs:
|
|||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
strategy:
|
|
||||||
matrix:
|
|
||||||
node-version: [18.x]
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v4
|
||||||
- name: Use Node.js ${{ matrix.node-version }}
|
- uses: actions/setup-node@v4
|
||||||
uses: actions/setup-node@v2
|
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: '18.x'
|
||||||
- run: |
|
- run: |
|
||||||
npm install -g @liriliri/lsla
|
npm install -g @liriliri/lsla
|
||||||
npm i
|
npm i
|
||||||
npm run ci
|
npm run ci
|
||||||
- run: |
|
- uses: codecov/codecov-action@v4
|
||||||
npm install -g codecov
|
with:
|
||||||
codecov --disable=gcov
|
token: ${{ secrets.CODECOV_TOKEN }}
|
||||||
env:
|
|
||||||
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
|
||||||
12
.github/workflows/publish.yml
vendored
12
.github/workflows/publish.yml
vendored
@@ -11,20 +11,16 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- uses: actions/checkout@v4
|
||||||
uses: actions/checkout@v2
|
- uses: actions/setup-node@v4
|
||||||
- name: Setup Node
|
|
||||||
uses: actions/setup-node@v2
|
|
||||||
with:
|
with:
|
||||||
node-version: '18.x'
|
node-version: '18.x'
|
||||||
registry-url: 'https://registry.npmjs.org'
|
registry-url: 'https://registry.npmjs.org'
|
||||||
- name: Build eruda
|
- run: |
|
||||||
run: |
|
|
||||||
npm i -g @liriliri/lsla
|
npm i -g @liriliri/lsla
|
||||||
npm i
|
npm i
|
||||||
npm run build
|
npm run build
|
||||||
- name: Publish package on NPM
|
- working-directory: dist
|
||||||
working-directory: dist
|
|
||||||
run: npm publish
|
run: npm publish
|
||||||
env:
|
env:
|
||||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||||
@@ -1,3 +1,8 @@
|
|||||||
|
## 3.4.0 (27 Sep 2024)
|
||||||
|
|
||||||
|
* feat: support shadow dom [#158](https://github.com/liriliri/eruda/issues/158)
|
||||||
|
* fix: quirks mode table rendering [#459](https://github.com/liriliri/eruda/issues/459)
|
||||||
|
|
||||||
## 3.3.0 (9 Sep 2024)
|
## 3.3.0 (9 Sep 2024)
|
||||||
|
|
||||||
* feat: add vue devtools plugin
|
* feat: add vue devtools plugin
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "eruda",
|
"name": "eruda",
|
||||||
"version": "3.3.0",
|
"version": "3.4.0",
|
||||||
"description": "Console for Mobile Browsers",
|
"description": "Console for Mobile Browsers",
|
||||||
"main": "eruda.js",
|
"main": "eruda.js",
|
||||||
"browserslist": [
|
"browserslist": [
|
||||||
|
|||||||
Reference in New Issue
Block a user