Skip to content

Commit

Permalink
chore: update tooling, deps, changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyzerner committed Mar 16, 2023
1 parent 0df80d3 commit b475e53
Show file tree
Hide file tree
Showing 3 changed files with 1,848 additions and 927 deletions.
9 changes: 0 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.2.2] - 2023-03-05
### Added
- Alerts: Handle pre-existing children and any subsequently added to the container. Options can be specified as `[data-*]` attributes.
Expand Down Expand Up @@ -117,8 +110,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Update `hello-goodbye` version.
- Mark package as side-effect free.


[unreleased]: https://github.com/tobyzerner/inclusive-elements/compare/v0.2.2...HEAD
[0.2.2]: https://github.com/tobyzerner/inclusive-elements/compare/v0.2.1...v0.2.2
[0.2.1]: https://github.com/tobyzerner/inclusive-elements/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/tobyzerner/inclusive-elements/compare/v0.1.3...v0.2.0
Expand Down
35 changes: 20 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,30 +15,35 @@
"dev": "vite",
"build": "tsc --noEmit && vite build && tsc --emitDeclarationOnly",
"preview": "vite preview",
"release": "release-it --npm.tag=latest"
"release": "release-it"
},
"dependencies": {
"@floating-ui/dom": "^1.0.0",
"focus-trap": "^6.7.2",
"hello-goodbye": "^0.1.0-beta.5",
"tabbable": "^5.2.1"
"@floating-ui/dom": "^1.2.4",
"focus-trap": "^6.9.4",
"hello-goodbye": "^0.1.1",
"tabbable": "^5.3.3"
},
"devDependencies": {
"@release-it/keep-a-changelog": "^2.3.0",
"prettier": "^2.6.2",
"release-it": "^14.12.4",
"typescript": "^4.5.5",
"vite": "^3.0.4"
"@release-it/conventional-changelog": "^5.1.1",
"prettier": "^2.8.4",
"release-it": "^15.9.0",
"typescript": "^5.0.2",
"vite": "^4.2.0"
},
"release-it": {
"git": {
"commitMessage": "release: v${version}",
"tagName": "v${version}"
},
"github": {
"release": true
"release": true,
"releaseName": "v${version}"
},
"plugins": {
"@release-it/keep-a-changelog": {
"filename": "CHANGELOG.md",
"addUnreleased": true,
"addVersionUrl": true
"@release-it/conventional-changelog": {
"preset": "conventionalcommits",
"infile": "CHANGELOG.md",
"header": "# Changelog"
}
},
"hooks": {
Expand Down
Loading

0 comments on commit b475e53

Please sign in to comment.