@looker/code-editor 0.1.24 → 0.1.25
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 +10 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### [0.1.25](https://www.github.com/looker-open-source/sdk-codegen/compare/code-editor-v0.1.24...code-editor-v0.1.25) (2022-10-17)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* The following workspace dependencies were updated
|
|
9
|
+
* devDependencies
|
|
10
|
+
* @looker/sdk-codegen bumped from ^21.7.1 to ^21.7.2
|
|
11
|
+
|
|
3
12
|
### [0.1.24](https://www.github.com/looker-open-source/sdk-codegen/compare/code-editor-v0.1.23...code-editor-v0.1.24) (2022-09-21)
|
|
4
13
|
|
|
5
14
|
|
|
@@ -286,4 +295,4 @@
|
|
|
286
295
|
|
|
287
296
|
* The following workspace dependencies were updated
|
|
288
297
|
* dependencies
|
|
289
|
-
* @looker/sdk-codegen bumped from ^21.0.12 to ^21.0.14
|
|
298
|
+
* @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.25",
|
|
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.26",
|
|
33
|
-
"@looker/sdk-codegen": "^21.7.
|
|
33
|
+
"@looker/sdk-codegen": "^21.7.2",
|
|
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": "051cf862cf3b422bf9bc0a38dcf2d7606f7500d1"
|
|
62
62
|
}
|