Skip to content

Commit

Permalink
chore(publish): v0.58.1
Browse files Browse the repository at this point in the history
  • Loading branch information
searchspring-machine committed Jul 3, 2024
1 parent c9f544b commit 4b2be24
Show file tree
Hide file tree
Showing 31 changed files with 179 additions and 109 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.58.1](https://github.com/searchspring/snap/compare/v0.58.0...v0.58.1) (2024-07-03)

### Bug Fixes

- **cookies:** updating cookies to use domain when calling `unset` function ([b5315c1](https://github.com/searchspring/snap/commit/b5315c128fb77c6cad810f5793dbecf681e85337))

# [0.58.0](https://github.com/searchspring/snap/compare/v0.57.0...v0.58.0) (2024-07-02)

### 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.0",
"version": "0.58.1",
"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.58.1](https://github.com/searchspring/snap/compare/v0.58.0...v0.58.1) (2024-07-03)

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

# [0.58.0](https://github.com/searchspring/snap/compare/v0.57.0...v0.58.0) (2024-07-02)

**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.0",
"version": "0.58.1",
"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.0",
"@searchspring/snap-toolbox": "^0.58.1",
"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.58.1](https://github.com/searchspring/snap/compare/v0.58.0...v0.58.1) (2024-07-03)

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

# [0.58.0](https://github.com/searchspring/snap/compare/v0.57.0...v0.58.0) (2024-07-02)

**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.58.0",
"version": "0.58.1",
"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.58.0",
"@searchspring/snap-toolbox": "^0.58.1",
"css.escape": "1.5.1",
"deepmerge": "4.3.1"
},
"devDependencies": {
"@searchspring/snap-client": "^0.58.0",
"@searchspring/snap-event-manager": "^0.58.0",
"@searchspring/snap-logger": "^0.58.0",
"@searchspring/snap-profiler": "^0.58.0",
"@searchspring/snap-store-mobx": "^0.58.0",
"@searchspring/snap-tracker": "^0.58.0",
"@searchspring/snap-url-manager": "^0.58.0"
"@searchspring/snap-client": "^0.58.1",
"@searchspring/snap-event-manager": "^0.58.1",
"@searchspring/snap-logger": "^0.58.1",
"@searchspring/snap-profiler": "^0.58.1",
"@searchspring/snap-store-mobx": "^0.58.1",
"@searchspring/snap-tracker": "^0.58.1",
"@searchspring/snap-url-manager": "^0.58.1"
},
"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.58.1](https://github.com/searchspring/snap/compare/v0.58.0...v0.58.1) (2024-07-03)

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

# [0.58.0](https://github.com/searchspring/snap/compare/v0.57.0...v0.58.0) (2024-07-02)

**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.58.0",
"version": "0.58.1",
"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.58.1](https://github.com/searchspring/snap/compare/v0.58.0...v0.58.1) (2024-07-03)

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

# [0.58.0](https://github.com/searchspring/snap/compare/v0.57.0...v0.58.0) (2024-07-02)

**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.58.0",
"version": "0.58.1",
"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.58.0"
"@searchspring/snap-toolbox": "^0.58.1"
},
"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.58.1](https://github.com/searchspring/snap/compare/v0.58.0...v0.58.1) (2024-07-03)

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

# [0.58.0](https://github.com/searchspring/snap/compare/v0.57.0...v0.58.0) (2024-07-02)

**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.58.0",
"version": "0.58.1",
"description": "Snap Platforms Library",
"author": "Searchspring",
"license": "MIT",
Expand All @@ -18,10 +18,10 @@
"test:watch": "jest --watch"
},
"dependencies": {
"@searchspring/snap-toolbox": "^0.58.0"
"@searchspring/snap-toolbox": "^0.58.1"
},
"devDependencies": {
"@searchspring/snap-store-mobx": "^0.58.0"
"@searchspring/snap-store-mobx": "^0.58.1"
},
"sideEffects": false,
"files": [
Expand Down
Loading

0 comments on commit 4b2be24

Please sign in to comment.