Skip to content

Commit

Permalink
Merge pull request #843 from infinum/release/13.0.5
Browse files Browse the repository at this point in the history
13.0.5
  • Loading branch information
goranalkovic-infinum authored Sep 27, 2024
2 parents bd896d5 + 01273de commit 5e55b75
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 12 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.

This projects adheres to [Semantic Versioning](https://semver.org/) and [Keep a CHANGELOG](https://keepachangelog.com/).

## [13.0.5]

### Changed
- Updated dependencies.

## [13.0.4]

### Changed
Expand Down Expand Up @@ -1363,6 +1368,7 @@ Follow this migration script in order for you project to work correctly with the
- Initial tagged release.

[Unreleased]: https://github.com/infinum/eightshift-frontend-libs/compare/master...HEAD
[13.0.5]: https://github.com/infinum/eightshift-frontend-libs/compare/13.0.4...13.0.5
[13.0.4]: https://github.com/infinum/eightshift-frontend-libs/compare/13.0.3...13.0.4
[13.0.3]: https://github.com/infinum/eightshift-frontend-libs/compare/13.0.2...13.0.3
[13.0.2]: https://github.com/infinum/eightshift-frontend-libs/compare/13.0.1...13.0.2
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eightshift/frontend-libs",
"version": "13.0.4",
"version": "13.0.5",
"description": "A collection of useful frontend utility modules. powered by Eightshift",
"author": {
"name": "Eightshift team",
Expand Down Expand Up @@ -36,22 +36,22 @@
"@dnd-kit/modifiers": "^7.0.0",
"@dnd-kit/sortable": "^8.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@eightshift/ui-components": "^1.5.0",
"@eightshift/ui-components": "^1.6.0",
"@stylistic/eslint-plugin-js": "^2.8.0",
"@stylistic/stylelint-plugin": "^3.0.1",
"@swc/core": "^1.7.26",
"@swc/core": "^1.7.28",
"@uidotdev/usehooks": "^2.4.1",
"@wordpress/api-fetch": "^7.7.0",
"@wordpress/block-editor": "^14.2.0",
"@wordpress/api-fetch": "^7.8.0",
"@wordpress/block-editor": "^14.3.0",
"@wordpress/dependency-extraction-webpack-plugin": "^5.9.0",
"@wordpress/dom-ready": "^4.7.0",
"@wordpress/server-side-render": "^5.7.0",
"@wordpress/dom-ready": "^4.8.0",
"@wordpress/server-side-render": "^5.8.0",
"autoprefixer": "^10.4.20",
"clean-webpack-plugin": "^4.0.0",
"core-js": "^3.38.1",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.0",
"eslint": "^9.10.0",
"eslint": "^9.11.1",
"file-loader": "^6.2.0",
"globals": "^15.9.0",
"husky": "^9.1.6",
Expand All @@ -64,23 +64,23 @@
"promisify-child-process": "^4.1.2",
"raw-loader": "^4.0.2",
"regenerator-runtime": "^0.14.1",
"sass": "^1.78.0",
"sass-loader": "^16.0.1",
"sass": "^1.79.3",
"sass-loader": "^16.0.2",
"style-loader": "^4.0.0",
"stylelint": "^16.9.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-config-standard-scss": "^13.1.0",
"swc-loader": "^0.2.6",
"terser-webpack-plugin": "^5.3.10",
"webpack": "^5.94.0",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4",
"webpack-manifest-plugin": "^5.0.0",
"webpack-merge": "^6.0.1"
},
"devDependencies": {
"lint-staged": "^15.2.10",
"micromodal": "^0.4.10",
"ol": "^10.1.0",
"ol": "^10.2.1",
"ol-mapbox-style": "^12.3.5",
"swiper": "^11.1.14"
},
Expand Down

0 comments on commit 5e55b75

Please sign in to comment.