Skip to content

Commit

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

## [8.0.1]

### Fixed
- Installation of theme and plugin eightshift-frontend-libs repo.

## [8.0.1]

### Changed
- Package and composer versions.

Expand Down Expand Up @@ -549,6 +554,7 @@ Init setup

[Unreleased]: https://github.com/infinum/eightshift-libs/compare/main...HEAD

[8.0.2]: https://github.com/infinum/eightshift-libs/compare/8.0.1...8.0.2
[8.0.1]: https://github.com/infinum/eightshift-libs/compare/8.0.0...8.0.1
[8.0.0]: https://github.com/infinum/eightshift-libs/compare/7.1.2...8.0.0
[7.1.2]: https://github.com/infinum/eightshift-libs/compare/7.1.1...7.1.2
Expand Down
2 changes: 1 addition & 1 deletion src/Cli/AbstractCli.php
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,7 @@ public function initMandatoryAfter(
if ($frontendLibsVersion) {
\shell_exec("cd {$destination} && npm install infinum/eightshift-frontend-libs#{$frontendLibsVersion}"); // phpcs:ignore WordPress.PHP.DiscouragedPHPFunctions.system_calls_shell_exec
} else {
\shell_exec("cd {$destination} && npm install infinum/eightshift-frontend-libs"); // phpcs:ignore WordPress.PHP.DiscouragedPHPFunctions.system_calls_shell_exec
\shell_exec("cd {$destination} && npm install @eightshift/frontend-libs"); // phpcs:ignore WordPress.PHP.DiscouragedPHPFunctions.system_calls_shell_exec
}
}

Expand Down

0 comments on commit 199864b

Please sign in to comment.