Skip to content

Commit

Permalink
chore(publish): v0.60.3
Browse files Browse the repository at this point in the history
  • Loading branch information
searchspring-machine committed Sep 25, 2024
1 parent 8a9ec3a commit 453c211
Show file tree
Hide file tree
Showing 31 changed files with 169 additions and 109 deletions.
4 changes: 4 additions & 0 deletions 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.60.3](https://github.com/searchspring/snap/compare/v0.60.2...v0.60.3) (2024-09-25)

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

## [0.60.2](https://github.com/searchspring/snap/compare/v0.60.1...v0.60.2) (2024-09-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.60.2",
"version": "0.60.3",
"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.60.3](https://github.com/searchspring/snap/compare/v0.60.2...v0.60.3) (2024-09-25)

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

## [0.60.2](https://github.com/searchspring/snap/compare/v0.60.1...v0.60.2) (2024-09-24)

### Bug Fixes
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.60.2",
"version": "0.60.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.60.2",
"@searchspring/snap-toolbox": "^0.60.3",
"deepmerge": "4.3.1"
},
"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.60.3](https://github.com/searchspring/snap/compare/v0.60.2...v0.60.3) (2024-09-25)

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

## [0.60.2](https://github.com/searchspring/snap/compare/v0.60.1...v0.60.2) (2024-09-24)

**Note:** Version bump only for package @searchspring/snap-controller
Expand Down
18 changes: 9 additions & 9 deletions packages/snap-controller/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@searchspring/snap-controller",
"version": "0.60.2",
"version": "0.60.3",
"description": "Snap Controllers",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand All @@ -20,18 +20,18 @@
"test:watch": "jest --watch"
},
"dependencies": {
"@searchspring/snap-toolbox": "^0.60.2",
"@searchspring/snap-toolbox": "^0.60.3",
"css.escape": "1.5.1",
"deepmerge": "4.3.1"
},
"devDependencies": {
"@searchspring/snap-client": "^0.60.2",
"@searchspring/snap-event-manager": "^0.60.2",
"@searchspring/snap-logger": "^0.60.2",
"@searchspring/snap-profiler": "^0.60.2",
"@searchspring/snap-store-mobx": "^0.60.2",
"@searchspring/snap-tracker": "^0.60.2",
"@searchspring/snap-url-manager": "^0.60.2"
"@searchspring/snap-client": "^0.60.3",
"@searchspring/snap-event-manager": "^0.60.3",
"@searchspring/snap-logger": "^0.60.3",
"@searchspring/snap-profiler": "^0.60.3",
"@searchspring/snap-store-mobx": "^0.60.3",
"@searchspring/snap-tracker": "^0.60.3",
"@searchspring/snap-url-manager": "^0.60.3"
},
"sideEffects": false,
"files": [
Expand Down
4 changes: 4 additions & 0 deletions packages/snap-event-manager/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.60.3](https://github.com/searchspring/snap/compare/v0.60.2...v0.60.3) (2024-09-25)

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

## [0.60.2](https://github.com/searchspring/snap/compare/v0.60.1...v0.60.2) (2024-09-24)

**Note:** Version bump only for package @searchspring/snap-event-manager
Expand Down
2 changes: 1 addition & 1 deletion packages/snap-event-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@searchspring/snap-event-manager",
"version": "0.60.2",
"version": "0.60.3",
"description": "Snap Event Manager",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/snap-logger/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.60.3](https://github.com/searchspring/snap/compare/v0.60.2...v0.60.3) (2024-09-25)

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

## [0.60.2](https://github.com/searchspring/snap/compare/v0.60.1...v0.60.2) (2024-09-24)

**Note:** Version bump only for package @searchspring/snap-logger
Expand Down
4 changes: 2 additions & 2 deletions packages/snap-logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@searchspring/snap-logger",
"version": "0.60.2",
"version": "0.60.3",
"description": "Snap Logger",
"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.60.2"
"@searchspring/snap-toolbox": "^0.60.3"
},
"sideEffects": false,
"files": [
Expand Down
4 changes: 4 additions & 0 deletions packages/snap-platforms/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.60.3](https://github.com/searchspring/snap/compare/v0.60.2...v0.60.3) (2024-09-25)

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

## [0.60.2](https://github.com/searchspring/snap/compare/v0.60.1...v0.60.2) (2024-09-24)

**Note:** Version bump only for package @searchspring/snap-platforms
Expand Down
6 changes: 3 additions & 3 deletions packages/snap-platforms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@searchspring/snap-platforms",
"version": "0.60.2",
"version": "0.60.3",
"description": "Snap Platforms Library",
"author": "Searchspring",
"license": "MIT",
Expand All @@ -18,10 +18,10 @@
"test:watch": "jest --watch"
},
"dependencies": {
"@searchspring/snap-toolbox": "^0.60.2"
"@searchspring/snap-toolbox": "^0.60.3"
},
"devDependencies": {
"@searchspring/snap-store-mobx": "^0.60.2"
"@searchspring/snap-store-mobx": "^0.60.3"
},
"sideEffects": false,
"files": [
Expand Down
4 changes: 4 additions & 0 deletions packages/snap-preact-components/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.60.3](https://github.com/searchspring/snap/compare/v0.60.2...v0.60.3) (2024-09-25)

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

## [0.60.2](https://github.com/searchspring/snap/compare/v0.60.1...v0.60.2) (2024-09-24)

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

0 comments on commit 453c211

Please sign in to comment.