Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jblandry committed Feb 6, 2020
1 parent cea403b commit f1e5f6c
Show file tree
Hide file tree
Showing 23 changed files with 32 additions and 27 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0


## [Unreleased]



## [3.7.2] - 2020-02-06
### Changed
- Changed hover selection from 'mouse' to 'not-touch'
- Changed jpeg optimization from jpegtran to MozJPEG
Expand Down Expand Up @@ -557,7 +561,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0



[Unreleased]: https://github.com/absolunet/nwayo/compare/3.7.1...HEAD
[Unreleased]: https://github.com/absolunet/nwayo/compare/3.7.2...HEAD
[3.7.2]: https://github.com/absolunet/nwayo/compare/3.7.1...3.7.2
[3.7.1]: https://github.com/absolunet/nwayo/compare/3.7.0...3.7.1
[3.7.0]: https://github.com/absolunet/nwayo/compare/3.7.0-rc.1...3.7.0
[3.7.0-rc.1]: https://github.com/absolunet/nwayo/compare/3.7.0-beta.2...3.7.0-rc.1
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
</script>
<!-- End Single Page Apps for GitHub Pages -->

<!-- (c) 2011-2019 Absolunet -->
<!-- (c) 2011-2020 Absolunet -->
</head>
<body>
<noscript>
Expand Down
2 changes: 1 addition & 1 deletion docs/static/scripts/app.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "3.7.1"
"version": "3.7.2"
}
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@absolunet/nwayo-cli",
"version": "3.7.1",
"version": "3.7.2",
"description": "CLI for nwayo",
"definition": "",
"homepage": "https://absolunet.github.io/nwayo",
Expand Down
2 changes: 1 addition & 1 deletion packages/grow-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@absolunet/nwayo-grow-extension",
"version": "3.7.1",
"version": "3.7.2",
"description": "Boilerplate generator for nwayo extension",
"definition": "",
"homepage": "https://absolunet.github.io/nwayo",
Expand Down
4 changes: 2 additions & 2 deletions packages/grow-project/boilerplate/SAMPLE-HTML/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="fr-CA" class="no-js">
<head>
<meta charset="utf-8">
<title>nwayo 3.7.1</title>
<title>nwayo 3.7.2</title>

<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta http-equiv="cleartype" content="on">
Expand Down Expand Up @@ -69,7 +69,7 @@
<!-- End Google Tag Manager -->


<!-- nwayo 3.7.1 (c) 2019 Absolunet -->
<!-- nwayo 3.7.2 (c) 2020 Absolunet -->
</head>
<body id="uid" class="tag1 tag2 tag3">

Expand Down
2 changes: 1 addition & 1 deletion packages/grow-project/boilerplate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"license": "UNLICENSED",
"private": true,
"dependencies": {
"@absolunet/nwayo-workflow": "3.7.1"
"@absolunet/nwayo-workflow": "3.7.2"
}
}
2 changes: 1 addition & 1 deletion packages/grow-project/boilerplate/vendor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"dependencies": {
"@absolunet/kafe": "3.2.9",
"@absolunet/nwayo-toolbox": "3.7.1",
"@absolunet/nwayo-toolbox": "3.7.2",
"@absolunet/pinki": "3.0.0",
"foundation-sites": "6.6.1",
"imagesloaded": "4.1.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/grow-project/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@absolunet/nwayo-grow-project",
"version": "3.7.1",
"version": "3.7.2",
"description": "Boilerplate generator for nwayo project",
"definition": "",
"homepage": "https://absolunet.github.io/nwayo",
Expand Down
2 changes: 1 addition & 1 deletion packages/toolbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@absolunet/nwayo-toolbox",
"version": "3.7.1",
"version": "3.7.2",
"description": "Toolbox for nwayo",
"definition": "",
"homepage": "https://absolunet.github.io/nwayo/",
Expand Down
2 changes: 1 addition & 1 deletion packages/workflow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@absolunet/nwayo-workflow",
"version": "3.7.1",
"version": "3.7.2",
"description": "Workflow for nwayo",
"definition": "/nwajo/ (haitian creole) The tough central part of various fruits, containing the seeds.",
"homepage": "https://absolunet.github.io/nwayo/",
Expand Down
2 changes: 1 addition & 1 deletion packages/workflow/ressources/doctor-matrix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"license": "UNLICENSED",
"private": true,
"dependencies": {
"@absolunet/nwayo-workflow": "3.7.1"
"@absolunet/nwayo-workflow": "3.7.2"
}
}
4 changes: 2 additions & 2 deletions ressources/docs-builder/app/helpers/generated/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ressources/docs-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"uglify-js": "3.7.7",
"webpack": "4.41.5",
"webpack-cli": "3.3.10",
"webpack-dev-server": "3.10.2"
"webpack-dev-server": "3.10.3"
},
"scripts": {
"start": "webpack-dev-server --mode development",
Expand Down
4 changes: 2 additions & 2 deletions test/fixtures/build/konstan.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"GENERATION": "Generated by nwayo 3.7.1 for PROJECT_NAME:site",
"nwayo": "3.7.1",
"GENERATION": "Generated by nwayo 3.7.2 for PROJECT_NAME:site",
"nwayo": "3.7.2",
"project": "PROJECT_NAME",
"bundle": "site",
"konstan": {
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/build/readme-nwayo.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# Generated by nwayo 3.7.1 for PROJECT_NAME:site
# Generated by nwayo 3.7.2 for PROJECT_NAME:site
2 changes: 1 addition & 1 deletion test/fixtures/build/scripts/dependencies-head-sync.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* @preserve Generated by nwayo 3.7.1 for PROJECT_NAME:site
* @preserve Generated by nwayo 3.7.2 for PROJECT_NAME:site
*/

(function(global, undefined) {
Expand Down
4 changes: 2 additions & 2 deletions test/fixtures/build/scripts/dependencies.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* @preserve Generated by nwayo 3.7.1 for PROJECT_NAME:site
* @preserve Generated by nwayo 3.7.2 for PROJECT_NAME:site
*/

(function(global, undefined) {
Expand All @@ -12,7 +12,7 @@
var require = undefined;

var konstan = {
"nwayo": "3.7.1",
"nwayo": "3.7.2",
"project": "PROJECT_NAME",
"bundle": "site",
"konstan": {
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/build/scripts/main.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* @preserve Generated by nwayo 3.7.1 for PROJECT_NAME:site
* @preserve Generated by nwayo 3.7.2 for PROJECT_NAME:site
*/

(function(global, undefined) {
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/build/styles/editor.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* @preserve Generated by nwayo 3.7.1 for PROJECT_NAME:site
* @preserve Generated by nwayo 3.7.2 for PROJECT_NAME:site
*/
/* -- Quick reference --
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/build/styles/main.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* @preserve Generated by nwayo 3.7.1 for PROJECT_NAME:site
* @preserve Generated by nwayo 3.7.2 for PROJECT_NAME:site
*/
/* -- Quick reference --
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/build/styles/print.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* @preserve Generated by nwayo 3.7.1 for PROJECT_NAME:site
* @preserve Generated by nwayo 3.7.2 for PROJECT_NAME:site
*/
/* -- Quick reference --
Expand Down

0 comments on commit f1e5f6c

Please sign in to comment.