Skip to content

Commit ab9c169

Browse files
committed
chore(remix): release 0.3.1
1 parent 6626277 commit ab9c169

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

packages/remix/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11

22

3+
## [0.3.1](https://github.com/marcus-sa/deepkit-modules/compare/remix-validated-form-v0.2.12...remix-v0.3.1) (2024-05-13)
4+
5+
6+
### Bug Fixes
7+
8+
* **remix:** load context ([8891ed7](https://github.com/marcus-sa/deepkit-modules/commit/8891ed7f811c23172ef4aaf5802ac17c3f17b08c))
9+
* **remix:** response headers with multiple values ([c0ba8ed](https://github.com/marcus-sa/deepkit-modules/commit/c0ba8ed1227fbbc2701c27d1f306053797a8bb6b))
10+
11+
12+
### Refactor
13+
14+
* **remix:** fix types ([e1d3270](https://github.com/marcus-sa/deepkit-modules/commit/e1d32701c7d78f24a0ee6767e9b07b48bff6aeee))
15+
316
## [0.3.0](https://github.com/marcus-sa/deepkit-modules/compare/remix-validated-form-v0.2.11...remix-v0.3.0) (2024-05-08)
417

518

packages/remix/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "deepkit-remix",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"type": "module",
55
"main": "./src/index.js",
66
"module": "./src/index.js",

0 commit comments

Comments
 (0)