From 976e89462a0cc861f94dc398226c7e0ce79ffcee Mon Sep 17 00:00:00 2001 From: halvardssm Date: Tue, 15 Oct 2024 22:00:44 +0000 Subject: [PATCH 1/2] chore: update versions --- Releases.md | 30 ++++++++++++++++++++++++++++++ crypto/deno.json | 2 +- encoding/deno.json | 2 +- http/deno.json | 2 +- 4 files changed, 33 insertions(+), 3 deletions(-) diff --git a/Releases.md b/Releases.md index 0d30f08..4f7dbef 100644 --- a/Releases.md +++ b/Releases.md @@ -1,5 +1,35 @@ ### 2024.10.15 +#### @stdext/assert 0.0.1 (patch) + +- feat(assert): updated readme + +#### @stdext/crypto 0.0.6 (patch) + +- feat(crypto): updated readme + +#### @stdext/encoding 0.0.6 (patch) + +- feat(encoding): updated readme + +#### @stdext/http 0.0.6 (patch) + +- feat(http): updated readme + +#### @stdext/json 0.0.1 (patch) + +- feat(json): updated readme + +#### @stdext/lexer 0.0.1 (patch) + +- feat(lexer): updated readme + +#### @stdext/types 0.0.1 (patch) + +- feat(types): updated readme + +### 2024.10.15 + #### @stdext/collections 0.0.5 (patch) - feat(collections): add deferred stack diff --git a/crypto/deno.json b/crypto/deno.json index db75684..e3b184f 100644 --- a/crypto/deno.json +++ b/crypto/deno.json @@ -1,5 +1,5 @@ { - "version": "0.0.5", + "version": "0.0.6", "name": "@stdext/crypto", "exports": { "./hash": "./hash.ts", diff --git a/encoding/deno.json b/encoding/deno.json index 439b462..5a42711 100644 --- a/encoding/deno.json +++ b/encoding/deno.json @@ -1,5 +1,5 @@ { - "version": "0.0.5", + "version": "0.0.6", "name": "@stdext/encoding", "exports": { "./hex": "./hex.ts" diff --git a/http/deno.json b/http/deno.json index 8973c68..b4237d1 100644 --- a/http/deno.json +++ b/http/deno.json @@ -1,5 +1,5 @@ { - "version": "0.0.5", + "version": "0.0.6", "name": "@stdext/http", "exports": { "./header": "./header.ts", From e2242904d260a08f1a27715292762bc340f44ece Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halvard=20M=C3=B8rstad?= Date: Wed, 16 Oct 2024 00:06:15 +0200 Subject: [PATCH 2/2] updated versions --- Releases.md | 8 ++++---- assert/deno.json | 2 +- json/deno.json | 2 +- lexer/deno.json | 2 +- types/deno.json | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Releases.md b/Releases.md index 4f7dbef..727d37f 100644 --- a/Releases.md +++ b/Releases.md @@ -1,6 +1,6 @@ ### 2024.10.15 -#### @stdext/assert 0.0.1 (patch) +#### @stdext/assert 0.0.2 (patch) - feat(assert): updated readme @@ -16,15 +16,15 @@ - feat(http): updated readme -#### @stdext/json 0.0.1 (patch) +#### @stdext/json 0.0.2 (patch) - feat(json): updated readme -#### @stdext/lexer 0.0.1 (patch) +#### @stdext/lexer 0.0.2 (patch) - feat(lexer): updated readme -#### @stdext/types 0.0.1 (patch) +#### @stdext/types 0.0.2 (patch) - feat(types): updated readme diff --git a/assert/deno.json b/assert/deno.json index 1b0c1cb..f1e3b3b 100644 --- a/assert/deno.json +++ b/assert/deno.json @@ -1,5 +1,5 @@ { - "version": "0.0.1", + "version": "0.0.2", "name": "@stdext/assert", "exports": { ".": "./mod.ts", diff --git a/json/deno.json b/json/deno.json index 1d44a52..99e9f98 100644 --- a/json/deno.json +++ b/json/deno.json @@ -1,5 +1,5 @@ { - "version": "0.0.1", + "version": "0.0.2", "name": "@stdext/json", "exports": { ".": "./mod.ts", diff --git a/lexer/deno.json b/lexer/deno.json index 35b6657..7faccc6 100644 --- a/lexer/deno.json +++ b/lexer/deno.json @@ -1,5 +1,5 @@ { - "version": "0.0.1", + "version": "0.0.2", "name": "@stdext/lexer", "exports": { ".": "./mod.ts", diff --git a/types/deno.json b/types/deno.json index 8ee98e3..a6469f7 100644 --- a/types/deno.json +++ b/types/deno.json @@ -1,5 +1,5 @@ { - "version": "0.0.1", + "version": "0.0.2", "name": "@stdext/types", "exports": { ".": "./mod.ts"