Skip to content

Commit

Permalink
Merge pull request #1 from sjsjsj1246/release/0.1.0
Browse files Browse the repository at this point in the history
release: 0.1.0
  • Loading branch information
sjsjsj1246 authored Apr 21, 2024
2 parents b58439a + 55d64a2 commit 1edd812
Show file tree
Hide file tree
Showing 5 changed files with 940 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ node_modules
.cache
coverage
dist
dist.zip
/headless
.vscode
.vercel
13 changes: 13 additions & 0 deletions .versionrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"types": [
{ "type": "chore", "section": "Others", "hidden": false },
{ "type": "feat", "section": "Features", "hidden": false },
{ "type": "fix", "section": "Bug Fixes", "hidden": false },
{ "type": "docs", "section": "Docs", "hidden": false },
{ "type": "style", "section": "Styling", "hidden": false },
{ "type": "refactor", "section": "Code Refactoring", "hidden": false },
{ "type": "test", "section": "Tests", "hidden": false },
{ "type": "build", "section": "Build System", "hidden": false },
{ "type": "ci", "section": "CI", "hidden": false }
]
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## 0.1.0 (2024-04-21)


### Features

* build documentation site ([b58439a](https://github.com/sjsjsj1246/react-tutorial-overlay/commit/b58439a6e0dc5201f354a44f112be99948cd8f2c))
* tutorial-overlay basic ([0c28916](https://github.com/sjsjsj1246/react-tutorial-overlay/commit/0c28916bfc28c858759f68874c11aa56f9081035))
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
},
"devDependencies": {
"@size-limit/preset-small-lib": "^7.0.8",
"size-limit": "^7.0.8"
"size-limit": "^7.0.8",
"standard-version": "^9.5.0"
}
}
Loading

0 comments on commit 1edd812

Please sign in to comment.