Skip to content

Commit 9a55ba6

Browse files
authored
Merge pull request #400 from saasquatch/boilerplate-environment-bump
[Boilerplate] bump component-environment version
2 parents eee27c6 + 36e0b42 commit 9a55ba6

3 files changed

Lines changed: 19 additions & 12 deletions

File tree

packages/component-boilerplate/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.6.4] - 2024-05-07
9+
10+
### Changed
11+
12+
- `@saasquatch/component-environment` package bump
13+
814
## [1.6.3] - 2024-04-01
915

1016
### Added
@@ -177,7 +183,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
177183
- useShareEvent
178184
useForm
179185

180-
[unreleased]: https://github.com/saasquatch/program-tools/compare/%40saasquatch%2Fcomponent-boilerplate@1.6.2...HEAD
186+
[unreleased]: https://github.com/saasquatch/program-tools/compare/%40saasquatch%2Fcomponent-boilerplate@1.6.4...HEAD
187+
[1.6.4]: https://github.com/saasquatch/program-tools/releases/tag/%40saasquatch%2Fcomponent-boilerplate%401.6.4
181188
[1.6.3]: https://github.com/saasquatch/program-tools/releases/tag/%40saasquatch%2Fcomponent-boilerplate%401.6.3
182189
[1.6.2]: https://github.com/saasquatch/program-tools/releases/tag/%40saasquatch%2Fcomponent-boilerplate%401.6.2
183190
[1.6.1]: https://github.com/saasquatch/program-tools/releases/tag/%40saasquatch%2Fcomponent-boilerplate%401.6.1

packages/component-boilerplate/package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/component-boilerplate/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@saasquatch/component-boilerplate",
3-
"version": "1.6.3",
3+
"version": "1.6.4",
44
"private": false,
55
"description": "Boilerplate for writing web components for the SaaSquatch widget environments",
66
"source": "src/index.ts",
@@ -40,7 +40,7 @@
4040
},
4141
"dependencies": {
4242
"@formatjs/intl": "^1.8.2",
43-
"@saasquatch/component-environment": "^1.0.4",
43+
"@saasquatch/component-environment": "^1.0.6",
4444
"@saasquatch/dom-context-hooks": "^1.0.3",
4545
"@saasquatch/stencil-hooks": "^2.0.2",
4646
"@saasquatch/universal-hooks": "^1.0.0",

0 commit comments

Comments
 (0)