@next-core/supply 1.0.13 → 1.0.17

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 +22 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,7 +3,7 @@
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.0.13](https://github.com/easyops-cn/next-core/compare/@next-core/supply@1.0.12...@next-core/supply@1.0.13) (2021-11-23)
6
+ ## [1.0.17](https://github.com/easyops-cn/next-core/compare/@next-core/supply@1.0.16...@next-core/supply@1.0.17) (2021-12-24)
7
7
 
8
8
  **Note:** Version bump only for package @next-core/supply
9
9
 
@@ -11,13 +11,33 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
11
11
 
12
12
 
13
13
 
14
- ## [1.0.12](https://github.com/easyops-cn/next-core/compare/@next-core/supply@1.0.11...@next-core/supply@1.0.12) (2021-11-18)
14
+ ## [1.0.16](https://github.com/easyops-cn/next-core/compare/@next-core/supply@1.0.15...@next-core/supply@1.0.16) (2021-12-23)
15
+
16
+ **Note:** Version bump only for package @next-core/supply
17
+
18
+
19
+
20
+
21
+
22
+ ## [1.0.15](https://github.com/easyops-cn/next-core/compare/@next-core/supply@1.0.14...@next-core/supply@1.0.15) (2021-12-17)
23
+
24
+ **Note:** Version bump only for package @next-core/supply
25
+
26
+
27
+
28
+
29
+
30
+ ## [1.0.14](https://github.com/easyops-cn/next-core/compare/@next-core/supply@1.0.13...@next-core/supply@1.0.14) (2021-12-03)
15
31
 
16
32
  **Note:** Version bump only for package @next-core/supply
17
33
 
34
+ ## [1.0.13](https://github.com/easyops-cn/next-core/compare/@next-core/supply@1.0.12...@next-core/supply@1.0.13) (2021-11-23)
18
35
 
36
+ **Note:** Version bump only for package @next-core/supply
19
37
 
38
+ ## [1.0.12](https://github.com/easyops-cn/next-core/compare/@next-core/supply@1.0.11...@next-core/supply@1.0.12) (2021-11-18)
20
39
 
40
+ **Note:** Version bump only for package @next-core/supply
21
41
 
22
42
  ## [1.0.11](https://github.com/easyops-cn/next-core/compare/@next-core/supply@1.0.10...@next-core/supply@1.0.11) (2021-11-11)
23
43
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-core/supply",
3
- "version": "1.0.13",
3
+ "version": "1.0.17",
4
4
  "description": "Supply for expressions and storyboard functions",
5
5
  "homepage": "https://github.com/easyops-cn/next-core/tree/master/packages/supply",
6
6
  "license": "GPL-3.0",
@@ -29,7 +29,7 @@
29
29
  },
30
30
  "sideEffects": false,
31
31
  "dependencies": {
32
- "@next-core/brick-types": "^2.50.0"
32
+ "@next-core/brick-types": "^2.52.0"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@next-core/pipes": "^1.0.1",
@@ -43,5 +43,5 @@
43
43
  "lodash": "*",
44
44
  "moment": "*"
45
45
  },
46
- "gitHead": "d49372740260654c30e7b59c31c94c722ac3706f"
46
+ "gitHead": "91e19869a3d2b534b4f1b8e56a51159a4df184ce"
47
47
  }