onesignal-vue 2.3.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:
@@ -1,9 +1,8 @@
1
1
  name: 🪳 Bug report
2
2
  description: File a bug report
3
- title: "[Bug]: "
4
- labels: ["bug", "triage"]
5
- assignees:
6
- - OneSignal/eng-developer-sdk
3
+ title: '[Bug]: '
4
+ labels: ['Bug']
5
+
7
6
  body:
8
7
  - type: markdown
9
8
  attributes:
@@ -67,4 +66,3 @@ body:
67
66
  label: Relevant log output
68
67
  description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
69
68
  render: Shell
70
-
@@ -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:
@@ -0,0 +1,17 @@
1
+ name: Add issues to project
2
+
3
+ on:
4
+ issues:
5
+ types:
6
+ - opened
7
+
8
+ jobs:
9
+ add-to-project:
10
+ runs-on: ubuntu-latest
11
+ steps:
12
+ - name: Add issue to project
13
+ uses: actions/add-to-project@v1.0.2
14
+ with:
15
+ # SDK Web Project
16
+ project-url: https://github.com/orgs/OneSignal/projects/9
17
+ github-token: ${{ secrets.GH_PROJECTS_TOKEN }}
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
5
+ ## [2.4.0](https://github.com/OneSignal/onesignal-vue/compare/2.3.0...2.4.0) (2025-05-10)
6
+
7
+ ### Features
8
+
9
+ * sync with web-shim-codegen v3.0.4 ([ce0d876](https://github.com/OneSignal/onesignal-vue/commit/ce0d8763eac93873cb38e74b7e8b3fe13af43a70))
10
+
3
11
  ## [2.3.0](https://github.com/OneSignal/onesignal-vue/compare/2.2.0...2.3.0) (2025-03-28)
4
12
 
5
13
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "onesignal-vue",
3
- "version": "2.3.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": [