@flink-app/sms-plugin 0.14.1 → 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.
- package/CHANGELOG.md +6 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,11 +1,16 @@
|
|
|
1
1
|
# @flink-app/sms-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
|
|
3
8
|
|
|
4
9
|
## 0.14.1
|
|
5
10
|
|
|
6
11
|
### Patch Changes
|
|
7
12
|
|
|
8
|
-
-
|
|
13
|
+
- fix: restore compatibility between core framework and plugins after 0.14.0 release
|
|
9
14
|
|
|
10
15
|
## 0.13.1
|
|
11
16
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flink-app/sms-plugin",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "1.0.0",
|
|
4
4
|
"description": "Flink plugin that makes it possible to send sms",
|
|
5
5
|
"author": "johan@frost.se",
|
|
6
6
|
"publishConfig": {
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"devDependencies": {
|
|
16
16
|
"@types/node": "22.13.10",
|
|
17
17
|
"ts-node": "^10.9.2",
|
|
18
|
-
"@flink-app/flink": "0.
|
|
18
|
+
"@flink-app/flink": "1.0.0"
|
|
19
19
|
},
|
|
20
20
|
"gitHead": "4243e3b3cd6d4e1ca001a61baa8436bf2bbe4113",
|
|
21
21
|
"scripts": {
|