Skip to content

Commit

Permalink
chore(release): 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bampakoa committed Mar 9, 2022
1 parent bace22a commit d3f6c1e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
12 changes: 12 additions & 0 deletions projects/ngx-grapesjs/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.

## [1.1.0](https://github.com/Developer-Plexscape/ngx-grapesjs/compare/1.0.0...1.1.0) (2022-03-09)


### Features

* use unique component prefix ([bace22a](https://github.com/Developer-Plexscape/ngx-grapesjs/commit/bace22a5c208ce13f548a5669abd62038d29faec)), closes [#12](https://github.com/Developer-Plexscape/ngx-grapesjs/issues/12)


### Bug Fixes

* export `Placeholder` model from public API ([9e9cc96](https://github.com/Developer-Plexscape/ngx-grapesjs/commit/9e9cc96421ace4444ce818ba4e17f4265b66bce7)), closes [#11](https://github.com/Developer-Plexscape/ngx-grapesjs/issues/11)

## 1.0.0 (2022-03-02)


Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-grapesjs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions projects/ngx-grapesjs/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
{
"name": "ngx-grapesjs",
"version": "1.0.0",
"version": "1.1.0",
"description": "Angular wrapper library for GrapesJS",
"scripts": {
"build": "tsc -p tsconfig.schematics.json",
"postbuild": "copyfiles schematics/*/schema.json schematics/*/files/** schematics/collection.json ../../dist/ngx-grapesjs/"
"postbuild": "copyfiles schematics/*/schema.json schematics/*/files/** schematics/collection.json ../../dist/ngx-grapesjs/",
"release": "standard-version --tag-prefix=",
"release:patch": "standard-version --release-as patch --tag-prefix=",
"release:major": "standard-version --release-as major --tag-prefix="
},
"peerDependencies": {
"@angular/common": "^13.0.0",
Expand Down

0 comments on commit d3f6c1e

Please sign in to comment.