Skip to content

Commit

Permalink
Version Packages manually
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonBerry committed Oct 13, 2022
1 parent 61804ba commit 9392a0f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/cold-stingrays-smell.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sajari/sdk-js

## 2.10.8

### Patch Changes

- 61804ba: Fix for when promotions use keys that aren't selected in fields

## 2.10.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sajari/sdk-js",
"description": "Search.io JavaScript SDK",
"version": "2.10.7",
"version": "2.10.8",
"main": "./dist/index.js",
"umd:main": "./dist/sajarisdk.umd.production.min.js",
"module": "./dist/sajarisdk.esm.js",
Expand Down
2 changes: 1 addition & 1 deletion src/user-agent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ if (scriptTag) {
* user agent of sdk
* @hidden
*/
export const USER_AGENT = ["sajari-sdk-js/2.10.7", suffix]
export const USER_AGENT = ["sajari-sdk-js/2.10.8", suffix]
.filter(Boolean)
.join(" ");

0 comments on commit 9392a0f

Please sign in to comment.