@remix-run/routes-option-adapter 2.15.3-pre.2 → 2.15.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -10
- package/dist/index.js +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,23 +1,21 @@
|
|
|
1
1
|
# `@remix-run/routes-option-adapter`
|
|
2
2
|
|
|
3
|
-
## 2.15.3
|
|
3
|
+
## 2.15.3
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
## 2.15.3-pre.0
|
|
8
|
-
|
|
9
|
-
### Patch Changes
|
|
10
|
-
|
|
11
|
-
- Updated dependencies:
|
|
12
|
-
- `@remix-run/dev@2.15.3-pre.0`
|
|
13
|
-
- `@remix-run/route-config@2.15.3-pre.0`
|
|
5
|
+
No significant changes to this package were made in this release. [See the repo `CHANGELOG.md`](https://github.com/remix-run/remix/blob/main/CHANGELOG.md) for an overview of all changes in v2.15.3.
|
|
14
6
|
|
|
15
7
|
## 2.15.2
|
|
16
8
|
|
|
9
|
+
No significant changes to this package were made in this release. [See the repo `CHANGELOG.md`](https://github.com/remix-run/remix/blob/main/CHANGELOG.md) for an overview of all changes in v2.15.2.
|
|
10
|
+
|
|
17
11
|
## 2.15.1
|
|
18
12
|
|
|
13
|
+
No significant changes to this package were made in this release. [See the repo `CHANGELOG.md`](https://github.com/remix-run/remix/blob/main/CHANGELOG.md) for an overview of all changes in v2.15.1.
|
|
14
|
+
|
|
19
15
|
## 2.15.0
|
|
20
16
|
|
|
17
|
+
No significant changes to this package were made in this release. [See the repo `CHANGELOG.md`](https://github.com/remix-run/remix/blob/main/CHANGELOG.md) for an overview of all changes in v2.15.0.
|
|
18
|
+
|
|
21
19
|
## 2.14.0
|
|
22
20
|
|
|
23
21
|
This is the initial release of this package.
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@remix-run/routes-option-adapter",
|
|
3
|
-
"version": "2.15.3
|
|
3
|
+
"version": "2.15.3",
|
|
4
4
|
"description": "Adapter for Remix's \"routes\" config option, for use within routes.ts",
|
|
5
5
|
"bugs": {
|
|
6
6
|
"url": "https://github.com/remix-run/remix/issues"
|
|
@@ -15,12 +15,12 @@
|
|
|
15
15
|
"typings": "dist/index.d.ts",
|
|
16
16
|
"devDependencies": {
|
|
17
17
|
"typescript": "^5.1.6",
|
|
18
|
-
"@remix-run/dev": "2.15.3
|
|
19
|
-
"@remix-run/route-config": "2.15.3
|
|
18
|
+
"@remix-run/dev": "2.15.3",
|
|
19
|
+
"@remix-run/route-config": "2.15.3"
|
|
20
20
|
},
|
|
21
21
|
"peerDependencies": {
|
|
22
|
-
"@remix-run/dev": "^2.15.3
|
|
23
|
-
"@remix-run/route-config": "^2.15.3
|
|
22
|
+
"@remix-run/dev": "^2.15.3",
|
|
23
|
+
"@remix-run/route-config": "^2.15.3",
|
|
24
24
|
"typescript": "^5.1.0"
|
|
25
25
|
},
|
|
26
26
|
"peerDependenciesMeta": {
|