From 98d89b5754159604679e964494d2a19acacac236 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bruno=20Zori=C4=87?= Date: Wed, 20 May 2026 13:00:53 +0200 Subject: [PATCH] chore: add changeset for initial 0.0.1 release Reset version to 0.0.0 so the patch changeset bumps to 0.0.1. Changeset describes the full initial feature set of @webiny/stdlib. Co-Authored-By: Claude Opus 4.6 (1M context) --- .changeset/chilly-books-hunt.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 .changeset/chilly-books-hunt.md diff --git a/.changeset/chilly-books-hunt.md b/.changeset/chilly-books-hunt.md new file mode 100644 index 0000000..802f20e --- /dev/null +++ b/.changeset/chilly-books-hunt.md @@ -0,0 +1,7 @@ +--- +"@webiny/stdlib": patch +--- + +Initial release of @webiny/stdlib — platform-agnostic, Node.js, and browser utilities built on @webiny/di dependency injection. + +Includes Result/ResultAsync types, BaseError, Logger (Console + Pino), Cache (Memory + AsyncMemory + LocalStorage), FileTool, DirectoryTool, JsonFileTool, PathTool, NdJsonReaderTool, ReadStreamFactory, and PackageJsonFileTool. diff --git a/package.json b/package.json index b66e32f..fb78ba3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@webiny/stdlib", - "version": "0.0.1", + "version": "0.0.0", "type": "module", "description": "Standard library for Webiny — platform-agnostic, Node.js, and browser utilities", "license": "MIT",