From 695b9861d9cd323daab4c2eb6a166465d01964ce Mon Sep 17 00:00:00 2001 From: halvardssm Date: Sun, 29 Dec 2024 15:24:38 +0000 Subject: [PATCH 1/2] chore: update versions --- Releases.md | 30 ++++++++++++++++++++++++++++++ assert/deno.json | 2 +- crypto/deno.json | 2 +- encoding/deno.json | 2 +- http/deno.json | 2 +- json/deno.json | 2 +- lexer/deno.json | 2 +- types/deno.json | 2 +- 8 files changed, 37 insertions(+), 7 deletions(-) diff --git a/Releases.md b/Releases.md index 09cb7dc..cfe71e4 100644 --- a/Releases.md +++ b/Releases.md @@ -1,5 +1,35 @@ ### 2024.12.29 +#### @stdext/assert 0.1.0 (minor) + +- BREAKING(*): bump all versions to minor 1.0 + +#### @stdext/crypto 0.1.0 (minor) + +- BREAKING(*): bump all versions to minor 1.0 + +#### @stdext/encoding 0.1.0 (minor) + +- BREAKING(*): bump all versions to minor 1.0 + +#### @stdext/http 0.1.0 (minor) + +- BREAKING(*): bump all versions to minor 1.0 + +#### @stdext/json 0.1.0 (minor) + +- BREAKING(*): bump all versions to minor 1.0 + +#### @stdext/lexer 0.1.0 (minor) + +- BREAKING(*): bump all versions to minor 1.0 + +#### @stdext/types 0.1.0 (minor) + +- BREAKING(*): bump all versions to minor 1.0 + +### 2024.12.29 + #### @stdext/crypto 0.0.7 (patch) - fix(crypto): Improved throw messages diff --git a/assert/deno.json b/assert/deno.json index f1e3b3b..a2cebc0 100644 --- a/assert/deno.json +++ b/assert/deno.json @@ -1,5 +1,5 @@ { - "version": "0.0.2", + "version": "0.1.0", "name": "@stdext/assert", "exports": { ".": "./mod.ts", diff --git a/crypto/deno.json b/crypto/deno.json index f6c77af..f3dbffd 100644 --- a/crypto/deno.json +++ b/crypto/deno.json @@ -1,5 +1,5 @@ { - "version": "0.0.7", + "version": "0.1.0", "name": "@stdext/crypto", "exports": { "./hash": "./hash.ts", diff --git a/encoding/deno.json b/encoding/deno.json index 5a42711..fa28eab 100644 --- a/encoding/deno.json +++ b/encoding/deno.json @@ -1,5 +1,5 @@ { - "version": "0.0.6", + "version": "0.1.0", "name": "@stdext/encoding", "exports": { "./hex": "./hex.ts" diff --git a/http/deno.json b/http/deno.json index b4237d1..950624b 100644 --- a/http/deno.json +++ b/http/deno.json @@ -1,5 +1,5 @@ { - "version": "0.0.6", + "version": "0.1.0", "name": "@stdext/http", "exports": { "./header": "./header.ts", diff --git a/json/deno.json b/json/deno.json index 99e9f98..250f93d 100644 --- a/json/deno.json +++ b/json/deno.json @@ -1,5 +1,5 @@ { - "version": "0.0.2", + "version": "0.1.0", "name": "@stdext/json", "exports": { ".": "./mod.ts", diff --git a/lexer/deno.json b/lexer/deno.json index 7faccc6..3bde441 100644 --- a/lexer/deno.json +++ b/lexer/deno.json @@ -1,5 +1,5 @@ { - "version": "0.0.2", + "version": "0.1.0", "name": "@stdext/lexer", "exports": { ".": "./mod.ts", diff --git a/types/deno.json b/types/deno.json index a6469f7..45cdf5d 100644 --- a/types/deno.json +++ b/types/deno.json @@ -1,5 +1,5 @@ { - "version": "0.0.2", + "version": "0.1.0", "name": "@stdext/types", "exports": { ".": "./mod.ts" From a4943de1b1497da18314e690994351c436cde653 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halvard=20M=C3=B8rstad?= Date: Sun, 29 Dec 2024 16:26:04 +0100 Subject: [PATCH 2/2] chore: Update Releases.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Halvard Mørstad --- Releases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Releases.md b/Releases.md index cfe71e4..c69b70b 100644 --- a/Releases.md +++ b/Releases.md @@ -1,4 +1,4 @@ -### 2024.12.29 +### 2024.12.29a #### @stdext/assert 0.1.0 (minor)