Skip to content

Commit

Permalink
Merge branch 'feat_v3.x' into hxy/cypress/ci-1111
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-huxiyang authored Nov 26, 2024
2 parents d508760 + 9332996 commit 051f657
Show file tree
Hide file tree
Showing 262 changed files with 3,856 additions and 15,573 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/add-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
echo "${{github.event_name}}"
if [[ "${{ github.event.pull_request.base.ref }}" == "next" ]]; then
echo "label=2.x" >> $GITHUB_ENV
elif [[ "${{ github.event.pull_request.base.ref }}" == "V3.0" ]]; then
elif [[ "${{ github.event.pull_request.base.ref }}" == "feat_v3.x" ]]; then
echo "label=3.x" >> $GITHUB_ENV
else
echo "label=" >> $GITHUB_ENV
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- next
- V3.0
- feat_v3.x
pull_request:
types: [opened, synchronize, reopened]
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-h5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: sync to docs-h5
on:
push:
branches:
- V3.0
- feat_v3.x
paths:
- '.github/workflows/**'
- 'src/**'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-migrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: sync to migrate
on:
push:
branches:
- V3.0
- feat_v3.x
paths:
- '.github/workflows/**'
- 'src/**'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-taro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: sync to docs-taro
on:
push:
branches:
- V3.0
- feat_v3.x
paths:
- '.github/workflows/**'
- 'src/**'
Expand Down
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nutui/nutui-react-taro",
"version": "3.0.0-beta.2",
"version": "3.0.0-beta.4",
"style": "dist/style.css",
"main": "dist/nutui.react.umd.js",
"module": "dist/es/packages/nutui.react.build.js",
Expand Down Expand Up @@ -66,7 +66,7 @@
"dev:taro:jdharmony": "pnpm run clone:jdharmony && pnpm run update:taro:entry && pnpm --dir ./packages/nutui-taro-demo dev:jdharmony",
"dev:taro:jdharmonycpp": "pnpm run clone:jdharmony cpp && pnpm run update:taro:entry && pnpm --dir ./packages/nutui-taro-demo dev:jdharmonycpp",
"dev:taro:jdhybrid": "pnpm run update:taro:entry && pnpm --dir ./packages/nutui-taro-demo dev:jdhybrid",
"dev:taro:jdrn": "pnpm run clone:rn && pnpm --dir ./packages/nutui-taro-demo dev:jdrn & pnpm run gulp:watch",
"dev:taro:jdrn": "pnpm run clone:rn && pnpm --dir ./packages/nutui-taro-demo dev:jdrn",
"dev:taro:rn:dark": "THEME=dark pnpm dev:taro:rn",
"dev:taro:weapp:jmapp": "pnpm --dir ./packages/nutui-taro-demo && npm run dev:weapp:jmapp",
"build": "npm run checked && node scripts/build.mjs",
Expand All @@ -83,7 +83,6 @@
"generate:themes-dev": "node scripts/generate-themes-dev.js",
"generate:file:taro": "node scripts/taro/generate-nutui-taro.js",
"generate:file:taro:pages": "node scripts/taro/generate-taro-pages.js",
"gulp:watch": "gulp watch --environment",
"lint": "eslint ./src/packages/*/",
"lint:fix": "eslint --fix ./src/packages",
"postpublish": "node scripts/postpublish.js",
Expand All @@ -110,7 +109,7 @@
"dependencies": {
"@babel/runtime": "^7.23.9",
"@nutui/icons-react": "^1.0.5",
"@nutui/icons-react-taro": "^2.0.0",
"@nutui/icons-react-taro": "^2.0.1",
"@nutui/jdesign-icons-react-taro": "1.0.6-beta.2",
"@nutui/touch-emulator": "^1.0.0",
"@react-spring/web": "~9.6.1",
Expand Down
1 change: 1 addition & 0 deletions packages/nutui-taro-demo/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ src/exhibition/
src/feedback/
src/layout/
src/nav/
src/app.config.ts
.npmrc
nutui-react/
139 changes: 0 additions & 139 deletions packages/nutui-taro-demo/src/app.config.ts

This file was deleted.

Loading

0 comments on commit 051f657

Please sign in to comment.