Skip to content

Commit 00c7d90

Browse files
chore(release): 0.2.1
1 parent 5f1e2a4 commit 00c7d90

File tree

2 files changed

+55
-1
lines changed

2 files changed

+55
-1
lines changed

CHANGELOG.md

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
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.2.1 (2024-10-14)
6+
7+
8+
### Features
9+
10+
* add .gitignore file ([9420965](https://github.com/gusintheeshell/react-capture-events/commit/94209650b5c5735980f23cfd6dfd5b8c44604495))
11+
* add .prettierrc.json with singleQuote option ([c5e1f2e](https://github.com/gusintheeshell/react-capture-events/commit/c5e1f2e81b16c22bf9cd93723f54814a20213c83))
12+
* add App component with event capture functionality ([038c74a](https://github.com/gusintheeshell/react-capture-events/commit/038c74af9c6e255d5bfb4367209a6ffc748b4513))
13+
* add CapturedEventsList component and its styles ([84e3c85](https://github.com/gusintheeshell/react-capture-events/commit/84e3c856eba6aa3eb249f0378769bae5c09df87e))
14+
* add CapturedEventsList component with event capture and management functionality ([6e4142e](https://github.com/gusintheeshell/react-capture-events/commit/6e4142ef8b51068a3c9780e46721c4b06ad42dba))
15+
* add CaptureEventProvider and CapturedEventsList components ([b1200af](https://github.com/gusintheeshell/react-capture-events/commit/b1200af1351894c7b6bbfedcdbd3a0b00f52d9fd))
16+
* add CaptureEventProvider component and its context ([23e29a0](https://github.com/gusintheeshell/react-capture-events/commit/23e29a064b38ce0ff736db76eecfcb127798f5c5))
17+
* add commitlint.config.js file ([39900fd](https://github.com/gusintheeshell/react-capture-events/commit/39900fdc3adb1ac09ae8488020e7702a3eee4323))
18+
* add coverage script to package.json ([0f83ca7](https://github.com/gusintheeshell/react-capture-events/commit/0f83ca76b6d87d5abfaac9fe05580ccf2d8d72f4))
19+
* add ESLint configuration file ([d9c2bd2](https://github.com/gusintheeshell/react-capture-events/commit/d9c2bd24bce4c568b8a96759e20a7c004661fc06))
20+
* add EventProvider component for event handling ([48785e7](https://github.com/gusintheeshell/react-capture-events/commit/48785e79b8f106442eb32f8384e4f6065b84f876))
21+
* add EventProvider component for event handling capabilities ([798a726](https://github.com/gusintheeshell/react-capture-events/commit/798a726c7238ba1d80ebef32778487bdc8b86def))
22+
* add GitHub Actions workflow for publishing the package ([009a72e](https://github.com/gusintheeshell/react-capture-events/commit/009a72eee6d991d97adb6c404933bd5ac25edeb0))
23+
* add Icon component ([ce095b6](https://github.com/gusintheeshell/react-capture-events/commit/ce095b67b92779b4769384d12d494f9e4f5ecfac))
24+
* add Icon component for SVG icons ([8518dc5](https://github.com/gusintheeshell/react-capture-events/commit/8518dc5c2f95bead0266e832f4bfd5799db62d26))
25+
* add initial HTML structure and script tag ([9d86979](https://github.com/gusintheeshell/react-capture-events/commit/9d8697978e399d5ebcaea124e7e08165cb88cb5e))
26+
* add keywords to package.json ([f85570a](https://github.com/gusintheeshell/react-capture-events/commit/f85570a5cc7230ff0563328d5eb6a9ed0b1ab8c4))
27+
* add main.tsx with root component rendering ([db6e217](https://github.com/gusintheeshell/react-capture-events/commit/db6e2171d238fb590ab32f42f2d4746d84a12438))
28+
* add package.json with project dependencies and scripts ([f61cf64](https://github.com/gusintheeshell/react-capture-events/commit/f61cf64bcdade3bd9234dcefe72cc7b3116caf3a))
29+
* add README.md with installation and usage instructions ([07837b1](https://github.com/gusintheeshell/react-capture-events/commit/07837b1623353f9de680c2871bab4b3b4f391d61))
30+
* add registerServiceWorker function ([6c3a10c](https://github.com/gusintheeshell/react-capture-events/commit/6c3a10ce7ca56878c4471e8736199174feb5922e))
31+
* add release-changelog-config.json for categorizing commits ([7412be4](https://github.com/gusintheeshell/react-capture-events/commit/7412be4f5195210d2b609096519a4a53712f8e92))
32+
* add service worker for event capture and management ([4b4a57a](https://github.com/gusintheeshell/react-capture-events/commit/4b4a57a161b41eb894348d6a69f6d2c51357d881))
33+
* add service worker for event logging ([2f63f2e](https://github.com/gusintheeshell/react-capture-events/commit/2f63f2ef6aebb7a1893d10224732a554a5324c94))
34+
* add setupTest.ts for test cleanup ([7781510](https://github.com/gusintheeshell/react-capture-events/commit/778151075f816a4977519d683700d05816a2b310))
35+
* add styles for App component ([4b1ca3f](https://github.com/gusintheeshell/react-capture-events/commit/4b1ca3f34a03f08e8f8f99552cf25ce8ad878b1b))
36+
* add styles for CapturedEventsList component ([7363fee](https://github.com/gusintheeshell/react-capture-events/commit/7363fee9cb378d398a6b43e6ac4e133fa6d28786))
37+
* add SVG icons for event capture ([0ec4e1e](https://github.com/gusintheeshell/react-capture-events/commit/0ec4e1e8b245ba06e8c5eda133637b909814f084))
38+
* add testid in html elements ([8c1bc0c](https://github.com/gusintheeshell/react-capture-events/commit/8c1bc0cc4037b6f30e6e382082a265e2b022c521))
39+
* add tsconfig.lib.json for library configuration ([c692093](https://github.com/gusintheeshell/react-capture-events/commit/c69209309ccf649a025b8464729bbe14e18781e5))
40+
* add TypeScript configuration files ([fefc43a](https://github.com/gusintheeshell/react-capture-events/commit/fefc43a5294c568b941c44a2879ab69f1881163c))
41+
* add Vite configuration file ([c08ddf9](https://github.com/gusintheeshell/react-capture-events/commit/c08ddf9d5bb054236fa25cb49969118249f22f94))
42+
* add Vite logo SVG file ([0a47a1d](https://github.com/gusintheeshell/react-capture-events/commit/0a47a1d73e6a7840c53988ce929ffed9d9c8564c))
43+
* add vite-env.d.ts for Vite client reference ([e0a6eb3](https://github.com/gusintheeshell/react-capture-events/commit/e0a6eb39456fe14294fdf151a0851518d118647d))
44+
* add vite-env.d.ts for Vite client types ([e837c67](https://github.com/gusintheeshell/react-capture-events/commit/e837c673494a3fe95da2b8b49d41d7bda57fbae5))
45+
* export EventProvider, useCaptureEvent, and CapturedEventsList components ([3fee433](https://github.com/gusintheeshell/react-capture-events/commit/3fee43367193a14c8f791c2d94ae8f82b1401c53))
46+
* remove unnecessary files and code ([638c6fd](https://github.com/gusintheeshell/react-capture-events/commit/638c6fda004a14654c84b796a65c6a537f76327d))
47+
48+
49+
### Bug Fixes
50+
51+
* adjust dependencies and build process in .github/workflows/publish.yml ([5d45d50](https://github.com/gusintheeshell/react-capture-events/commit/5d45d50c4985cd2c727664ccb490d9d0c4e61312))
52+
* adjust Node.js version and registry URL in .github/workflows/publish.yml ([bf5b016](https://github.com/gusintheeshell/react-capture-events/commit/bf5b016738332290e39fae44dd70b99017806796))
53+
* doctype declaration in index.html ([460399a](https://github.com/gusintheeshell/react-capture-events/commit/460399a29f8083ff28c7d4a7b8c04555b25ac9bd))
54+
* typo in doctype declaration ([769a443](https://github.com/gusintheeshell/react-capture-events/commit/769a44395bd6b01bfc9a10a9450e52ba528dc93f))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-capture-events",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "A React library to capture and display events",
55
"author": "Gus",
66
"private": false,

0 commit comments

Comments
 (0)