Skip to content

Commit

Permalink
Revert "chore(release): v0.2.3-0"
Browse files Browse the repository at this point in the history
This reverts commit 123ec9e.
  • Loading branch information
sandros94 committed Sep 13, 2024
1 parent 123ec9e commit 1409649
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 43 deletions.
42 changes: 0 additions & 42 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 1409649

Please sign in to comment.