Skip to content

Commit 4045dda

Browse files
chore(release): publish
- @pacote/[email protected] - @pacote/[email protected] - @pacote/[email protected]
1 parent 1d10c24 commit 4045dda

File tree

6 files changed

+36
-3
lines changed

6 files changed

+36
-3
lines changed

packages/flux-actions/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.1.1](https://github.com/PacoteJS/pacote/compare/@pacote/[email protected]...@pacote/[email protected]) (2025-10-24)
7+
8+
9+
### Bug Fixes
10+
11+
* 🐛 improved, simplified typings ([1d10c24](https://github.com/PacoteJS/pacote/commit/1d10c2441775cf4619ff062033952c1d6d56da85)), closes [#1555](https://github.com/PacoteJS/pacote/issues/1555) [#5](https://github.com/PacoteJS/pacote/issues/5) [#1](https://github.com/PacoteJS/pacote/issues/1)
12+
13+
14+
15+
16+
617
# [3.1.0](https://github.com/PacoteJS/pacote/compare/@pacote/[email protected]...@pacote/[email protected]) (2025-10-23)
718

819

packages/flux-actions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@pacote/flux-actions",
33
"description": "Typed actions and reducers for Flux and Flux-like architectures.",
4-
"version": "3.1.0",
4+
"version": "3.1.1",
55
"sideEffects": false,
66
"author": {
77
"name": "Luís Rodrigues",

packages/react-use-outside/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.0.6](https://github.com/PacoteJS/pacote/compare/@pacote/[email protected]...@pacote/[email protected]) (2025-10-24)
7+
8+
9+
### Bug Fixes
10+
11+
* 🐛 match returned type ([22f6c48](https://github.com/PacoteJS/pacote/commit/22f6c48a37c4ee605261a85d603a988e27167d99))
12+
13+
14+
15+
16+
617
## [2.0.5](https://github.com/PacoteJS/pacote/compare/@pacote/[email protected]...@pacote/[email protected]) (2025-10-23)
718

819
**Note:** Version bump only for package @pacote/react-use-outside

packages/react-use-outside/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@pacote/react-use-outside",
33
"description": "React hook to capture mouse or touch events outside a component.",
4-
"version": "2.0.5",
4+
"version": "2.0.6",
55
"sideEffects": false,
66
"license": "MIT",
77
"author": {

packages/react-with-props/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.0.6](https://github.com/PacoteJS/pacote/compare/@pacote/[email protected]...@pacote/[email protected]) (2025-10-24)
7+
8+
9+
### Bug Fixes
10+
11+
* 🐛 improved, simplified typings ([1d10c24](https://github.com/PacoteJS/pacote/commit/1d10c2441775cf4619ff062033952c1d6d56da85)), closes [#1555](https://github.com/PacoteJS/pacote/issues/1555) [#5](https://github.com/PacoteJS/pacote/issues/5) [#1](https://github.com/PacoteJS/pacote/issues/1)
12+
13+
14+
15+
16+
617
## [2.0.5](https://github.com/PacoteJS/pacote/compare/@pacote/[email protected]...@pacote/[email protected]) (2025-10-23)
718

819
**Note:** Version bump only for package @pacote/react-with-props

packages/react-with-props/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@pacote/react-with-props",
33
"description": "Higher-order component to apply props to React components.",
4-
"version": "2.0.5",
4+
"version": "2.0.6",
55
"sideEffects": false,
66
"license": "MIT",
77
"author": {

0 commit comments

Comments
 (0)