Skip to content

Commit

Permalink
chore(publish): v0.42.3
Browse files Browse the repository at this point in the history
  • Loading branch information
searchspring-machine committed Mar 28, 2023
1 parent 0da6d48 commit 1f4391f
Show file tree
Hide file tree
Showing 29 changed files with 205 additions and 138 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.42.3](https://github.com/searchspring/snap/compare/v0.42.2...v0.42.3) (2023-03-28)

### Bug Fixes

- **autocompletestore:** re-init ac history when setService urlManager is called ([0ff3114](https://github.com/searchspring/snap/commit/0ff311447f13b75240ca3d7e34e616c4eba52b00))
- **store-search-result-store:** adjusting logic for inline banner injection and adding a test ([4ebd069](https://github.com/searchspring/snap/commit/4ebd069198f00059dfc834fef0a5a440f470ca9c))
- **urlmanager-linker-react:** adjusting code so that if an event is not passed it will not error out ([e4a4b62](https://github.com/searchspring/snap/commit/e4a4b6235d5f6b4719b3bddf0a57e1bea118fc0d))

## [0.42.2](https://github.com/searchspring/snap/compare/v0.42.1...v0.42.2) (2023-03-24)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.42.2",
"version": "0.42.3",
"packages": ["packages/*"],
"useWorkspaces": true,
"npmClient": "npm",
Expand Down
174 changes: 87 additions & 87 deletions package-lock.json

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

4 changes: 4 additions & 0 deletions packages/snap-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.42.3](https://github.com/searchspring/snap/compare/v0.42.2...v0.42.3) (2023-03-28)

**Note:** Version bump only for package @searchspring/snap-client

## [0.42.2](https://github.com/searchspring/snap/compare/v0.42.1...v0.42.2) (2023-03-24)

**Note:** Version bump only for package @searchspring/snap-client
Expand Down
4 changes: 2 additions & 2 deletions packages/snap-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@searchspring/snap-client",
"version": "0.42.2",
"version": "0.42.3",
"description": "Snap Client",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand All @@ -20,7 +20,7 @@
"test:watch": "jest --watch"
},
"dependencies": {
"@searchspring/snap-toolbox": "^0.42.2",
"@searchspring/snap-toolbox": "^0.42.3",
"deepmerge": "4.2.2"
},
"sideEffects": false,
Expand Down
4 changes: 4 additions & 0 deletions packages/snap-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.42.3](https://github.com/searchspring/snap/compare/v0.42.2...v0.42.3) (2023-03-28)

**Note:** Version bump only for package @searchspring/snap-controller

## [0.42.2](https://github.com/searchspring/snap/compare/v0.42.1...v0.42.2) (2023-03-24)

**Note:** Version bump only for package @searchspring/snap-controller
Expand Down
Loading

0 comments on commit 1f4391f

Please sign in to comment.