From 1409649bbf465cadf631eb1d848becc47d4a479e Mon Sep 17 00:00:00 2001 From: Sandros94 <sandro.circi@digitoolmedia.com> Date: Fri, 13 Sep 2024 04:52:12 +0200 Subject: [PATCH] Revert "chore(release): v0.2.3-0" This reverts commit 123ec9ea470b75db89df2f02341feca0c60baa66. --- CHANGELOG.md | 42 ------------------------------------------ package.json | 2 +- 2 files changed, 1 insertion(+), 43 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c94890..362f757 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,48 +1,6 @@ # Changelog -## v0.2.3-0 - -[compare changes](https://github.com/sandros94/nuxt-surrealdb/compare/v0.2.2...v0.2.3-0) - -### 🩹 Fixes - -- Stop augmenting `nuxt/schema` nuxt/nuxt#28332 ([#28332](https://github.com/sandros94/nuxt-surrealdb/issues/28332)) -- Missing server tsconfig ([0648ded](https://github.com/sandros94/nuxt-surrealdb/commit/0648ded)) -- Nuxt schema type import ([d26f674](https://github.com/sandros94/nuxt-surrealdb/commit/d26f674)) -- Types ([a31960c](https://github.com/sandros94/nuxt-surrealdb/commit/a31960c)) -- Add `delete` and `let` methods ([c8605d1](https://github.com/sandros94/nuxt-surrealdb/commit/c8605d1)) -- Authentication ([e2af8f8](https://github.com/sandros94/nuxt-surrealdb/commit/e2af8f8)) -- Token override ([e8f9d1b](https://github.com/sandros94/nuxt-surrealdb/commit/e8f9d1b)) -- Auth for SurrealDB 2.x-beta ([e0701be](https://github.com/sandros94/nuxt-surrealdb/commit/e0701be)) - -### 💅 Refactors - -- ⚠️ Database preset handling ([a110e9b](https://github.com/sandros94/nuxt-surrealdb/commit/a110e9b)) - -### 📖 Documentation - -- Update following latest changes ([7f412c0](https://github.com/sandros94/nuxt-surrealdb/commit/7f412c0)) -- Update readme ([16d1c40](https://github.com/sandros94/nuxt-surrealdb/commit/16d1c40)) - -### 🏡 Chore - -- **release:** V0.2.2 ([a34c8b7](https://github.com/sandros94/nuxt-surrealdb/commit/a34c8b7)) -- Update @nuxt/module-builder ([8ed39ed](https://github.com/sandros94/nuxt-surrealdb/commit/8ed39ed)) -- Update release scrips ([6b6bd64](https://github.com/sandros94/nuxt-surrealdb/commit/6b6bd64)) -- Remove unneeded KV headers ([5154b1a](https://github.com/sandros94/nuxt-surrealdb/commit/5154b1a)) -- Add typescript dep ([f80783e](https://github.com/sandros94/nuxt-surrealdb/commit/f80783e)) -- Update deps ([e92902c](https://github.com/sandros94/nuxt-surrealdb/commit/e92902c)) -- Update deps ([114690f](https://github.com/sandros94/nuxt-surrealdb/commit/114690f)) - -#### ⚠️ Breaking Changes - -- ⚠️ Database preset handling ([a110e9b](https://github.com/sandros94/nuxt-surrealdb/commit/a110e9b)) - -### ❤️ Contributors - -- Sandros94 ([@sandros94](http://github.com/sandros94)) - ## v0.2.2 [compare changes](https://github.com/sandros94/nuxt-surrealdb/compare/v0.2.1...v0.2.2) diff --git a/package.json b/package.json index e56b250..4cdef40 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-surrealdb", - "version": "0.2.3-0", + "version": "0.2.2", "description": "A Nuxt module aimed to simplify the use of SurrealDB", "keywords": [ "nuxt",