Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion outputs/onesignal-ngx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "onesignal-ngx",
"version": "2.4.1",
"version": "2.4.2",
"description": "This is a JavaScript module that can be used to easily include OneSignal code in a website or app that uses Angular for its front-end codebase.",
"contributors": [
{
Expand Down
3 changes: 3 additions & 0 deletions outputs/react/.github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
conventional-changelog-conventionalcommits \
-- --no-save

- name: Build
run: vp run build

- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GH_PUSH_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion outputs/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-onesignal",
"version": "3.5.1",
"version": "3.5.2",
"description": "React OneSignal Module: Make it easy to integrate OneSignal with your React App!",
"contributors": [
{
Expand Down
3 changes: 3 additions & 0 deletions outputs/vue/v2/.github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
conventional-changelog-conventionalcommits \
-- --no-save

- name: Build
run: vp run build

- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GH_PUSH_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion outputs/vue/v2/bun.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion outputs/vue/v2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "onesignal-vue",
"version": "2.7.0",
"version": "2.7.1",
"description": "Vue OneSignal Plugin: Make it easy to integrate OneSignal with your Vue App!",
"type": "module",
"contributors": [
Expand Down
3 changes: 3 additions & 0 deletions outputs/vue/v3/.github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
conventional-changelog-conventionalcommits \
-- --no-save

- name: Build
run: vp run build

- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GH_PUSH_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion outputs/vue/v3/bun.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion outputs/vue/v3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onesignal/onesignal-vue3",
"version": "2.5.0",
"version": "2.5.1",
"description": "Vue 3 OneSignal Plugin: Make it easy to integrate OneSignal with your Vue App!",
"type": "module",
"contributors": [
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "onesignal-ngx",
"version": "2.4.1",
"version": "2.4.2",
"description": "This is a JavaScript module that can be used to easily include OneSignal code in a website or app that uses Angular for its front-end codebase.",
"contributors": [
{
Expand Down
3 changes: 3 additions & 0 deletions src/static/.github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
conventional-changelog-conventionalcommits \
-- --no-save

- name: Build
run: vp run build

- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GH_PUSH_TOKEN }}
Expand Down
42 changes: 42 additions & 0 deletions src/static/onesignal-ngx/.github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
name: Release
on:
push:
branches:
- main

jobs:
release:
name: Release
runs-on: ubuntu-latest
permissions:
contents: write
issues: write
pull-requests: write
id-token: write # to enable use of OIDC for trusted publishing and npm provenance
steps:
- name: Checkout
uses: actions/checkout@v6
with:
fetch-depth: 0

- name: Install
uses: voidzero-dev/setup-vp@v1
with:
cache: true
run-install: true

- name: Install semantic-release
run: |
vp add \
semantic-release \
@semantic-release/changelog \
@semantic-release/git \
@semantic-release/github \
@semantic-release/npm \
conventional-changelog-conventionalcommits \
-- --no-save

- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GH_PUSH_TOKEN }}
run: vpx semantic-release
2 changes: 1 addition & 1 deletion src/static/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-onesignal",
"version": "3.5.1",
"version": "3.5.2",
"description": "React OneSignal Module: Make it easy to integrate OneSignal with your React App!",
"contributors": [
{
Expand Down
2 changes: 1 addition & 1 deletion src/static/vue/v2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "onesignal-vue",
"version": "2.7.0",
"version": "2.7.1",
"description": "Vue OneSignal Plugin: Make it easy to integrate OneSignal with your Vue App!",
"type": "module",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion src/static/vue/v3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onesignal/onesignal-vue3",
"version": "2.5.0",
"version": "2.5.1",
"description": "Vue 3 OneSignal Plugin: Make it easy to integrate OneSignal with your Vue App!",
"type": "module",
"contributors": [
Expand Down