@windward/integrations 0.23.0 → 0.24.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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## Release [0.24.0] - 2026-03-10
4
+
5
+ * Merged in feature/LE-2240-organization-sales-transaction-p (pull request #136)
6
+ * Updated verison in package-lock
7
+
8
+
3
9
  ## Release [0.23.0] - 2026-02-23
4
10
 
5
11
  * Merged in feature/LE-2217/activity-transform-3 (pull request #133)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@windward/integrations",
3
- "version": "0.23.0",
3
+ "version": "0.24.0",
4
4
  "description": "Windward UI Plugin Integrations for 3rd Party Systems",
5
5
  "main": "plugin.js",
6
6
  "scripts": {
package/plugin.js CHANGED
@@ -192,6 +192,10 @@ export default {
192
192
  writable: true,
193
193
  },
194
194
  },
195
+ metadata: {
196
+ grouping:
197
+ 'windward.integrations.shared.menu.integrations',
198
+ },
195
199
  },
196
200
  {
197
201
  i18n: 'windward.integrations.components.navigation.integrations.import_course',
@@ -202,6 +206,10 @@ export default {
202
206
  writable: true,
203
207
  },
204
208
  },
209
+ metadata: {
210
+ grouping:
211
+ 'windward.integrations.shared.menu.integrations',
212
+ },
205
213
  },
206
214
  {
207
215
  i18n: 'windward.integrations.components.navigation.integrations.translate_course',
@@ -223,6 +231,12 @@ export default {
223
231
  readable: true,
224
232
  },
225
233
  },
234
+ metadata: {
235
+ grouping: {
236
+ name: 'windward.integrations.shared.menu.integrations',
237
+ order: 999,
238
+ },
239
+ },
226
240
  },
227
241
  ],
228
242
  },