onesignal-vue 2.4.0 → 2.4.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.
@@ -1,9 +1,8 @@
1
1
  name: 🙋‍♂️ Ask a question
2
2
  description: Tell us what's on your mind
3
- title: "[Question]: "
4
- labels: ["triage"]
5
- assignees:
6
- - OneSignal/eng-developer-sdk
3
+ title: '[Question]: '
4
+ labels: ['Question']
5
+
7
6
  body:
8
7
  - type: markdown
9
8
  attributes:
@@ -2,8 +2,7 @@ name: 🪳 Bug report
2
2
  description: File a bug report
3
3
  title: '[Bug]: '
4
4
  labels: ['Bug']
5
- assignees:
6
- - OneSignal/eng-developer-sdk
5
+
7
6
  body:
8
7
  - type: markdown
9
8
  attributes:
@@ -1,9 +1,8 @@
1
1
  name: 📣 General feedback
2
2
  description: Tell us what's on your mind
3
- title: "[Feedback]: "
4
- labels: ["triage"]
5
- assignees:
6
- - OneSignal/eng-developer-sdk
3
+ title: '[Feedback]: '
4
+ labels: ['Feedback']
5
+
7
6
  body:
8
7
  - type: markdown
9
8
  attributes:
@@ -15,4 +15,3 @@ jobs:
15
15
  # SDK Web Project
16
16
  project-url: https://github.com/orgs/OneSignal/projects/9
17
17
  github-token: ${{ secrets.GH_PROJECTS_TOKEN }}
18
- labeled: Bug
package/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # Changelog
2
2
 
3
+ ## [2.4.1](https://github.com/OneSignal/onesignal-vue/compare/2.4.0...2.4.1) (2025-05-12)
4
+
3
5
  ## [2.4.0](https://github.com/OneSignal/onesignal-vue/compare/2.3.0...2.4.0) (2025-05-10)
4
6
 
5
7
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "onesignal-vue",
3
- "version": "2.4.0",
3
+ "version": "2.4.1",
4
4
  "description": "Vue OneSignal Plugin: Make it easy to integrate OneSignal with your Vue App!",
5
5
  "type": "module",
6
6
  "contributors": [