Skip to content

Commit 00e20e8

Browse files
committed
chore(release): 1.0.0-beta.109
1 parent 5467986 commit 00e20e8

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
44

5+
## [1.0.0-beta.109](https://github.com/ecomplus/admin/compare/v1.0.0-beta.108...v1.0.0-beta.109) (2024-12-17)
6+
7+
8+
### Features
9+
10+
* supporting multiple specs with same grid on product form ([5467986](https://github.com/ecomplus/admin/commit/54679862ceb3bb9a48c2549240c4b5bf458523d6))
11+
* supporting second video on product form ([7a7638c](https://github.com/ecomplus/admin/commit/7a7638cb34a447dbe96462fdda268492acb4c879))
12+
13+
14+
### Bug Fixes
15+
16+
* ensure showing second videio input on product form ([6f0745c](https://github.com/ecomplus/admin/commit/6f0745c84b0e720df11df57b05f5c54651ec5369))
17+
* ensure storage item unset with ?api_version=1 ([479b2f8](https://github.com/ecomplus/admin/commit/479b2f853c14f625c3456e8e6e27a6f0f4292bf6))
18+
* fetch specific resource document with `?raw` param ([4d86596](https://github.com/ecomplus/admin/commit/4d865963daba04d434a20a2ebd435bc34d1a6405))
19+
* force loading login view and script when `?sso_redirect` is set (even already logged in) ([68c90ca](https://github.com/ecomplus/admin/commit/68c90cac44d1b72d96e7ae715e6a67b0d34895ee))
20+
521
## [1.0.0-beta.108](https://github.com/ecomplus/admin/compare/v1.0.0-beta.107...v1.0.0-beta.108) (2024-12-05)
622

723

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ecomplus/admin",
3-
"version": "1.0.0-beta.108",
3+
"version": "1.0.0-beta.109",
44
"description": "E-Com Plus Admin dashboard PWA",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)