Skip to content

Commit

Permalink
Releases/v3.4 (#246)
Browse files Browse the repository at this point in the history
* Bump node-fetch from 2.6.7 to 2.6.9 (#241)

* Bump node-fetch from 2.6.7 to 2.6.9

Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.7 to 2.6.9.
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Commits](node-fetch/node-fetch@v2.6.7...v2.6.9)

---
updated-dependencies:
- dependency-name: node-fetch
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update changelog

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>

* Bump jest from 29.3.1 to 29.5.0 (#242)

* Bump jest from 29.3.1 to 29.5.0

Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 29.3.1 to 29.5.0.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v29.5.0/packages/jest)

---
updated-dependencies:
- dependency-name: jest
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update changelog

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dan Goslen <[email protected]>

* Bump actions/checkout from 3.2.0 to 3.5.2 (#245)

* Bump actions/checkout from 3.2.0 to 3.5.2

Bumps [actions/checkout](https://github.com/actions/checkout) from 3.2.0 to 3.5.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3.2.0...v3.5.2)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update changelog

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dan Goslen <[email protected]>

* Switching to main

* Rebuild with new dependencies

* Better changelog

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored May 6, 2023
1 parent cfbadf2 commit 2d71d51
Show file tree
Hide file tree
Showing 7 changed files with 2,312 additions and 5,515 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ updates:
open-pull-requests-limit: 2
schedule:
interval: "weekly"
target-branch: "master"
target-branch: "main"

- package-ecosystem: "github-actions"
directory: "/"
Expand All @@ -21,4 +21,4 @@ updates:
open-pull-requests-limit: 2
schedule:
interval: "weekly"
target-branch: "master"
target-branch: "main"
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
needs: [ verify ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.2.0
- uses: actions/checkout@v3.5.2
with:
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
Expand All @@ -33,7 +33,7 @@ jobs:
enforce-changelog:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.2.0
- uses: actions/checkout@v3.5.2
with:
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ on:
- 'releases/v1.6'
- 'releases/v2.3'
- 'releases/v3.3.0'
- 'master'
- 'main'

jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.2.0
- uses: actions/checkout@v3.5.2

- name: read versions
id: read-version
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

## [UNRELEASED]

## [v3.4.0]
### Chnaged
- Switches the default branch from `master` to `main`

### Dependencies
- Bump `actions/checkout` from 3.2.0 to 3.5.2 (#245)
- Bump `jest` from 29.3.1 to 29.5.0 (#242)
- Bump `node-fetch` from 2.6.7 to 2.6.9 (#241)

## [v3.3.2]
### Fixed
- Properly rebuilds the `dist.index.js` meant to be built in `v3.3.1`.
Expand Down
Loading

0 comments on commit 2d71d51

Please sign in to comment.