Skip to content

Commit

Permalink
Version Packages (#775)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Ryan Ling <[email protected]>
  • Loading branch information
3 people authored May 12, 2022
1 parent a13d899 commit 2feeea4
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/fair-nails-march.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/little-needles-train.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shaggy-carrots-yell.md

This file was deleted.

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

## 6.2.0

### Minor Changes

- **JobCategoryLookup:** Add component ([#772](https://github.com/seek-oss/wingman/pull/772))

* **LocationLookup:** Add component ([#776](https://github.com/seek-oss/wingman/pull/776))

### Patch Changes

- **deps:** use-debounce ^8.0.0 ([#771](https://github.com/seek-oss/wingman/pull/771))

## 6.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion fe/lib/components/JobCategoryLookup/JobCategoryLookup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export const JobCategoryLookup = ({
{categoryError && (
<FieldMessage
id="jobCategoryLookupError"
message="Sorry, we couldn’t fetch the job category. Please try again."
message="Sorry, we couldn’t retrieve this job category. Please try again."
tone="critical"
/>
)}
Expand Down
2 changes: 1 addition & 1 deletion fe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@
"test": "sku test",
"test:ci": "sku test --coverage"
},
"version": "6.1.1"
"version": "6.2.0"
}

0 comments on commit 2feeea4

Please sign in to comment.