Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
MurhafSousli committed Aug 25, 2024
1 parent 91fddc1 commit f9ffc3e
Show file tree
Hide file tree
Showing 13 changed files with 3,012 additions and 4,920 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
# We specify the Node.js version manually below, and use versioned Chrome from Puppeteer.
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@master
- name: Use Node.js 20
uses: actions/setup-node@v1
uses: actions/setup-node@master
with:
node-version: 20
- name: Install dependencies
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/netlify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@master
- name: Use Node.js 20
uses: actions/setup-node@v1
uses: actions/setup-node@master
with:
node-version: 20
- name: Install dependencies
Expand All @@ -20,7 +20,7 @@ jobs:
- name: Build demo
run: npm run build-demo
- name: Deploy to Netlify
uses: nwtgck/actions-netlify@v1.1.11
uses: nwtgck/actions-netlify@master
with:
publish-dir: './dist/ngx-sharebuttons-demo/browser'
production-branch: deploy-netlify
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 15.0.3

- enhance: enhance: Use injection factory for `SHARE_BUTTONS_CONFIG` and `SHARE_BUTTONS_PROP` to avoid merging custom options with the default options for every share button.

## 15.0.2

- No Changes, just fixing the minimum Angular version to `v17.1.0` and add missing fields to package.json in NPM.
Expand Down
Loading

0 comments on commit f9ffc3e

Please sign in to comment.