Skip to content

Commit e713031

Browse files
github-actions[bot]riccardoperra
authored andcommitted
RELEASING: 2.0.0 (#9)
Releases: [email protected] [skip ci] Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent e70a372 commit e713031

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

.changeset/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"commit": true,
55
"fixed": [],
66
"linked": [],
7-
"access": "restricted",
7+
"access": "public",
88
"baseBranch": "main",
99
"updateInternalDependencies": "patch",
1010
"ignore": []

.changeset/quick-beers-rhyme.md

-5
This file was deleted.

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# [1.1.0](https://github.com/riccardoperra/solid-codemirror/compare/v1.0.3...v1.1.0) (2022-06-12)
22

3+
## 2.0.0
4+
5+
### Major Changes
6+
7+
- e70a372: refactor adding compartments and modularity
8+
39
### Features
410

511
- add support for CodeMirror 6.0.0 ([b47dfad](https://github.com/riccardoperra/solid-codemirror/commit/b47dfad15a56325d70a35aa6de5ef54b66256312))

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{
22
"name": "solid-codemirror",
3-
"version": "1.0.2",
3+
"version": "2.0.0",
44
"description": "CodeMirror component for SolidJS",
55
"type": "module",
66
"source": "src/index.tsx",
77
"main": "dist/cjs/index.js",
88
"module": "dist/esm/index.js",
99
"types": "dist/types/index.d.ts",
10+
"private": false,
1011
"files": [
1112
"dist"
1213
],

0 commit comments

Comments
 (0)