Skip to content

Commit

Permalink
chore(release): 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cmath10 committed Nov 2, 2024
1 parent 98784eb commit bdb9366
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.2.0](https://github.com/retailcrm/embed-ui/compare/v0.1.0...v0.2.0) (2024-11-02)


### ⚠ BREAKING CHANGES

* Removed all types from types/endpoint.d.ts, old ones were replaced with types from types/widget.d.ts
* Removed previous pages API, which was replaced with reactive context API

### Features

* Scaffolding logic for widgets, reactive context, json metadata for creating documentation ([9ddd8f8](https://github.com/retailcrm/embed-ui/commit/9ddd8f89759fbeb964556a1401c8f23af6c51467))

## [0.1.0](https://github.com/retailcrm/embed-ui/compare/v0.0.1...v0.1.0) (2024-04-27)


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": "@retailcrm/embed-ui",
"type": "module",
"version": "0.1.0",
"version": "0.2.0",
"description": "API and components for creating RetailCRM UI extensions",
"repository": "[email protected]:retailcrm/embed-ui.git",
"author": "RetailDriverLLC <[email protected]>",
Expand Down

0 comments on commit bdb9366

Please sign in to comment.