Skip to content

Commit

Permalink
build: release 18.1.0-next.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MissLixf committed Nov 15, 2024
1 parent 503456a commit 45a9968
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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.

# [18.1.0-next.2](https://github.com/worktile/ng-codemirror/compare/v18.1.0-next.0...v18.1.0-next.2) (2024-11-15)


### Features

* delay initialize codemirror ([#38](https://github.com/worktile/ng-codemirror/issues/38)) ([f238362](https://github.com/worktile/ng-codemirror/commit/f238362ecf43365a4b68500d423953cb69e64e6f))



# [18.1.0-next.1](https://github.com/worktile/ng-codemirror/compare/v18.1.0-next.0...v18.1.0-next.1) (2024-09-27)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-codemirror-demo",
"version": "18.1.0-next.1",
"version": "18.1.0-next.2",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-codemirror",
"version": "18.1.0-next.1",
"version": "18.1.0-next.2",
"dependencies": {
"tslib": "^2.3.0"
},
Expand Down

0 comments on commit 45a9968

Please sign in to comment.