Skip to content

Commit

Permalink
Version Packages (#55)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Dec 25, 2024
1 parent f324fc1 commit 08faf8b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
9 changes: 0 additions & 9 deletions .changeset/forty-cooks-talk.md

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @daiso-tech/core

## 0.6.0

### Minor Changes

- f324fc1: # Storage
- Simplified StorageAdapter contract
- Changed the StorageAdapter and Storage contract to use PromiseLike instead of Promise.
- Changed the Storage class to use LazyPromise instead of Promise.
- Removed unnecessary try catches from Storage class so unknown error can propagate up

## 0.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@daiso-tech/core",
"private": false,
"version": "0.5.0",
"version": "0.6.0",
"author": "Yousif Abdulkarim",
"license": "Apache-2.0",
"main": "./dist/cjs/_module.js",
Expand Down

0 comments on commit 08faf8b

Please sign in to comment.