Skip to content

Commit

Permalink
release: Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Marinerer committed Nov 26, 2024
1 parent 1da490b commit 984c350
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
6 changes: 6 additions & 0 deletions libs/domEmit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# dom-event-emit

## 1.1.0

### Minor Changes 🚀

- refactor: Replace static name with const _NAME ([f86d02b](https://github.com/Marinerer/jotter/commit/f86d02ba3207d6e53a50ebb743d6feeb4e69dc7e))

## 1.0.1

### Patch Changes 🌟
Expand Down
2 changes: 1 addition & 1 deletion libs/domEmit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dom-event-emit",
"version": "1.0.1",
"version": "1.1.0",
"description": "A type-safe, flexible DOM event emitter for browser environments. It has the same event API as DOM elements.",
"type": "module",
"main": "dist/index.js",
Expand Down
8 changes: 8 additions & 0 deletions libs/emitter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @jotter/emitter

## 2.0.0

### Major Changes 🎉

- perf: Optimizing emitter structure ([db2afac](https://github.com/Marinerer/jotter/commit/db2afacda8b50e493061961a932f7398041a2744))
- docs: Update README ([73b59af](https://github.com/Marinerer/jotter/commit/73b59afdc9efd2b2d2742544c81c63851c761979))
2 changes: 1 addition & 1 deletion libs/emitter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jotter/emitter",
"version": "1.1.2",
"version": "2.0.0",
"description": "Simple and modern emitter library.",
"type": "module",
"main": "dist/index.js",
Expand Down

0 comments on commit 984c350

Please sign in to comment.