Skip to content

Commit

Permalink
chore(main): release 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gravity-ui-bot committed Nov 10, 2023
1 parent b7ee812 commit f892109
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [0.7.2](https://github.com/gravity-ui/app-builder/compare/v0.7.1...v0.7.2) (2023-11-10)


### ⚠ BREAKING CHANGES

* **build-library:** ignore babel.config.json file ([#98](https://github.com/gravity-ui/app-builder/issues/98))

### Features

* **service:** allow override the default webpack configuration ([#100](https://github.com/gravity-ui/app-builder/issues/100)) ([ca9354c](https://github.com/gravity-ui/app-builder/commit/ca9354cfffb4a0126d81fdaa6febac3fe0670c21))
* **services:** add --debug-webpack cli option to show final webpack config ([#101](https://github.com/gravity-ui/app-builder/issues/101)) ([b7ee812](https://github.com/gravity-ui/app-builder/commit/b7ee812f782b98147618c7956f83046846daf790))


### Bug Fixes

* **build-library:** ignore babel.config.json file ([#98](https://github.com/gravity-ui/app-builder/issues/98)) ([695c4b3](https://github.com/gravity-ui/app-builder/commit/695c4b3ed4195b803dd858399833f794f612d972))

## [0.7.1](https://github.com/gravity-ui/app-builder/compare/v0.7.0...v0.7.1) (2023-11-01)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gravity-ui/app-builder",
"version": "0.7.1",
"version": "0.7.2",
"description": "Develop and build your React client-server projects, powered by typescript and webpack",
"license": "MIT",
"type": "commonjs",
Expand Down

0 comments on commit f892109

Please sign in to comment.