@next-core/cook 1.6.0 → 1.6.4

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +20 -15
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -3,54 +3,59 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- # [1.6.0](https://github.com/easyops-cn/next-core/compare/@next-core/cook@1.5.0...@next-core/cook@1.6.0) (2021-11-29)
7
-
6
+ ## [1.6.4](https://github.com/easyops-cn/next-core/compare/@next-core/cook@1.6.3...@next-core/cook@1.6.4) (2021-12-24)
8
7
 
9
- ### Features
8
+ **Note:** Version bump only for package @next-core/cook
10
9
 
11
- * support visit node with parent ([80f1ada](https://github.com/easyops-cn/next-core/commit/80f1ada97e1b720f787753fab4eedf618c08f36b))
12
10
 
13
11
 
14
12
 
15
13
 
14
+ ## [1.6.3](https://github.com/easyops-cn/next-core/compare/@next-core/cook@1.6.2...@next-core/cook@1.6.3) (2021-12-23)
16
15
 
17
- # [1.5.0](https://github.com/easyops-cn/next-core/compare/@next-core/cook@1.4.0...@next-core/cook@1.5.0) (2021-11-26)
16
+ **Note:** Version bump only for package @next-core/cook
18
17
 
19
18
 
20
- ### Features
21
19
 
22
- * support hooks for before visit global or unknown nodes ([50d770c](https://github.com/easyops-cn/next-core/commit/50d770c45a8194c12c3764f53d75a1a9519b790e))
23
20
 
24
21
 
22
+ ## [1.6.2](https://github.com/easyops-cn/next-core/compare/@next-core/cook@1.6.1...@next-core/cook@1.6.2) (2021-12-17)
25
23
 
24
+ **Note:** Version bump only for package @next-core/cook
26
25
 
27
26
 
28
- # [1.4.0](https://github.com/easyops-cn/next-core/compare/@next-core/cook@1.3.9...@next-core/cook@1.4.0) (2021-11-25)
29
27
 
30
28
 
31
- ### Features
32
29
 
33
- * support parseForAnalysis ([681de0a](https://github.com/easyops-cn/next-core/commit/681de0aef914b4e30d428180cad54cc0f9882b59))
30
+ ## [1.6.1](https://github.com/easyops-cn/next-core/compare/@next-core/cook@1.6.0...@next-core/cook@1.6.1) (2021-12-03)
34
31
 
32
+ **Note:** Version bump only for package @next-core/cook
35
33
 
34
+ # [1.6.0](https://github.com/easyops-cn/next-core/compare/@next-core/cook@1.5.0...@next-core/cook@1.6.0) (2021-11-29)
36
35
 
36
+ ### Features
37
37
 
38
+ - support visit node with parent ([80f1ada](https://github.com/easyops-cn/next-core/commit/80f1ada97e1b720f787753fab4eedf618c08f36b))
38
39
 
39
- ## [1.3.9](https://github.com/easyops-cn/next-core/compare/@next-core/cook@1.3.8...@next-core/cook@1.3.9) (2021-11-23)
40
+ # [1.5.0](https://github.com/easyops-cn/next-core/compare/@next-core/cook@1.4.0...@next-core/cook@1.5.0) (2021-11-26)
40
41
 
41
- **Note:** Version bump only for package @next-core/cook
42
+ ### Features
42
43
 
44
+ - support hooks for before visit global or unknown nodes ([50d770c](https://github.com/easyops-cn/next-core/commit/50d770c45a8194c12c3764f53d75a1a9519b790e))
43
45
 
46
+ # [1.4.0](https://github.com/easyops-cn/next-core/compare/@next-core/cook@1.3.9...@next-core/cook@1.4.0) (2021-11-25)
44
47
 
48
+ ### Features
45
49
 
50
+ - support parseForAnalysis ([681de0a](https://github.com/easyops-cn/next-core/commit/681de0aef914b4e30d428180cad54cc0f9882b59))
46
51
 
47
- ## [1.3.8](https://github.com/easyops-cn/next-core/compare/@next-core/cook@1.3.7...@next-core/cook@1.3.8) (2021-11-18)
52
+ ## [1.3.9](https://github.com/easyops-cn/next-core/compare/@next-core/cook@1.3.8...@next-core/cook@1.3.9) (2021-11-23)
48
53
 
49
54
  **Note:** Version bump only for package @next-core/cook
50
55
 
56
+ ## [1.3.8](https://github.com/easyops-cn/next-core/compare/@next-core/cook@1.3.7...@next-core/cook@1.3.8) (2021-11-18)
51
57
 
52
-
53
-
58
+ **Note:** Version bump only for package @next-core/cook
54
59
 
55
60
  ## [1.3.7](https://github.com/easyops-cn/next-core/compare/@next-core/cook@1.3.6...@next-core/cook@1.3.7) (2021-11-11)
56
61
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-core/cook",
3
- "version": "1.6.0",
3
+ "version": "1.6.4",
4
4
  "description": "Cook expressions and storyboard functions",
5
5
  "homepage": "https://github.com/easyops-cn/next-core/tree/master/packages/cook",
6
6
  "license": "GPL-3.0",
@@ -29,12 +29,12 @@
29
29
  },
30
30
  "sideEffects": false,
31
31
  "dependencies": {
32
- "@babel/parser": "^7.16.4",
33
- "@next-core/brick-types": "^2.50.0"
32
+ "@babel/parser": "^7.16.6",
33
+ "@next-core/brick-types": "^2.52.0"
34
34
  },
35
35
  "devDependencies": {
36
- "@next-core/supply": "^1.0.13",
36
+ "@next-core/supply": "^1.0.17",
37
37
  "lodash": "^4.17.21"
38
38
  },
39
- "gitHead": "5374b81f8001c8b1dca70c14d786cda64caedaf8"
39
+ "gitHead": "91e19869a3d2b534b4f1b8e56a51159a4df184ce"
40
40
  }