Skip to content

Commit ee08be6

Browse files
ydb-platform-botariser
authored andcommitted
chore(main): release 3.0.0
1 parent d28a9a4 commit ee08be6

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [3.0.0](https://github.com/ydb-platform/ydb-embedded-ui/compare/v2.6.0...v3.0.0) (2022-12-05)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
Updated build config ([11e02c6](https://github.com/ydb-platform/ydb-embedded-ui/commit/11e02c668ef186f058b2ece9d5f1082d0e96e23d))
9+
10+
**Before the change**
11+
- the target dir for the production build was `build/resources`
12+
- `favicon.png` was placed directly in `build`
13+
14+
**After the change**
15+
- the target dir is `build/static`
16+
- `favicon.png` is in `build/static`
17+
18+
This change is intended to simplify build config and make it closer to the default one. Previously there were some custom tweaks after the build, they caused bugs and were hard to maintain. Now the application builds using the default `create-react-app` config.
19+
20+
321
## [2.6.0](https://github.com/ydb-platform/ydb-embedded-ui/compare/v2.5.0...v2.6.0) (2022-12-05)
422

523

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ydb-embedded-ui",
3-
"version": "2.6.0",
3+
"version": "3.0.0",
44
"files": [
55
"dist"
66
],

0 commit comments

Comments
 (0)