Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
iruzevic committed Jun 5, 2024
1 parent d387eb4 commit 12a98d1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
2 changes: 0 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ This projects adheres to [Semantic Versioning](https://semver.org/) and [Keep a

## [12.0.0]

Dependant to [[email protected]](https://github.com/infinum/eightshift-libs/releases/tag/8.0.0)

### Changed
- All `Components::getManifest` to `Components::getManifestByDir` method.
- All `Components::outputCssVariables($attributes, $manifest, $unique, $globalManifest)` to `Components::outputCssVariables($attributes, $manifest, $unique)`.
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,26 +44,26 @@
"@dnd-kit/utilities": "^3.2.2",
"@infinumjs/eslint-config-react-js": "^3.5.0",
"@stylistic/stylelint-plugin": "^2.1.2",
"@swc/core": "^1.5.7",
"@swc/core": "^1.5.25",
"@uidotdev/usehooks": "^2.4.1",
"@wordpress/api-fetch": "^6.55.0",
"@wordpress/block-editor": "^12.26.0",
"@wordpress/dependency-extraction-webpack-plugin": "^5.9.0",
"@wordpress/dom-ready": "^3.58.0",
"@wordpress/dom-ready": "^4.0.0",
"autoprefixer": "^10.4.19",
"babel-loader": "^9.1.3",
"browser-sync": "^3.0.2",
"browser-sync-v3-webpack-plugin": "^0.1.0",
"clean-webpack-plugin": "^4.0.0",
"core-js": "^3.37.1",
"css-loader": "^7.1.1",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.0",
"eslint": "^8.57.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-react-hooks": "^4.6.2",
"file-loader": "^6.2.0",
"framer-motion": "^11.2.6",
"framer-motion": "^11.2.10",
"husky": "^9.0.11",
"import-glob": "^1.5.0",
"just-camel-case": "^6.2.0",
Expand All @@ -85,10 +85,10 @@
"react-gcolor-picker": "^1.3.3",
"react-select": "^5.8.0",
"regenerator-runtime": "^0.14.1",
"sass": "^1.77.2",
"sass": "^1.77.4",
"sass-loader": "^14.2.1",
"style-loader": "^4.0.0",
"stylelint": "^16.6.0",
"stylelint": "^16.6.1",
"stylelint-config-standard": "^36.0.0",
"stylelint-config-standard-scss": "^13.1.0",
"terser-webpack-plugin": "^5.3.10",
Expand All @@ -103,10 +103,10 @@
"lint-staged": "^15.2.5",
"micromodal": "^0.4.10",
"ol": "^9.2.4",
"ol-mapbox-style": "^12.3.2",
"ol-mapbox-style": "^12.3.3",
"react-test-renderer": "^18.3.1",
"replace-in-file": "^7.2.0",
"swiper": "^11.1.3"
"swiper": "^11.1.4"
},
"sideEffects": false,
"lint-staged": {
Expand Down

0 comments on commit 12a98d1

Please sign in to comment.