Skip to content

Commit

Permalink
fix(slide): fix some bugs find in test for slide animation
Browse files Browse the repository at this point in the history
  • Loading branch information
xsjcTony committed Nov 30, 2023
1 parent 51a4639 commit f400d75
Show file tree
Hide file tree
Showing 3 changed files with 120 additions and 123 deletions.
18 changes: 18 additions & 0 deletions changelogithub.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
import type { ChangelogOptions } from 'changelogithub'


export default {
types: {
feat: { title: '🚀 Features' },
fix: { title: '🐞 Bug Fixes' },
perf: { title: '🔥 Performance' },
refactor: { title: '💅 Refactors' },
docs: { title: '📖 Documentation' },
build: { title: '📦 Build' },
types: { title: '🌊 Types' },
examples: { title: '🏀 Examples' },
test: { title: '🧪 Tests' },
style: { title: '🎨 Styles' },
ci: { title: '🤖 CI' }
}
} satisfies ChangelogOptions
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@
},
"devDependencies": {
"@aelita-dev/eslint-config": "^1.0.0-beta.32",
"@iconify/json": "^2.2.149",
"@iconify/json": "^2.2.150",
"@types/markdown-it": "^13.0.7",
"@unocss/core": "^0.57.7",
"@unocss/preset-mini": "^0.57.7",
"@vue/language-server": "^1.8.22",
"@vue/language-server": "^1.8.24",
"bumpp": "^9.2.0",
"changelogithub": "^0.13.2",
"eslint": "^8.54.0",
Expand Down
Loading

0 comments on commit f400d75

Please sign in to comment.