Skip to content

Commit

Permalink
chore(release): 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
runyasak committed Jul 27, 2023
1 parent d729720 commit 19b062c
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 3 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.0.6](https://github.com/runyasak/ng-storefront-ui/compare/v0.0.4...v0.0.6) (2023-07-27)


### Features

* **sf-badge:** new component ([b870e03](https://github.com/runyasak/ng-storefront-ui/commit/b870e036c8f1b58d28d1f98eba9c9a3da957dd8d))
* **sf-counter:** new component ([4f3ef3c](https://github.com/runyasak/ng-storefront-ui/commit/4f3ef3cef5f78357da66f2c84699827696573dfd))
* **sf-icon-base:** new component ([12cdc3c](https://github.com/runyasak/ng-storefront-ui/commit/12cdc3c7144cf7a78105487ae3db26de552470c7))
* **sf-icon-chevron-right:** new component ([8fe2912](https://github.com/runyasak/ng-storefront-ui/commit/8fe2912c42404126ab39e2e7a2df9eeafc6f3158))
* **sf-icon-shopping-cart:** new component ([b453823](https://github.com/runyasak/ng-storefront-ui/commit/b4538234549d23d5fabf57206d069633e46c583e))
* **sf-icon-star-filled:** new component ([90ddf3b](https://github.com/runyasak/ng-storefront-ui/commit/90ddf3b7182fe2f57152e80ecaa055a1be566753))
* **sf-icon-star-half:** new component ([2fa0533](https://github.com/runyasak/ng-storefront-ui/commit/2fa0533fa5810c7b49a38c9d02d904e0d2fe01d7))
* **sf-icon-star:** new component ([6cd3911](https://github.com/runyasak/ng-storefront-ui/commit/6cd391123d94c0feb46278aba1f71a7f6a4d6da5))
* **sf-icon-tune:** new component ([caced91](https://github.com/runyasak/ng-storefront-ui/commit/caced91f8eb614dfe92d56e65e34ee0bc79d0c00))
* **sf-rating:** new component ([f1af4db](https://github.com/runyasak/ng-storefront-ui/commit/f1af4db94d750b6c3230da4914adece4103fb21d))


### Bug Fixes

* **sf-icon-base:** add viewBox prop and sizeClasses to get ([dcc4601](https://github.com/runyasak/ng-storefront-ui/commit/dcc46013043fe9f8d0eb9f272a025a253e481d0b))
* **sf-list-item:** remove unused tag ([d51dbd5](https://github.com/runyasak/ng-storefront-ui/commit/d51dbd5375ef8bc5819706a323f419bf7a29160f))

### 0.0.5 (2023-07-02)

### Features
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ng-storefront-ui/monorepo",
"version": "0.0.5",
"version": "0.0.6",
"description": "A frontend library for Angular that helps developers quickly build fast, accessible, and beautiful storefronts.",
"main": "index.js",
"repository": {
Expand Down Expand Up @@ -72,4 +72,4 @@
"turbo": "^1.10.7",
"typescript": "~5.0.2"
}
}
}
2 changes: 1 addition & 1 deletion packages/ng-storefront-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-storefront-ui",
"version": "0.0.5",
"version": "0.0.6",
"description": "A frontend library for Angular that helps developers quickly build fast, accessible, and beautiful storefronts.",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 19b062c

Please sign in to comment.