@looker/code-editor 0.1.14 → 0.1.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +37 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,41 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### [0.1.18](https://www.github.com/looker-open-source/sdk-codegen/compare/code-editor-v0.1.17...code-editor-v0.1.18) (2022-02-14)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* The following workspace dependencies were updated
|
|
9
|
+
* devDependencies
|
|
10
|
+
* @looker/sdk-codegen bumped from ^21.3.2 to ^21.4.0
|
|
11
|
+
|
|
12
|
+
### [0.1.17](https://www.github.com/looker-open-source/sdk-codegen/compare/code-editor-v0.1.16...code-editor-v0.1.17) (2021-12-20)
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Dependencies
|
|
16
|
+
|
|
17
|
+
* The following workspace dependencies were updated
|
|
18
|
+
* devDependencies
|
|
19
|
+
* @looker/sdk-codegen bumped from ^21.3.0 to ^21.3.1
|
|
20
|
+
|
|
21
|
+
### [0.1.16](https://www.github.com/looker-open-source/sdk-codegen/compare/code-editor-v0.1.15...code-editor-v0.1.16) (2021-12-16)
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
### Dependencies
|
|
25
|
+
|
|
26
|
+
* The following workspace dependencies were updated
|
|
27
|
+
* devDependencies
|
|
28
|
+
* @looker/sdk-codegen bumped from ^21.2.1 to ^21.3.0
|
|
29
|
+
|
|
30
|
+
### [0.1.15](https://www.github.com/looker-open-source/sdk-codegen/compare/code-editor-v0.1.14...code-editor-v0.1.15) (2021-12-06)
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
### Dependencies
|
|
34
|
+
|
|
35
|
+
* The following workspace dependencies were updated
|
|
36
|
+
* devDependencies
|
|
37
|
+
* @looker/sdk-codegen bumped from ^21.2.0 to ^21.2.1
|
|
38
|
+
|
|
3
39
|
### [0.1.14](https://www.github.com/looker-open-source/sdk-codegen/compare/code-editor-v0.1.13...code-editor-v0.1.14) (2021-11-10)
|
|
4
40
|
|
|
5
41
|
|
|
@@ -190,4 +226,4 @@
|
|
|
190
226
|
|
|
191
227
|
* The following workspace dependencies were updated
|
|
192
228
|
* dependencies
|
|
193
|
-
* @looker/sdk-codegen bumped from ^21.0.12 to ^21.0.14
|
|
229
|
+
* @looker/sdk-codegen bumped from ^21.0.12 to ^21.0.14
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@looker/code-editor",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.18",
|
|
4
4
|
"description": "A syntax highlighter Viewer and Editor for Looker SDK supported languages.",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "lib/esm/index.js",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@looker/components-test-utils": "^1.5.5",
|
|
33
|
-
"@looker/sdk-codegen": "^21.
|
|
33
|
+
"@looker/sdk-codegen": "^21.4.0",
|
|
34
34
|
"@testing-library/jest-dom": "^5.11.6",
|
|
35
35
|
"@testing-library/react": "^11.2.2",
|
|
36
36
|
"@testing-library/user-event": "^12.6.0",
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
"react-simple-code-editor": "^0.11.0",
|
|
59
59
|
"styled-components": "^5.2.1"
|
|
60
60
|
},
|
|
61
|
-
"gitHead": "
|
|
61
|
+
"gitHead": "f8867339965baf85c26b3beaee8e4621e3cff3a8"
|
|
62
62
|
}
|