@pgflow/core 0.1.7 → 0.1.9

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/dist/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # @pgflow/core
2
2
 
3
+ ## 0.1.9
4
+
5
+ ### Patch Changes
6
+
7
+ - 1a30c6c: Make sure to tag and push tags
8
+ - Updated dependencies [1a30c6c]
9
+ - @pgflow/dsl@0.1.9
10
+
11
+ ## 0.1.8
12
+
13
+ ### Patch Changes
14
+
15
+ - 05f5bd8: Update release script
16
+ - Updated dependencies [05f5bd8]
17
+ - @pgflow/dsl@0.1.8
18
+
19
+ ## 0.1.7
20
+
21
+ ### Patch Changes
22
+
23
+ - summary
24
+ - @pgflow/dsl@0.1.7
25
+
3
26
  ## 0.1.6
4
27
 
5
28
  ### Patch Changes
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pgflow/core",
3
- "version": "0.1.6",
3
+ "version": "0.1.9",
4
4
  "license": "AGPL-3.0",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pgflow/core",
3
- "version": "0.1.7",
3
+ "version": "0.1.9",
4
4
  "license": "AGPL-3.0",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -24,7 +24,7 @@
24
24
  },
25
25
  "dependencies": {
26
26
  "postgres": "^3.4.5",
27
- "@pgflow/dsl": "0.1.7"
27
+ "@pgflow/dsl": "0.1.9"
28
28
  },
29
29
  "publishConfig": {
30
30
  "access": "public",