From 4c769f817595e431b903a2530d04fbd829a1f757 Mon Sep 17 00:00:00 2001 From: Yoshiya Hinosawa Date: Tue, 7 May 2024 16:26:05 +0900 Subject: [PATCH] chore(assert,fmt,fs,internal,path): skip yanked versions manually (#4683) --- assert/deno.json | 2 +- fmt/deno.json | 2 +- fs/deno.json | 2 +- internal/deno.json | 2 +- path/deno.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/assert/deno.json b/assert/deno.json index c3100e8c6..436d51676 100644 --- a/assert/deno.json +++ b/assert/deno.json @@ -1,6 +1,6 @@ { "name": "@std/assert", - "version": "0.225.0", + "version": "0.225.1", "exports": { ".": "./mod.ts", "./assert": "./assert.ts", diff --git a/fmt/deno.json b/fmt/deno.json index 60dc20833..7da8561c0 100644 --- a/fmt/deno.json +++ b/fmt/deno.json @@ -1,6 +1,6 @@ { "name": "@std/fmt", - "version": "0.225.0", + "version": "0.225.1", "exports": { "./bytes": "./bytes.ts", "./colors": "./colors.ts", diff --git a/fs/deno.json b/fs/deno.json index 77efdbf61..2c0548751 100644 --- a/fs/deno.json +++ b/fs/deno.json @@ -1,6 +1,6 @@ { "name": "@std/fs", - "version": "0.229.0", + "version": "0.229.1", "exports": { ".": "./mod.ts", "./copy": "./copy.ts", diff --git a/internal/deno.json b/internal/deno.json index 7beb69b22..6c8b8d157 100644 --- a/internal/deno.json +++ b/internal/deno.json @@ -1,6 +1,6 @@ { "name": "@std/internal", - "version": "0.225.0", + "version": "0.225.1", "exports": { ".": "./mod.ts", "./diff": "./diff.ts", diff --git a/path/deno.json b/path/deno.json index f91397709..ffa364c5e 100644 --- a/path/deno.json +++ b/path/deno.json @@ -1,6 +1,6 @@ { "name": "@std/path", - "version": "0.225.0", + "version": "0.225.1", "exports": { ".": "./mod.ts", "./basename": "./basename.ts",