Skip to content

Commit 614b78c

Browse files
committed
bump to dom-context@1.3.1
1 parent ad4ccee commit 614b78c

5 files changed

Lines changed: 17 additions & 10 deletions

File tree

packages/component-boilerplate/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@
4040
},
4141
"dependencies": {
4242
"@formatjs/intl": "^1.8.2",
43-
"@saasquatch/component-environment": "^1.0.7",
44-
"@saasquatch/dom-context-hooks": "^1.0.4",
43+
"@saasquatch/component-environment": "^1.0.8",
44+
"@saasquatch/dom-context-hooks": "^1.0.5",
4545
"@saasquatch/stencil-hooks": "^2.0.2",
4646
"@saasquatch/universal-hooks": "^1.0.0",
4747
"@wry/equality": "^0.5.2",
4848
"debounce": "^1.2.0",
49-
"dom-context": "^1.3.0",
49+
"dom-context": "^1.3.1",
5050
"fast-equals": "^5.0.1",
5151
"fast-memoize": "^2.5.2",
5252
"graphql": "^15.5.0",

packages/component-environment/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.0.8] - 2024-05-31
9+
10+
### Changed
11+
12+
- `dom-context` package bump
13+
814
## [1.0.7] - 2024-05-30
915

1016
### Changed
@@ -54,7 +60,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5460

5561
Initial version.
5662

57-
[unreleased]: https://github.com/saasquatch/program-tools/compare/%40saasquatch%2Fcomponent-environment%401.0.7...HEAD
63+
[unreleased]: https://github.com/saasquatch/program-tools/compare/%40saasquatch%2Fcomponent-environment%401.0.8...HEAD
64+
[1.0.8]: https://github.com/saasquatch/program-tools/releases/tag/%40saasquatch%2Fcomponent-environment%401.0.8
5865
[1.0.7]: https://github.com/saasquatch/program-tools/releases/tag/%40saasquatch%2Fcomponent-environment%401.0.7
5966
[1.0.6]: https://github.com/saasquatch/program-tools/releases/tag/%40saasquatch%2Fcomponent-environment%401.0.6
6067
[1.0.5]: https://github.com/saasquatch/program-tools/releases/tag/%40saasquatch%2Fcomponent-environment%401.0.5

packages/component-environment/package-lock.json

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

packages/component-environment/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-environment",
3-
"version": "1.0.7",
3+
"version": "1.0.8",
44
"description": "Environment and contexts for SaaSquatch components",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",
@@ -32,7 +32,7 @@
3232
},
3333
"dependencies": {
3434
"@wry/equality": "^0.5.2",
35-
"dom-context": "^1.3.0",
35+
"dom-context": "^1.3.1",
3636
"jwt-decode": "^3.1.2"
3737
}
3838
}

packages/mint-components/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"dependencies": {
7373
"@raisins/stencil-docs-target": "^1.0.0",
7474
"@saasquatch/component-boilerplate": "^1.6.5",
75-
"@saasquatch/dom-context-hooks": "^1.0.4",
75+
"@saasquatch/dom-context-hooks": "^1.0.5",
7676
"@saasquatch/shoelace": "^1.0.0",
7777
"@saasquatch/stencil-hooks": "^2.0.2",
7878
"@saasquatch/stencilbook": "^1.1.0",
@@ -81,7 +81,7 @@
8181
"canvas-confetti": "^1.4.0",
8282
"color2k": "^1.2.4",
8383
"deepmerge": "^4.2.2",
84-
"dom-context": "^1.3.0",
84+
"dom-context": "^1.3.1",
8585
"fast-equals": "^4.0.3",
8686
"graphql": "^15.5.0",
8787
"graphql-request": "^3.4.0",

0 commit comments

Comments
 (0)