Skip to content

Commit

Permalink
chore(merge-develop): merge in develop
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisFrazier77 committed Sep 3, 2024
2 parents 0ca961b + 28ae211 commit c0866e2
Show file tree
Hide file tree
Showing 49 changed files with 564 additions and 419 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = {
'plugin:@typescript-eslint/recommended', // uses the recommended rules from the @typescript-eslint/eslint-plugin
'prettier', // disable ESLint rules from @typescript-eslint/eslint-plugin that would conflict with prettier
],
ignorePatterns: ["**/docs", "**/dist", "*.test.ts", "*.test.tsx"],
ignorePatterns: ["**/docs", "**/dist", "*.test.ts", "*.test.tsx", "./packages/snapps"],
rules: {
// add rules... or dont...
'no-debugger': 'error',
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.59.0](https://github.com/searchspring/snap/compare/v0.58.3...v0.59.0) (2024-08-22)

### Bug Fixes

- **eslint:** fix eslint to allow commits to implementations from monorepo ([c700cbd](https://github.com/searchspring/snap/commit/c700cbd21591533613704898655cdca4b01ec693))

### Features

- **preact-components/recommendation:** adding new lazyRender prop to help improve performance score ([f81e7cb](https://github.com/searchspring/snap/commit/f81e7cbd273650f23d45a60e2e81375656cfe1b5))
- **targeter:** unset of min-height for domTargeter and option to wait for search to render in Snap ([e029b67](https://github.com/searchspring/snap/commit/e029b678c6be946550a9f49bba546d914b3fce07))

## [0.58.3](https://github.com/searchspring/snap/compare/v0.58.2...v0.58.3) (2024-07-31)

### 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.58.3",
"version": "0.59.0",
"packages": ["packages/*"],
"npmClient": "npm",
"command": {
Expand Down
108 changes: 54 additions & 54 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.59.0](https://github.com/searchspring/snap/compare/v0.58.3...v0.59.0) (2024-08-22)

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

## [0.58.3](https://github.com/searchspring/snap/compare/v0.58.2...v0.58.3) (2024-07-31)

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

0 comments on commit c0866e2

Please sign in to comment.