Skip to content

Commit

Permalink
Merge pull request #32 from xiamiao1121/feature/read-changelog-8
Browse files Browse the repository at this point in the history
Feature/read changelog 8
  • Loading branch information
xiamiao1121 authored Jun 6, 2024
2 parents 9b97d46 + 02a902f commit 411a415
Show file tree
Hide file tree
Showing 2 changed files with 137 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,21 @@ jobs:
run: pwd
- name: Echo ls
run: ls
- name: Package.json info
id: package
uses: rexdefuror/[email protected]
with:
file: package.json
path: ./src
- name: Echo Package
run: echo "${{steps.package.outputs }}"

- name: Read ChangeLog
id: changelog
uses: BinPar/[email protected]
with:
changelog-path: ./CHANGELOG.md
version: 4.5.8
version: 4.5.7
- name: Echo ChangeLog
run: echo "${{ steps.changelog.outputs.version-changelog }}"
# - uses: release-drafter/release-drafter@v6
Expand All @@ -62,8 +71,8 @@ jobs:
with:
# This pulls from the "Get Changelog Entry" step above, referencing it's ID to get its outputs object.
# See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
tag: 4.5.8
name: 4.5.8
tag: 4.5.7
name: 4.5.7
body: ${{ steps.changelog.outputs.version-changelog }}
allowUpdates: true
token: ${{ secrets.GITHUB_TOKEN }}
125 changes: 125 additions & 0 deletions src/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,125 @@
{
"name": "@hi-ui/hiui",
"version": "4.5.10",
"description": "The root-package for @hi-ui/hiui.",
"keywords": [],
"author": "HiUI <[email protected]>",
"homepage": "https://github.com/XiaoMi/hiui/tree/master/packages/ui/hiui#readme",
"license": "MIT",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib"
],
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
"types": "lib/types/index.d.ts",
"typings": "lib/types/index.d.ts",
"exports": {
".": {
"require": "./lib/cjs/index.js",
"default": "./lib/esm/index.js"
}
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/XiaoMi/hiui.git"
},
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1",
"clean": "rimraf lib",
"prebuild": "yarn clean",
"build:esm": "hi-build ./src/index.ts --format esm -d ./lib/esm",
"build:cjs": "hi-build ./src/index.ts --format cjs -d ./lib/cjs",
"build:types": "tsc --emitDeclarationOnly --declaration --declarationDir lib/types",
"build": "concurrently yarn:build:*"
},
"bugs": {
"url": "https://github.com/XiaoMi/hiui/issues"
},
"dependencies": {
"@hi-ui/alert": "^4.1.4",
"@hi-ui/anchor": "^4.0.9",
"@hi-ui/avatar": "^4.0.8",
"@hi-ui/back-top": "^4.0.8",
"@hi-ui/badge": "^4.0.10",
"@hi-ui/breadcrumb": "^4.0.8",
"@hi-ui/button": "^4.0.10",
"@hi-ui/card": "^4.0.9",
"@hi-ui/carousel": "^4.1.1",
"@hi-ui/cascader": "^4.2.0",
"@hi-ui/check-cascader": "^4.2.7",
"@hi-ui/check-select": "^4.4.4",
"@hi-ui/check-tree-select": "^4.4.1",
"@hi-ui/checkbox": "^4.0.10",
"@hi-ui/collapse": "^4.1.6",
"@hi-ui/counter": "^4.1.9",
"@hi-ui/date-picker": "^4.6.3",
"@hi-ui/descriptions": "^4.3.0",
"@hi-ui/drawer": "^4.1.4",
"@hi-ui/dropdown": "^4.1.5",
"@hi-ui/ellipsis-tooltip": "^4.1.8",
"@hi-ui/empty-state": "^4.1.1",
"@hi-ui/filter": "^4.1.5",
"@hi-ui/form": "^4.2.1",
"@hi-ui/grid": "^4.0.9",
"@hi-ui/highlighter": "^4.0.9",
"@hi-ui/input": "^4.1.1",
"@hi-ui/input-group": "^4.0.7",
"@hi-ui/list": "^4.0.14",
"@hi-ui/loading": "^4.2.1",
"@hi-ui/menu": "^4.2.2",
"@hi-ui/message": "^4.0.8",
"@hi-ui/modal": "^4.1.1",
"@hi-ui/notification": "^4.1.4",
"@hi-ui/number-input": "^4.1.8",
"@hi-ui/pagination": "^4.0.15",
"@hi-ui/picker": "^4.1.6",
"@hi-ui/pop-confirm": "^4.2.5",
"@hi-ui/popover": "^4.1.1",
"@hi-ui/preview": "^4.1.0",
"@hi-ui/progress": "^4.0.10",
"@hi-ui/provider": "^4.0.9",
"@hi-ui/radio": "^4.1.4",
"@hi-ui/rating": "^4.0.10",
"@hi-ui/result": "^4.0.8",
"@hi-ui/scrollbar": "^4.1.1",
"@hi-ui/search": "^4.0.14",
"@hi-ui/select": "^4.4.2",
"@hi-ui/slider": "^4.0.11",
"@hi-ui/space": "^4.0.11",
"@hi-ui/spinner": "^4.0.9",
"@hi-ui/stepper": "^4.0.8",
"@hi-ui/svg-icon": "^4.0.8",
"@hi-ui/switch": "^4.0.11",
"@hi-ui/table": "^4.5.4",
"@hi-ui/tabs": "^4.1.5",
"@hi-ui/tag": "^4.2.1",
"@hi-ui/textarea": "^4.1.7",
"@hi-ui/time-picker": "^4.0.15",
"@hi-ui/timeline": "^4.0.8",
"@hi-ui/tooltip": "^4.0.11",
"@hi-ui/transfer": "^4.0.14",
"@hi-ui/tree": "^4.5.10",
"@hi-ui/tree-select": "^4.1.5",
"@hi-ui/upload": "^4.2.2",
"@hi-ui/watermark": "^4.0.8",
"@hi-ui/zen-mode": "^4.0.8"
},
"peerDependencies": {
"@hi-ui/core": ">=4.0.8",
"react": ">=16.8.6",
"react-dom": ">=16.8.6"
},
"devDependencies": {
"@hi-ui/core": "^4.0.8",
"@hi-ui/core-css": "^4.1.5",
"react": "^17.0.1",
"react-dom": "^17.0.1"
}
}

0 comments on commit 411a415

Please sign in to comment.