Skip to content

Commit

Permalink
chore(publish): v0.50.0
Browse files Browse the repository at this point in the history
  • Loading branch information
searchspring-machine committed Jan 4, 2024
1 parent 49c6e38 commit cb61b95
Show file tree
Hide file tree
Showing 29 changed files with 214 additions and 138 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.50.0](https://github.com/searchspring/snap/compare/v0.49.1...v0.50.0) (2024-01-04)

### Bug Fixes

- **controller/search:** addressing PR feedback to correct potential error ([33b917f](https://github.com/searchspring/snap/commit/33b917f506bfdb16dfcbca33db4c05d12aef4e52))
- **controller/search:** fixing eventListener typo from 'remove' -> 'add' ([c66ae1d](https://github.com/searchspring/snap/commit/c66ae1db0a47bfb89e482d4669ed097f4197a4fb))
- **preact-demo:** adding support for all lowercase `siteid` parameter ([71a8574](https://github.com/searchspring/snap/commit/71a8574d94eefdd6d5953f81c734598e632f7e2a))
- **preact-demo:** adding support for all lowercase `siteid` parameter ([d1a49da](https://github.com/searchspring/snap/commit/d1a49da025970b45f526e89b0555f1a5f3d09f8c))

### Features

- **controller/search:** adding ability to fire 'restorePosition' event and 'pageshow' setting ([aa3d447](https://github.com/searchspring/snap/commit/aa3d4477c14aa07ae8d4abc5eea11f4c4ee05a71))

## [0.49.1](https://github.com/searchspring/snap/compare/v0.49.0...v0.49.1) (2023-11-03)

**Note:** Version bump only for package @searchspring/snap
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.49.1",
"version": "0.50.0",
"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.50.0](https://github.com/searchspring/snap/compare/v0.49.1...v0.50.0) (2024-01-04)

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

## [0.49.1](https://github.com/searchspring/snap/compare/v0.49.0...v0.49.1) (2023-11-03)

**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.49.1",
"version": "0.50.0",
"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.49.1",
"@searchspring/snap-toolbox": "^0.50.0",
"deepmerge": "4.3.1"
},
"sideEffects": false,
Expand Down
Loading

0 comments on commit cb61b95

Please sign in to comment.