Skip to content

Commit 80c8090

Browse files
Version Packages (next) (#74)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 96cefea commit 80c8090

File tree

3 files changed

+25
-1
lines changed

3 files changed

+25
-1
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"eleven-hairs-dream",
1515
"eleven-kiwis-remain",
1616
"fair-parrots-sleep",
17+
"large-suns-buy",
1718
"loud-rivers-pretend",
1819
"lovely-rats-glow",
1920
"many-spies-fix",

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# @heymp/scratchpad
22

3+
## 1.0.0-next.17
4+
5+
### Minor Changes
6+
7+
- 96cefea: Add clone command to copy remote files locally
8+
9+
```bash
10+
npx @heymp/scratchpad@next clone https://www.example.com/scripts.js
11+
```
12+
13+
Added new generic helper to reroute both document and asset file types.
14+
15+
scratchpad.config.ts
16+
17+
```ts
18+
export default Scratchpad.defineConfig({
19+
playwright: async (args) => {
20+
const { page } = args;
21+
Scratchpad.rerouteLocal(page, "pages");
22+
},
23+
});
24+
```
25+
326
## 1.0.0-next.16
427

528
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@heymp/scratchpad",
33
"description": "Run TS/JS snippets in a locally",
4-
"version": "1.0.0-next.16",
4+
"version": "1.0.0-next.17",
55
"main": "src/lib/index.js",
66
"module": "src/lib/index.js",
77
"type": "module",

0 commit comments

Comments
 (0)