Skip to content

Commit

Permalink
Version Packages (#961)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
seek-oss-ci and github-actions[bot] authored Jul 6, 2023
1 parent d6d016f commit 450ae47
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
11 changes: 0 additions & 11 deletions .changeset/six-ravens-flash.md

This file was deleted.

11 changes: 11 additions & 0 deletions fe/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# wingman-fe

## 9.0.0

### Major Changes

- **SalaryDetails:** Query pay types and currencies ([#959](https://github.com/seek-oss/wingman/pull/959))

Breaking changes:

1. `SalaryDetails` now requires `schemeId` to be passed in
2. The `onBlur` prop will now return `basisCode` and `intervalCode` for the key `payType` instead of `basis`, `interval` and `payType`

## 8.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion fe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,5 @@
"test": "sku test",
"test:ci": "sku test --coverage"
},
"version": "8.1.0"
"version": "9.0.0"
}

0 comments on commit 450ae47

Please sign in to comment.