Skip to content

Commit 1edd812

Browse files
authored
Merge pull request #1 from sjsjsj1246/release/0.1.0
release: 0.1.0
2 parents b58439a + 55d64a2 commit 1edd812

5 files changed

Lines changed: 940 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ node_modules
44
.cache
55
coverage
66
dist
7+
dist.zip
78
/headless
89
.vscode
910
.vercel

.versionrc

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"types": [
3+
{ "type": "chore", "section": "Others", "hidden": false },
4+
{ "type": "feat", "section": "Features", "hidden": false },
5+
{ "type": "fix", "section": "Bug Fixes", "hidden": false },
6+
{ "type": "docs", "section": "Docs", "hidden": false },
7+
{ "type": "style", "section": "Styling", "hidden": false },
8+
{ "type": "refactor", "section": "Code Refactoring", "hidden": false },
9+
{ "type": "test", "section": "Tests", "hidden": false },
10+
{ "type": "build", "section": "Build System", "hidden": false },
11+
{ "type": "ci", "section": "CI", "hidden": false }
12+
]
13+
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Changelog
2+
3+
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.
4+
5+
## 0.1.0 (2024-04-21)
6+
7+
8+
### Features
9+
10+
* build documentation site ([b58439a](https://github.com/sjsjsj1246/react-tutorial-overlay/commit/b58439a6e0dc5201f354a44f112be99948cd8f2c))
11+
* tutorial-overlay basic ([0c28916](https://github.com/sjsjsj1246/react-tutorial-overlay/commit/0c28916bfc28c858759f68874c11aa56f9081035))

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
},
4040
"devDependencies": {
4141
"@size-limit/preset-small-lib": "^7.0.8",
42-
"size-limit": "^7.0.8"
42+
"size-limit": "^7.0.8",
43+
"standard-version": "^9.5.0"
4344
}
4445
}

0 commit comments

Comments
 (0)