From 4a9cdc157120e74ce4c4a627653426edc38ae866 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Goran=20Alkovi=C4=87?= <77000136+goranalkovic-infinum@users.noreply.github.com> Date: Wed, 6 Nov 2024 09:37:06 +0100 Subject: [PATCH] bump version and update changelog --- CHANGELOG.md | 15 +++++++++++++++ package.json | 38 +++++++++++++++++++------------------- 2 files changed, 34 insertions(+), 19 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f89a7f..5c135ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,11 +6,25 @@ This projects adheres to [Semantic Versioning](https://semver.org/) and [Keep a --- +## [1.4.4] + +### Added + +- Support for `supports` key in block manifests during block registration. + +### Changed + +- Built-in Paragraph block now uses the new block splitting logic from WP 6.6 +- Updated dependencies + ## [1.4.3] ### Fixed - Fixing Yoast SEO plugin helpers. +- Manifests in some default blocks not using `base` as a `part`. +- Image sizing in the default Image block when set to stretch. +- Class for gradient *top* direction in wrapper. ## [1.4.2] @@ -128,6 +142,7 @@ This projects adheres to [Semantic Versioning](https://semver.org/) and [Keep a - Initial release. [Unreleased]: https://github.com/infinum/eightshift-frontend-libs-tailwind/compare/master...HEAD +[1.4.4]: https://github.com/infinum/eightshift-frontend-libs-tailwind/compare/1.4.3...1.4.4 [1.4.3]: https://github.com/infinum/eightshift-frontend-libs-tailwind/compare/1.4.2...1.4.3 [1.4.2]: https://github.com/infinum/eightshift-frontend-libs-tailwind/compare/1.4.1...1.4.2 [1.4.1]: https://github.com/infinum/eightshift-frontend-libs-tailwind/compare/1.4.0...1.4.1 diff --git a/package.json b/package.json index 288c415..7681eb1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eightshift/frontend-libs-tailwind", - "version": "1.4.3", + "version": "1.4.4", "description": "A framework for creating modern Gutenberg themes with styling provided by Tailwind CSS.", "author": { "name": "Eightshift team", @@ -34,47 +34,47 @@ "homepage": "https://github.com/infinum/eightshift-frontend-libs-tailwind#readme", "license": "MIT", "dependencies": { - "@eightshift/ui-components": "^1.6.1", - "@stylistic/eslint-plugin-js": "^2.8.0", - "@stylistic/stylelint-plugin": "^3.1.0", - "@swc/core": "^1.7.26", - "@wordpress/api-fetch": "^7.8.0", - "@wordpress/block-editor": "^14.3.0", + "@eightshift/ui-components": "^1.7.0", + "@stylistic/eslint-plugin-js": "^2.10.1", + "@stylistic/stylelint-plugin": "^3.1.1", + "@swc/core": "^1.8.0", + "@wordpress/api-fetch": "^7.11.0", + "@wordpress/block-editor": "^14.6.0", "@wordpress/dependency-extraction-webpack-plugin": "^5.9.0", - "@wordpress/dom-ready": "^4.8.0", - "@wordpress/server-side-render": "^5.8.0", - "browserslist": "^4.24.0", + "@wordpress/dom-ready": "^4.11.0", + "@wordpress/server-side-render": "^5.11.0", + "browserslist": "^4.24.2", "css-loader": "^7.1.2", "css-minimizer-webpack-plugin": "^7.0.0", - "eslint": "^9.11.1", + "eslint": "^9.14.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.2.1", - "globals": "^15.9.0", + "globals": "^15.12.0", "husky": "^9.1.6", - "lightningcss": "^1.27.0", - "mini-css-extract-plugin": "^2.9.1", + "lightningcss": "^1.28.1", + "mini-css-extract-plugin": "^2.9.2", "postcss": "^8.4.47", "postcss-loader": "^8.1.1", "prettier": "^3.3.3", "prettier-plugin-tailwindcss": "^0.6.8", - "sonner": "^1.5.0", - "stylelint": "^16.9.0", + "sonner": "^1.7.0", + "stylelint": "^16.10.0", "stylelint-config-standard": "^36.0.1", "swc-loader": "^0.2.6", "terser-webpack-plugin": "^5.3.10", - "webpack": "^5.95.0", + "webpack": "^5.96.1", "webpack-cli": "^5.1.4", "webpack-manifest-plugin": "^5.0.0", "webpack-merge": "^6.0.1" }, "devDependencies": { - "embla-carousel": "^8.3.0", + "embla-carousel": "^8.3.1", "fluid-tailwind": "^1.0.3", "lint-staged": "^15.2.10", "micromodal": "^0.4.10", "ol": "^10.2.1", "ol-mapbox-style": "^12.3.5", - "tailwindcss": "^3.4.13", + "tailwindcss": "^3.4.14", "tailwindcss-animate": "^1.0.7" }, "sideEffects": false,