svelte-spa-history-router 3.0.0-next.1 → 3.0.0-next.2

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.
Files changed (2) hide show
  1. package/README.md +5 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -169,7 +169,7 @@ Example: guard
169
169
 
170
170
  (Added in v2.0.0)
171
171
 
172
- (Changed resolver interface in v3.0.0-next.0)
172
+ (Changed resolver interface in v3.0.0-next.1)
173
173
 
174
174
  ### currentURL()
175
175
 
@@ -186,7 +186,7 @@ state to detect URL changes (including query string or hash)
186
186
 
187
187
  (Added in v2.1.0)
188
188
 
189
- (Replaced to svelte5 `$state()` in v3.0.0-next.0)
189
+ (Replaced to svelte5 `$state()` in v3.0.0-next.1)
190
190
 
191
191
  ### Typing
192
192
 
@@ -220,8 +220,9 @@ svelte-spa-history-router provides `Route` type to check combination of componen
220
220
  },
221
221
  ];
222
222
  </script>
223
+ ```
223
224
 
224
- (Added in v3.0.0-next.0)
225
+ (Added in v3.0.0-next.1)
225
226
 
226
227
  ### Full example:
227
228
 
@@ -229,7 +230,7 @@ svelte-spa-history-router provides `Route` type to check combination of componen
229
230
 
230
231
  ## ChangeLog
231
232
 
232
- ### 3.0.0-next.0
233
+ ### 3.0.0-next.1
233
234
 
234
235
  * *[Breaking change]* Drop Svelte4 support
235
236
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "svelte-spa-history-router",
3
- "version": "3.0.0-next.1",
3
+ "version": "3.0.0-next.2",
4
4
  "description": "History base router for Svelte SPA",
5
5
  "type": "module",
6
6
  "main": "src/index.ts",