Skip to content

Commit

Permalink
chore: version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
demtario committed Jul 16, 2024
1 parent b323662 commit 1eb79e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@heseya/store-core",
"version": "7.0.0-beta.3",
"version": "7.0.0",
"author": {
"name": "Heseya"
},
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ The convention is following:
Example for product types:

```ts
import { Product, ProductList, ProductCreateDto, ProductUpdateDto } from '@heseya/store-core'
import { Product, ProductListed, ProductCreateDto, ProductUpdateDto } from '@heseya/store-core'

const productCreateDto: ProductCreateDto = {
...
Expand Down

0 comments on commit 1eb79e8

Please sign in to comment.