Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HMarzban committed Nov 14, 2023
1 parent 777d450 commit 45cd063
Show file tree
Hide file tree
Showing 6 changed files with 53 additions and 3 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.3.0](https://github.com/HMarzban/extension-hypermedia/compare/v1.2.0...v1.3.0) (2023-11-14)


### Bug Fixes

* **@docs.plus/extension-hypermultimedia:** naming ([5ecadef](https://github.com/HMarzban/extension-hypermedia/commit/5ecadef366036e122e286b7050d3397a4db81ec4))
* **@docs.plus/extension-hypermultimedia:** use default value for width and height ([5e65aee](https://github.com/HMarzban/extension-hypermedia/commit/5e65aee3a4669ca388e8acad5fcf2fd5f1cd4b62))


### Features

* **@docs.plus/demo:** insert audio and video tag ([29305f1](https://github.com/HMarzban/extension-hypermedia/commit/29305f1637870a13415ad5d979000f04fda24c1c))
* **@docs.plus/extension-hypermultimedia:** audio and video extension support ([4de250b](https://github.com/HMarzban/extension-hypermedia/commit/4de250bf3b4bdfd4effaee82382b3fff32383ac2))
* **@docs.plus/extension-hypermultimedia:** support audio tag ([814a956](https://github.com/HMarzban/extension-hypermedia/commit/814a956025da841cd48cc73d5509c6673904dcb8))
* **@docs.plus/extension-hypermultimedia:** support video tag ([606ae44](https://github.com/HMarzban/extension-hypermedia/commit/606ae4499f9ed096a4f29a195a969c8205ffacc7))





# [1.3.0-alpha.1](https://github.com/HMarzban/extension-hypermedia/compare/v1.2.0...v1.3.0-alpha.1) (2023-11-09)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "1.3.0-alpha.1",
"version": "1.3.0",
"packages": [
"packages/*"
],
Expand Down
19 changes: 19 additions & 0 deletions packages/extension-hypermultimedia/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.3.0](https://github.com/HMarzban/extension-hypermultimedia/compare/v1.2.0...v1.3.0) (2023-11-14)


### Bug Fixes

* **@docs.plus/extension-hypermultimedia:** naming ([5ecadef](https://github.com/HMarzban/extension-hypermultimedia/commit/5ecadef366036e122e286b7050d3397a4db81ec4))
* **@docs.plus/extension-hypermultimedia:** use default value for width and height ([5e65aee](https://github.com/HMarzban/extension-hypermultimedia/commit/5e65aee3a4669ca388e8acad5fcf2fd5f1cd4b62))


### Features

* **@docs.plus/extension-hypermultimedia:** audio and video extension support ([4de250b](https://github.com/HMarzban/extension-hypermultimedia/commit/4de250bf3b4bdfd4effaee82382b3fff32383ac2))
* **@docs.plus/extension-hypermultimedia:** support audio tag ([814a956](https://github.com/HMarzban/extension-hypermultimedia/commit/814a956025da841cd48cc73d5509c6673904dcb8))
* **@docs.plus/extension-hypermultimedia:** support video tag ([606ae44](https://github.com/HMarzban/extension-hypermultimedia/commit/606ae4499f9ed096a4f29a195a969c8205ffacc7))





# [1.3.0-alpha.1](https://github.com/HMarzban/extension-hypermultimedia/compare/v1.2.0...v1.3.0-alpha.1) (2023-11-09)


Expand Down
2 changes: 1 addition & 1 deletion packages/extension-hypermultimedia/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@docs.plus/extension-hypermultimedia",
"description": "Insert embeded multimedia components for docs.plus",
"version": "1.3.0-alpha.1",
"version": "1.3.0",
"author": "Hossein Marzban",
"homepage": "https://github.com/docs-plus/docs.plus",
"repository": {
Expand Down
11 changes: 11 additions & 0 deletions packages/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.3.0](https://github.com/HMarzban/extension-hypermedia/compare/v1.2.0...v1.3.0) (2023-11-14)


### Features

* **@docs.plus/demo:** insert audio and video tag ([29305f1](https://github.com/HMarzban/extension-hypermedia/commit/29305f1637870a13415ad5d979000f04fda24c1c))





# [1.3.0-alpha.1](https://github.com/HMarzban/extension-hypermedia/compare/v1.2.0...v1.3.0-alpha.1) (2023-11-09)


Expand Down
2 changes: 1 addition & 1 deletion packages/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@docs.plus/demo",
"version": "1.3.0-alpha.1",
"version": "1.3.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit 45cd063

Please sign in to comment.