Skip to content

Commit

Permalink
Merge branch 'release/0.17.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
nwtgck committed Oct 6, 2024
2 parents aaa5f3b + 4a0ce03 commit a4e61d6
Show file tree
Hide file tree
Showing 12 changed files with 1,436 additions and 1,562 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cloudflare-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- uses: actions/[email protected].1
- uses: actions/[email protected].4
with:
node-version: 16.x
node-version: 20.x
# base: https://github.com/actions/setup-node/issues/214#issuecomment-810829250
- name: Reconfigure git to use HTTPS authentication for npm-dependencies using Git
run: git config --global url."https://github.com/".insteadOf ssh://[email protected]/
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ jobs:
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: actions/[email protected].1
- uses: actions/[email protected].4
with:
node-version: 16.x
node-version: 20.x
cache: 'npm'
cache-dependency-path: |
package-lock.json
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/netlify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions/[email protected].1
- uses: actions/[email protected].4
with:
node-version: 16.x
node-version: 20.x
# base: https://github.com/actions/setup-node/issues/214#issuecomment-810829250
- name: Reconfigure git to use HTTPS authentication for npm-dependencies using Git
run: git config --global url."https://github.com/".insteadOf ssh://[email protected]/
- run: npm ci
- run: SITE_URL="https://piping-ui.org" npm run build

- name: Deploy to Netlify
uses: nwtgck/actions-netlify@v2.1
uses: nwtgck/actions-netlify@v3.0
with:
publish-dir: './dist'
production-branch: master
Expand All @@ -43,7 +43,7 @@ jobs:
id: get_netlify_alias
# For branch deploy
- name: Deploy to Netlify (branch)
uses: nwtgck/actions-netlify@v2.1
uses: nwtgck/actions-netlify@v3.0
with:
publish-dir: './dist'
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/vue-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v4
- uses: actions/[email protected].1
- uses: actions/[email protected].4
with:
node-version: 16.x
node-version: 20.x
- run: npm ci
- uses: nwtgck/actions-vue-upgrade@develop
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)

## [Unreleased]

## [0.17.0] - 2024-10-06
### Changed
- Update dependencies
- Set the numeric keyboard as the default input for the secret path field

## [0.16.2] - 2024-01-07
### Changed
- Update dependencies
Expand Down Expand Up @@ -480,7 +485,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
### Added
- First release

[Unreleased]: https://github.com/nwtgck/piping-ui-web/compare/v0.16.2...HEAD
[Unreleased]: https://github.com/nwtgck/piping-ui-web/compare/v0.17.0...HEAD
[0.17.0]: https://github.com/nwtgck/piping-ui-web/compare/v0.16.2...v0.17.0
[0.16.2]: https://github.com/nwtgck/piping-ui-web/compare/v0.16.1...v0.16.2
[0.16.1]: https://github.com/nwtgck/piping-ui-web/compare/v0.16.0...v0.16.1
[0.16.0]: https://github.com/nwtgck/piping-ui-web/compare/v0.15.0...v0.16.0
Expand Down
Loading

0 comments on commit a4e61d6

Please sign in to comment.