Skip to content

Commit

Permalink
chore(publish): v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
searchspring-machine committed Oct 15, 2024
1 parent 3a53e92 commit 96a9c14
Show file tree
Hide file tree
Showing 29 changed files with 147 additions and 87 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.

## [1.2.1](https://github.com/searchspring/snap-1.0/compare/v1.2.0...v1.2.1) (2024-10-15)

### Bug Fixes

- **preact/storybook:** fixing storybook ([3a53e92](https://github.com/searchspring/snap-1.0/commit/3a53e9254e3fb1df84f68d97cb9111b78ce80c54))

# [1.2.0](https://github.com/searchspring/snap-1.0/compare/v1.1.11...v1.2.0) (2024-10-15)

### 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": "1.2.0",
"version": "1.2.1",
"packages": ["packages/*"],
"npmClient": "npm",
"command": {
Expand Down
86 changes: 43 additions & 43 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.

## [1.2.1](https://github.com/searchspring/snap/compare/v1.2.0...v1.2.1) (2024-10-15)

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

# [1.2.0](https://github.com/searchspring/snap/compare/v1.1.11...v1.2.0) (2024-10-15)

### 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": "1.2.0",
"version": "1.2.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": "^1.2.0",
"@searchspring/snap-toolbox": "^1.2.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.

## [1.2.1](https://github.com/searchspring/snap/compare/v1.2.0...v1.2.1) (2024-10-15)

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

# [1.2.0](https://github.com/searchspring/snap/compare/v1.1.11...v1.2.0) (2024-10-15)

### Bug Fixes
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": "1.2.0",
"version": "1.2.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": "^1.2.0",
"@searchspring/snap-toolbox": "^1.2.1",
"css.escape": "1.5.1",
"deepmerge": "4.3.1"
},
"devDependencies": {
"@searchspring/snap-client": "^1.2.0",
"@searchspring/snap-event-manager": "^1.2.0",
"@searchspring/snap-logger": "^1.2.0",
"@searchspring/snap-profiler": "^1.2.0",
"@searchspring/snap-store-mobx": "^1.2.0",
"@searchspring/snap-tracker": "^1.2.0",
"@searchspring/snap-url-manager": "^1.2.0"
"@searchspring/snap-client": "^1.2.1",
"@searchspring/snap-event-manager": "^1.2.1",
"@searchspring/snap-logger": "^1.2.1",
"@searchspring/snap-profiler": "^1.2.1",
"@searchspring/snap-store-mobx": "^1.2.1",
"@searchspring/snap-tracker": "^1.2.1",
"@searchspring/snap-url-manager": "^1.2.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.

## [1.2.1](https://github.com/searchspring/snap/compare/v1.2.0...v1.2.1) (2024-10-15)

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

# [1.2.0](https://github.com/searchspring/snap/compare/v1.1.11...v1.2.0) (2024-10-15)

**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": "1.2.0",
"version": "1.2.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.

## [1.2.1](https://github.com/searchspring/snap/compare/v1.2.0...v1.2.1) (2024-10-15)

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

# [1.2.0](https://github.com/searchspring/snap/compare/v1.1.11...v1.2.0) (2024-10-15)

**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": "1.2.0",
"version": "1.2.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": "^1.2.0"
"@searchspring/snap-toolbox": "^1.2.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.

## [1.2.1](https://github.com/searchspring/snap/compare/v1.2.0...v1.2.1) (2024-10-15)

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

# [1.2.0](https://github.com/searchspring/snap/compare/v1.1.11...v1.2.0) (2024-10-15)

### Bug Fixes
Expand Down
8 changes: 4 additions & 4 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": "1.2.0",
"version": "1.2.1",
"description": "Snap Platforms Library",
"author": "Searchspring",
"license": "MIT",
Expand All @@ -18,11 +18,11 @@
"test:watch": "jest --watch"
},
"dependencies": {
"@searchspring/snap-toolbox": "^1.2.0"
"@searchspring/snap-toolbox": "^1.2.1"
},
"devDependencies": {
"@searchspring/snap-controller": "^1.2.0",
"@searchspring/snap-store-mobx": "^1.2.0"
"@searchspring/snap-controller": "^1.2.1",
"@searchspring/snap-store-mobx": "^1.2.1"
},
"sideEffects": false,
"files": [
Expand Down
4 changes: 4 additions & 0 deletions packages/snap-preact-demo/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.

## [1.2.1](https://github.com/searchspring/snap-1.0/compare/v1.2.0...v1.2.1) (2024-10-15)

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

# [1.2.0](https://github.com/searchspring/snap-1.0/compare/v1.1.11...v1.2.0) (2024-10-15)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/snap-preact-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@searchspring/snap-preact-demo",
"private": true,
"version": "1.2.0",
"version": "1.2.1",
"description": "demo store for development and testing",
"author": "Searchspring",
"license": "MIT",
Expand Down Expand Up @@ -33,7 +33,7 @@
"scaffold": "snapfu-core"
},
"dependencies": {
"@searchspring/snap-preact": "^1.2.0",
"@searchspring/snap-preact": "^1.2.1",
"deepmerge": "4.3.1",
"mobx-react": "7.6.0",
"preact": "10.9.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/snap-preact/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.

## [1.2.1](https://github.com/searchspring/snap/compare/v1.2.0...v1.2.1) (2024-10-15)

### Bug Fixes

- **preact/storybook:** fixing storybook ([3a53e92](https://github.com/searchspring/snap/commit/3a53e9254e3fb1df84f68d97cb9111b78ce80c54))

# [1.2.0](https://github.com/searchspring/snap/compare/v1.1.11...v1.2.0) (2024-10-15)

### Bug Fixes
Expand Down
Loading

0 comments on commit 96a9c14

Please sign in to comment.