Skip to content

Commit

Permalink
Version 1.1.1 of frontend-js-spa-transitions-web: (see notes)
Browse files Browse the repository at this point in the history
- In the previous release there was a discrepancy between the version in the
  Bnd file and the one in the package.json. This wouldn’t be an issue, but...
- Liferay Module Config Generator uses the version in the package.json, and
  compiles the modules into having explicilty that version in the AMD
  definition **but** packages are automatically created by Liferay extracting
  the version from the Bundle version
- The previous release, therefore, tried to locate the ES module as
  `<BUNDLE>/<MODULE>` which was redirected to `<BUNDLE>@1.1.0/<MODULE>`, but
  that file was defining itself as `<BUNDLE>@1.0.10/<MODULE>`. Bummer.
  • Loading branch information
yuchi committed Jul 29, 2016
1 parent 812ae5d commit 7a1c7a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/frontend-js-spa-transitions-web/bnd.bnd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Bundle-Name: Liferay Frontend JS SPA Transitions Web
Bundle-SymbolicName: it.smc.liferay.frontend.js.spa.transitions.web
Bundle-Version: 1.1.0
Bundle-Version: 1.1.1
Import-Package: *
Private-Package:
Web-ContextPath: /frontend-js-spa-transitions-web-${Bundle-Version}
Expand Down
2 changes: 1 addition & 1 deletion modules/frontend-js-spa-transitions-web/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "frontend-js-spa-transitions-web",
"version": "1.0.10"
"version": "1.1.1"
}

0 comments on commit 7a1c7a4

Please sign in to comment.