Skip to content

Commit

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

## [0.51.2](https://github.com/searchspring/snap/compare/v0.51.1...v0.51.2) (2024-02-12)

### Bug Fixes

- **controller/search:** modifying logic for infinite backfill to optimize cache ([f6fa5d6](https://github.com/searchspring/snap/commit/f6fa5d6e8d74a472906d642f0f36bed82bd87b6f))

## [0.51.1](https://github.com/searchspring/snap/compare/v0.51.0...v0.51.1) (2024-02-09)

### 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.51.1",
"version": "0.51.2",
"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.

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

## [0.51.2](https://github.com/searchspring/snap/compare/v0.51.1...v0.51.2) (2024-02-12)

### Bug Fixes

- **controller/search:** modifying logic for infinite backfill to optimize cache ([f6fa5d6](https://github.com/searchspring/snap/commit/f6fa5d6e8d74a472906d642f0f36bed82bd87b6f))

## [0.51.1](https://github.com/searchspring/snap/compare/v0.51.0...v0.51.1) (2024-02-09)

**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.51.1",
"version": "0.51.2",
"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.51.1",
"@searchspring/snap-toolbox": "^0.51.2",
"deepmerge": "4.3.1"
},
"sideEffects": false,
Expand Down
6 changes: 6 additions & 0 deletions packages/snap-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.51.2](https://github.com/searchspring/snap/compare/v0.51.1...v0.51.2) (2024-02-12)

### Bug Fixes

- **controller/search:** modifying logic for infinite backfill to optimize cache ([f6fa5d6](https://github.com/searchspring/snap/commit/f6fa5d6e8d74a472906d642f0f36bed82bd87b6f))

## [0.51.1](https://github.com/searchspring/snap/compare/v0.51.0...v0.51.1) (2024-02-09)

### Bug Fixes
Expand Down
Loading

0 comments on commit 333a770

Please sign in to comment.