Skip to content

Commit 6e542f8

Browse files
committed
fix : update changelog.md and package.json files with the last BFF version number
1 parent c837367 commit 6e542f8

File tree

2 files changed

+63
-8
lines changed

2 files changed

+63
-8
lines changed

CHANGELOG.md

Lines changed: 62 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,73 @@
1+
# 5.3.2
2+
3+
- Update CHANGELOG.md and package.json files with the last BFF version number
4+
5+
# 5.3.0 & 5.3.1
6+
7+
- Fix namespace example
8+
- Inject data into get_terms_list
9+
10+
# 5.2.1
11+
12+
- Update SCSS heading mixin
13+
14+
# 5.2.0
15+
16+
- Update @wordpress npm packages
17+
- Refactor editor scripts to use @wordpress packages.
18+
- Update asset registration to use the new asset data mecanism
19+
- Add new method to load data
20+
- Add and configure dependency-extraction-webpack-plugin pacjkage
21+
22+
# 5.1.6
23+
24+
- Update post css npm packages
25+
26+
# 5.1.5
27+
28+
- Update browser-sung npm package
29+
30+
# 5.1.4
31+
32+
- Add post-scss npm package
33+
34+
# 5.1.3
35+
36+
- Create SCSS palette variables
37+
38+
# 5.1.2
39+
40+
- Update canvas npm package
41+
- Fix webpack image sizes script
42+
43+
# 5.1.1
44+
45+
- Update npm linting packages
46+
- Update JS and SCSS linting rules
47+
- Clean and fix linting issues for SCSS files
48+
149
# 5.1
50+
251
- Big update of the SCSS folder content and organization
352

453
# 5.0.9
54+
555
- Add invisible scrollbar SCSS mixin
656

757
# 5.0.8
58+
859
- Fix filename for editor script and editor style
960

1061
# 5.0.7
62+
1163
- Add hook to load minified CSS for login page
1264

1365
# 5.0.6
66+
1467
- Add some templating helpers ( the_image, the_text, the_link ...)
1568

1669
# 5.0.0
70+
1771
- Add Webpack 5
1872
- Set build configuration files into config directory
1973
- Remove bash scripts
@@ -24,10 +78,11 @@
2478
- IE11 is not supported anymore
2579

2680
# 4.7.0
27-
- Handle Editor patterns
28-
- Handle Editor patterns categories
29-
- Handle Editor Backend JS
30-
- Handle Editor frontend/backend CSS
31-
- PHP 7.2 min version
32-
- Delete loadFont.php and use regular script enqueuing
33-
- Add esc_attr on defer/async script
81+
82+
- Handle Editor patterns
83+
- Handle Editor patterns categories
84+
- Handle Editor Backend JS
85+
- Handle Editor frontend/backend CSS
86+
- PHP 7.2 min version
87+
- Delete loadFont.php and use regular script enqueuing
88+
- Add esc_attr on defer/async script

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "beapi-frontend-framework",
3-
"version": "5.1.0",
3+
"version": "5.3.2",
44
"author": "Be API",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)