@flink-app/static-files-plugin 0.14.2 → 1.0.0

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 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # @flink-app/static-files-plugin
2
2
 
3
+ ## 1.0.0
4
+
5
+ ### Minor Changes
6
+
7
+ - Align minor version, from now all packages in monorepo will have same version
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+ - Updated dependencies [ee21c29]
13
+ - Updated dependencies [5c2ff97]
14
+ - @flink-app/flink@1.0.0
15
+
16
+ ## 0.14.3
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies [52eba74]
21
+ - Updated dependencies [b37faa5]
22
+ - @flink-app/flink@0.14.3
23
+
3
24
  ## 0.14.2
4
25
 
5
26
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flink-app/static-files-plugin",
3
- "version": "0.14.2",
3
+ "version": "1.0.0",
4
4
  "description": "Flink plugin that make flink serve static files",
5
5
  "author": "johan@frost.se",
6
6
  "publishConfig": {
@@ -11,7 +11,7 @@
11
11
  "main": "dist/index.js",
12
12
  "dependencies": {
13
13
  "node-color-log": "^5.3.1",
14
- "@flink-app/flink": "0.14.2"
14
+ "@flink-app/flink": "1.0.0"
15
15
  },
16
16
  "devDependencies": {
17
17
  "@types/node": "22.13.10"