diff --git a/packages/component-boilerplate/CHANGELOG.md b/packages/component-boilerplate/CHANGELOG.md index 32d18d7c93..384e881d3c 100644 --- a/packages/component-boilerplate/CHANGELOG.md +++ b/packages/component-boilerplate/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.6.4] - 2024-05-07 + +### Changed + +- `@saasquatch/component-environment` package bump + ## [1.6.3] - 2024-04-01 ### Added @@ -177,7 +183,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - useShareEvent useForm -[unreleased]: https://github.com/saasquatch/program-tools/compare/%40saasquatch%2Fcomponent-boilerplate@1.6.2...HEAD +[unreleased]: https://github.com/saasquatch/program-tools/compare/%40saasquatch%2Fcomponent-boilerplate@1.6.4...HEAD +[1.6.4]: https://github.com/saasquatch/program-tools/releases/tag/%40saasquatch%2Fcomponent-boilerplate%401.6.4 [1.6.3]: https://github.com/saasquatch/program-tools/releases/tag/%40saasquatch%2Fcomponent-boilerplate%401.6.3 [1.6.2]: https://github.com/saasquatch/program-tools/releases/tag/%40saasquatch%2Fcomponent-boilerplate%401.6.2 [1.6.1]: https://github.com/saasquatch/program-tools/releases/tag/%40saasquatch%2Fcomponent-boilerplate%401.6.1 diff --git a/packages/component-boilerplate/package-lock.json b/packages/component-boilerplate/package-lock.json index 57f3e145d9..18a0414345 100644 --- a/packages/component-boilerplate/package-lock.json +++ b/packages/component-boilerplate/package-lock.json @@ -1,16 +1,16 @@ { "name": "@saasquatch/component-boilerplate", - "version": "1.6.3", + "version": "1.6.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@saasquatch/component-boilerplate", - "version": "1.6.3", + "version": "1.6.4", "license": "MIT", "dependencies": { "@formatjs/intl": "^1.8.2", - "@saasquatch/component-environment": "^1.0.4", + "@saasquatch/component-environment": "^1.0.6", "@saasquatch/dom-context-hooks": "^1.0.3", "@saasquatch/stencil-hooks": "^2.0.2", "@saasquatch/universal-hooks": "^1.0.0", @@ -3096,9 +3096,9 @@ } }, "node_modules/@saasquatch/component-environment": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/@saasquatch/component-environment/-/component-environment-1.0.5.tgz", - "integrity": "sha512-agj6vEinrI4B3RZLaz9zu2cIIj5p+wXvgFF1lSvd07okYOS7sHK9KduVaI/J81szCUOKSqK/G8+BamxCaqrFYA==", + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/@saasquatch/component-environment/-/component-environment-1.0.6.tgz", + "integrity": "sha512-qA4RvnWpKVL63nSaqlzl7UrkYSRvz9Da38KWA9/EptVRxouo3MxR0tzrHBtZwkydVOOokL2MzRF9vL/d7zAlpg==", "dependencies": { "@wry/equality": "^0.5.2", "dom-context": "^1.2.0", @@ -18888,9 +18888,9 @@ } }, "@saasquatch/component-environment": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/@saasquatch/component-environment/-/component-environment-1.0.5.tgz", - "integrity": "sha512-agj6vEinrI4B3RZLaz9zu2cIIj5p+wXvgFF1lSvd07okYOS7sHK9KduVaI/J81szCUOKSqK/G8+BamxCaqrFYA==", + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/@saasquatch/component-environment/-/component-environment-1.0.6.tgz", + "integrity": "sha512-qA4RvnWpKVL63nSaqlzl7UrkYSRvz9Da38KWA9/EptVRxouo3MxR0tzrHBtZwkydVOOokL2MzRF9vL/d7zAlpg==", "requires": { "@wry/equality": "^0.5.2", "dom-context": "^1.2.0", diff --git a/packages/component-boilerplate/package.json b/packages/component-boilerplate/package.json index 549fddea38..a9e9fb2cb3 100644 --- a/packages/component-boilerplate/package.json +++ b/packages/component-boilerplate/package.json @@ -1,6 +1,6 @@ { "name": "@saasquatch/component-boilerplate", - "version": "1.6.3", + "version": "1.6.4", "private": false, "description": "Boilerplate for writing web components for the SaaSquatch widget environments", "source": "src/index.ts", @@ -40,7 +40,7 @@ }, "dependencies": { "@formatjs/intl": "^1.8.2", - "@saasquatch/component-environment": "^1.0.4", + "@saasquatch/component-environment": "^1.0.6", "@saasquatch/dom-context-hooks": "^1.0.3", "@saasquatch/stencil-hooks": "^2.0.2", "@saasquatch/universal-hooks": "^1.0.0",