Skip to content

Commit a5686be

Browse files
committed
Release new version.
1 parent 3b32570 commit a5686be

File tree

2 files changed

+22
-4
lines changed

2 files changed

+22
-4
lines changed

CHANGES.md

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,23 @@
1-
## [2.1.0](https://github.com/patternslib/pat-code-editor/compare/2.0.0...2.1.0) (2021-12-03)
1+
2+
3+
### [2.1.1](https://github.com/patternslib/pat-code-editor/compare/2.1.0...2.1.1) (2022-03-30)
4+
5+
6+
### Bug Fixes
7+
8+
* Fix demo for correct bundle location. ([88fafab](https://github.com/patternslib/pat-code-editor/commit/88fafab775ab728ede30dfdf39694ee5de14f6c2))
9+
10+
* Set the editor to display-block to always show a cursor, even with not contents. ([3b32570](https://github.com/patternslib/pat-code-editor/commit/3b325709c8e5e83fe598043232526ac3ae44930f))
11+
12+
13+
14+
### Maintenance
15+
16+
* Add but don't use code-editor.scss which should show line-numbers but is not working yet. ([e6989ef](https://github.com/patternslib/pat-code-editor/commit/e6989ef1a5017c99acd06c0ab788c0a0ac0af4a7))
17+
18+
* Upgrade dependencies. ([8228097](https://github.com/patternslib/pat-code-editor/commit/8228097f1d15edb023efd47b1bfb5386c2e45b80))
19+
20+
* **webpack:** Configure devServer static directory. ([b9ef4c7](https://github.com/patternslib/pat-code-editor/commit/b9ef4c792e1570dcab54e8f4ca2c5d1d43007d4b))## [2.1.0](https://github.com/patternslib/pat-code-editor/compare/2.0.0...2.1.0) (2021-12-03)
221

322

423
### Bug Fixes
@@ -86,5 +105,4 @@
86105
* Upgrade to Patternslib v4 final. ([a2a1e1f](https://github.com/patternslib/pat-code-editor/commit/a2a1e1fabe33a3f0ba15abf14ebb1787c6807e66))
87106

88107

89-
- Initial release.
90-
108+
- Initial release.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternslib/pat-code-editor",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "A pattern for a code-editor",
55
"license": "MIT",
66
"main": "./src/code-editor.js",

0 commit comments

Comments
 (0)