@next-core/supply 1.0.12 → 1.0.16

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 +21 -1
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,13 +3,33 @@
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.12](https://github.com/easyops-cn/next-core/compare/@next-core/supply@1.0.11...@next-core/supply@1.0.12) (2021-11-18)
6
+ ## [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)
7
+
8
+ **Note:** Version bump only for package @next-core/supply
9
+
10
+
11
+
12
+
13
+
14
+ ## [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)
15
+
16
+ **Note:** Version bump only for package @next-core/supply
17
+
18
+
19
+
20
+
21
+
22
+ ## [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)
7
23
 
8
24
  **Note:** Version bump only for package @next-core/supply
9
25
 
26
+ ## [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)
10
27
 
28
+ **Note:** Version bump only for package @next-core/supply
11
29
 
30
+ ## [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)
12
31
 
32
+ **Note:** Version bump only for package @next-core/supply
13
33
 
14
34
  ## [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)
15
35
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-core/supply",
3
- "version": "1.0.12",
3
+ "version": "1.0.16",
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.49.0"
32
+ "@next-core/brick-types": "^2.51.2"
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": "e09587f2e1117512ea7e24cebbfc584b7dfdf733"
46
+ "gitHead": "3ed2bc7e98a9c1e5ad0c699e6300ed409180d513"
47
47
  }