Skip to content

Commit

Permalink
Merge branch 'release/4.6.1' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
FranckyC committed Apr 7, 2022
2 parents 7710b8a + 79daa58 commit d3d8bba
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 12 deletions.
2 changes: 1 addition & 1 deletion docs/how-to-contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ You can contribute to this project at multiple levels:
- Add new reusable [components](./extensibility/custom_web_component.md) or [suggestions providers](./extensibility/custom_suggestions_provider.md) to the extensibility library.
- Add Web Part translations

As a result, we accept pull requests from the community. You can refer to [this post](https://tahoeninjas.blog/2019/08/18/my-github-cheat-sheet-for-pnp-contributions-an-interactive-cheat-sheet/) by Hugo Bernier to know how make a PR on a GitHub repository.
As a result, we accept pull requests from the community. You can refer to [this post](https://pnp.github.io/script-samples/contributing/submitting-pull-requests.html) to learn how to make a PR on a GitHub repository.

!!! note
Your PR must target the `develop` branch.
Expand Down
56 changes: 48 additions & 8 deletions search-extensibility/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion search-parts/config/package-solution.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"solution": {
"name": "PnP Modern Search - Search Web Parts - v4",
"id": "59903278-dd5d-4e9e-bef6-562aae716b8b",
"version": "4.6.0.0",
"version": "4.6.1.0",
"includeClientSideAssets": true,
"skipFeatureDeployment": true,
"isDomainIsolated": false,
Expand Down
2 changes: 1 addition & 1 deletion search-parts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnp/modern-search-web-parts",
"version": "4.6.0",
"version": "4.6.1",
"private": true,
"main": "lib/index.js",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion search-parts/src/helpers/DateHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export class DateHelper {
// if culture starts with or is any of this, two letter locale must be used in momentjs (culture es-es must load es.js file)
let momentTwoLetterLanguageName = [
"af", "az", "be", "bg", "bm", "bo", "br", "bs", "ca", "cs", "cv",
"cy", "da", "dv", "el", "eo", "es-es", "et", "eu", "fa", "fi", "fil",
"cy", "da", "de-de", "dv", "el", "eo", "es-es", "et", "eu", "fa", "fi", "fil",
"fo", "fy", "fr-fr", "ga", "gd", "gl", "gu", "he", "hi", "hr", "hu", "id", "is",
"ja", "jv", "ka", "kk", "km", "kn", "ko", "ku", "ky", "lb", "lo", "lt",
"lv", "me", "mi", "mk", "ml", "mn", "mr", "mt", "my", "nb", "ne",
Expand Down

0 comments on commit d3d8bba

Please sign in to comment.