@helyx/cli 0.2.0 → 0.2.1

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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.2.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Generate self-hosted projects with the published Cloud Connect-capable Bot and refreshed official module versions.
8
+
3
9
  ## 0.2.0
4
10
 
5
11
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@helyx/cli",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Command-line tools for running and generating self-hosted Helyx deployments.",
5
5
  "keywords": [
6
6
  "helyx",
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "schemaVersion": 1,
3
- "catalogueVersion": 8,
3
+ "catalogueVersion": 9,
4
4
  "core": {
5
5
  "package": "@helyx/bot",
6
- "version": "0.1.3",
6
+ "version": "0.2.0",
7
7
  "availability": "published"
8
8
  },
9
9
  "generator": {
10
10
  "package": "@helyx/cli",
11
- "version": "0.1.4",
11
+ "version": "0.2.1",
12
12
  "command": "helyx",
13
13
  "availability": "published"
14
14
  },
@@ -16,7 +16,7 @@
16
16
  {
17
17
  "id": "helyx.feedback",
18
18
  "package": "@helyx/module-feedback",
19
- "version": "1.0.3",
19
+ "version": "1.0.4",
20
20
  "name": "Feedback",
21
21
  "description": "Collect structured member feedback in a channel you choose.",
22
22
  "category": "Community",
@@ -25,7 +25,7 @@
25
25
  {
26
26
  "id": "helyx.welcome",
27
27
  "package": "@helyx/module-welcome",
28
- "version": "1.0.3",
28
+ "version": "1.0.4",
29
29
  "name": "Welcome",
30
30
  "description": "Greet new members and optionally give them a starting role.",
31
31
  "category": "Community",
@@ -34,7 +34,7 @@
34
34
  {
35
35
  "id": "helyx.suggestions",
36
36
  "package": "@helyx/module-suggestions",
37
- "version": "1.0.3",
37
+ "version": "1.0.4",
38
38
  "name": "Suggestions",
39
39
  "description": "Collect community ideas with reaction or button voting.",
40
40
  "category": "Community",
@@ -216,7 +216,7 @@
216
216
  {
217
217
  "id": "helyx.logging",
218
218
  "package": "@helyx/module-logging",
219
- "version": "1.0.3",
219
+ "version": "1.0.4",
220
220
  "name": "Logging",
221
221
  "description": "Post selected Helyx module activity to one server channel.",
222
222
  "category": "Insights",