Skip to content

Commit

Permalink
deploy v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nusr committed Dec 21, 2024
1 parent 41902b2 commit 39a9362
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,17 @@
"$schema": "https://unpkg.com/release-it/schema/release-it.json",
"github": {
"release": true
},
"plugins": {
"@release-it/conventional-changelog": {
"infile": "CHANGELOG.md",
"header": "# Changelog",
"preset": {
"name": "conventionalcommits"
}
},
"@release-it/bumper": {
"out": "package.json"
}
}
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Changelog

## [0.0.2](https://github.com/nusr/excel/compare/v0.0.1...v0.0.2) (2024-12-21)

### Features

* add examples ([33b4475](https://github.com/nusr/excel/commit/33b44751142d816df45efaba0980a6f4a3cb1f3a))
* library mode ([4bfbeb4](https://github.com/nusr/excel/commit/4bfbeb48d5635bf063172660a2757eed848ac479))

### Bug Fixes

* ci ([3b5865d](https://github.com/nusr/excel/commit/3b5865dd7d58926f75481e328a770cdb0ccf6c46))
* remove console.log ([3b3aaef](https://github.com/nusr/excel/commit/3b3aaefb45d6a0d18978d022af5ccb1f6f4134e7))
* setCurrentSheetId ([3e3d9e7](https://github.com/nusr/excel/commit/3e3d9e73694fe24abf37d7be93693d72cf3b4daf))
* supabase ([41902b2](https://github.com/nusr/excel/commit/41902b23f80b8d5142061f5948e32fdba546d8e4))
* update README.md ([d0c6ccc](https://github.com/nusr/excel/commit/d0c6cccca04de164cea8ebceb71c222d8c1a1517))
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "excel-collab",
"version": "0.0.1",
"version": "0.0.2",
"description": "Online Collaboration Excel",
"author": "Steve Xu <[email protected]>",
"bugs": "https://github.com/nusr/excel/issues",
Expand Down Expand Up @@ -41,6 +41,8 @@
},
"devDependencies": {
"@playwright/test": "1.49.1",
"@release-it/bumper": "^6.0.1",
"@release-it/conventional-changelog": "^9.0.3",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.1.0",
"@types/jest": "29.5.14",
Expand Down

0 comments on commit 39a9362

Please sign in to comment.