From d1571acdaef6b4125b9f87c870e27265f37e8766 Mon Sep 17 00:00:00 2001 From: YC UI Bot <95919151+yc-ui-bot@users.noreply.github.com> Date: Tue, 4 Mar 2025 12:15:43 +0300 Subject: [PATCH] chore(master): release 3.2.0 --- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ccc9834..eb5cb08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [3.2.0](https://github.com/diplodoc-platform/client/compare/v3.1.12...v3.2.0) (2025-03-04) + + +### Features + +* page-constructor scss overrides ([#109](https://github.com/diplodoc-platform/client/issues/109)) ([996e34e](https://github.com/diplodoc-platform/client/commit/996e34e7d4537f7327e35be77d9afce17f918ff7)) + + +### Bug Fixes + +* disable img compression in PC ([#108](https://github.com/diplodoc-platform/client/issues/108)) ([5e60c5e](https://github.com/diplodoc-platform/client/commit/5e60c5e518f854131c1103c011b76c5153da13ef)) +* ismobile prop to page to fix share button ([#106](https://github.com/diplodoc-platform/client/issues/106)) ([64f95d5](https://github.com/diplodoc-platform/client/commit/64f95d59cbd18761ef66f0334a97529899d707dc)) + ## [3.1.12](https://github.com/diplodoc-platform/client/compare/v3.1.11...v3.1.12) (2025-02-25) diff --git a/package-lock.json b/package-lock.json index 1e6c730..9d0a8c6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@diplodoc/client", - "version": "3.1.12", + "version": "3.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@diplodoc/client", - "version": "3.1.12", + "version": "3.2.0", "license": "ISC", "dependencies": { "@diplodoc/latex-extension": "^1.3.2", diff --git a/package.json b/package.json index 5c69a78..97addeb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@diplodoc/client", - "version": "3.1.12", + "version": "3.2.0", "description": "", "main": "./build/server/app.js", "scripts": {