From 45cd06345f1aa7d9c680a34e18fa7175a32f72fa Mon Sep 17 00:00:00 2001 From: hossein Date: Tue, 14 Nov 2023 22:36:10 +0330 Subject: [PATCH] v1.3.0 --- CHANGELOG.md | 20 +++++++++++++++++++ lerna.json | 2 +- .../extension-hypermultimedia/CHANGELOG.md | 19 ++++++++++++++++++ .../extension-hypermultimedia/package.json | 2 +- packages/nextjs/CHANGELOG.md | 11 ++++++++++ packages/nextjs/package.json | 2 +- 6 files changed, 53 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 57c9cd1..def700b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/lerna.json b/lerna.json index e11cf84..622c531 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", - "version": "1.3.0-alpha.1", + "version": "1.3.0", "packages": [ "packages/*" ], diff --git a/packages/extension-hypermultimedia/CHANGELOG.md b/packages/extension-hypermultimedia/CHANGELOG.md index 00e6393..e4a9bca 100644 --- a/packages/extension-hypermultimedia/CHANGELOG.md +++ b/packages/extension-hypermultimedia/CHANGELOG.md @@ -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) diff --git a/packages/extension-hypermultimedia/package.json b/packages/extension-hypermultimedia/package.json index da509fa..85c0b1a 100644 --- a/packages/extension-hypermultimedia/package.json +++ b/packages/extension-hypermultimedia/package.json @@ -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": { diff --git a/packages/nextjs/CHANGELOG.md b/packages/nextjs/CHANGELOG.md index 83ff79e..a3e9c6e 100644 --- a/packages/nextjs/CHANGELOG.md +++ b/packages/nextjs/CHANGELOG.md @@ -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) diff --git a/packages/nextjs/package.json b/packages/nextjs/package.json index 33ade1e..eda3218 100644 --- a/packages/nextjs/package.json +++ b/packages/nextjs/package.json @@ -1,6 +1,6 @@ { "name": "@docs.plus/demo", - "version": "1.3.0-alpha.1", + "version": "1.3.0", "private": true, "scripts": { "dev": "next dev",