Skip to content

Commit

Permalink
chore(codejar-linenumbers): bump v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
julianpoemp committed Jul 31, 2023
1 parent 6ee5cc8 commit 42da537
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# 1.0.0 (2023-07-31)


### Bug Fixes

* **codejar-linenumbers:** fix margin and border radius on inner wrap ([950739d](https://github.com/julianpoemp/codejar-linenumbers/commit/950739dbb6c1622e928f5d1d32bc7b2d27506404))
* **codejar-linenumbers:** line numbers container is transparent while scrolling on x-axis. ([2518a64](https://github.com/julianpoemp/codejar-linenumbers/commit/2518a648441e33f62722a99ef7a6ee969991180f))
* **codejar-linenumbers:** missing stylesheet in js build ([9e961e5](https://github.com/julianpoemp/codejar-linenumbers/commit/9e961e502fec744f73f563b54c4a39fef85e3434))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codejar-linenumbers",
"version": "0.0.1",
"version": "1.0.0",
"description": "Small package providing line numbers for CodeJar code editor.",
"main": "src/index.ts",
"peerDependencies": {
Expand Down

0 comments on commit 42da537

Please sign in to comment.