Skip to content

Commit 6720889

Browse files
chore(release): v5.1.2
1 parent b567ddb commit 6720889

File tree

114 files changed

+1011
-921
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

114 files changed

+1011
-921
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [5.1.2](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/compare/v5.1.1...v5.1.2) (2021-10-06)
2+
3+
4+
### Chore
5+
6+
* **organization** update core team members list and change automatic assignee ([c2f9af7](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/c2f9af71cff37794b8c30fe69ed9c1d7682f89f2))
7+
* **nuget** resync nuget/*.nuspec files with Bootstrap ([95beecb](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/95beecb28a7320c13307683ad5ec805a054be0fd))
8+
9+
10+
111
## [5.1.1](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/compare/v5.1.0...v5.1.1) (2021-09-17)
212

313

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@
3636

3737
Several quick start options are available:
3838

39-
- [Download the latest release](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/archive/v5.1.1.zip)
39+
- [Download the latest release](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/archive/v5.1.2.zip)
4040
- Clone the repo: `git clone https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap.git`
4141
- Install with [npm](https://www.npmjs.com/): `npm install boosted`
4242
- Install with [yarn](https://yarnpkg.com/): `yarn add boosted`
43-
- Install with [Composer](https://getcomposer.org/): `composer require Orange-OpenSource/Orange-Boosted-Bootstrap:5.1.1`
43+
- Install with [Composer](https://getcomposer.org/): `composer require Orange-OpenSource/Orange-Boosted-Bootstrap:5.1.2`
4444
- Install with [NuGet](https://www.nuget.org/): CSS: `Install-Package boosted` Sass: `Install-Package boosted.sass`
4545

4646
Read the [Getting started page](https://boosted.orange.com/docs/5.1/getting-started/introduction/) for information on the framework contents, templates and examples, and more.

config.yml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ params:
5353
social_image_path: /docs/5.1/assets/brand/orange-social.png
5454
social_logo_path: /docs/5.1/assets/brand/orange-social-logo.png
5555

56-
current_version: "5.1.1"
57-
current_ruby_version: "5.1.1"
56+
current_version: "5.1.2"
57+
current_ruby_version: "5.1.2"
5858
docs_version: "5.1"
5959
rfs_version: "v9.0.6"
6060
repo: "https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap"
@@ -63,32 +63,32 @@ params:
6363
bootstrap: "https://getbootstrap.com"
6464

6565
download:
66-
source: "https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/archive/v5.1.1.zip"
67-
dist: "https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/releases/download/v5.1.1/boosted-5.1.1-dist.zip"
68-
dist_examples: "https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/releases/download/v5.1.1/boosted-5.1.1-examples.zip"
66+
source: "https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/archive/v5.1.2.zip"
67+
dist: "https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/releases/download/v5.1.2/boosted-5.1.2-dist.zip"
68+
dist_examples: "https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/releases/download/v5.1.2/boosted-5.1.2-examples.zip"
6969

7070
cdn:
7171
# See https://www.srihash.org for info on how to generate the hashes
72-
css: "https://cdn.jsdelivr.net/npm/boosted@5.1.1/dist/css/boosted.min.css"
73-
css_hash: "sha384-L3dmE7dPzuuu008/uCWuDRI+1KoCmCfjwEQAtgsuo6+5IsZcynvIU1XZovqE6y1j"
74-
css_rtl: "https://cdn.jsdelivr.net/npm/boosted@5.1.1/dist/css/boosted.rtl.min.css"
75-
css_rtl_hash: "sha384-nloGgZuMox1QvqdHgSxKCXSmKj33InRh9ngqRPpu8M57ynR8zfl89f1BpQEGl21U"
76-
helvetica: "https://cdn.jsdelivr.net/npm/boosted@5.1.1/dist/css/orange-helvetica.min.css"
72+
css: "https://cdn.jsdelivr.net/npm/boosted@5.1.2/dist/css/boosted.min.css"
73+
css_hash: "sha384-w2udGD2dD4LpJLOfRwt2+pIjplDqErOaO4G6bwTGrdaiKj/MlgbExKDoy+W1s7q3"
74+
css_rtl: "https://cdn.jsdelivr.net/npm/boosted@5.1.2/dist/css/boosted.rtl.min.css"
75+
css_rtl_hash: "sha384-oxpFODXZCLTPyDB6r25F1f7AMmQfq0L4Z/sSQ1F7/EGattPAJ/vgZx/MMus4vPu3"
76+
helvetica: "https://cdn.jsdelivr.net/npm/boosted@5.1.2/dist/css/orange-helvetica.min.css"
7777
helvetica_hash: "sha384-ARRzqgHDBP0PQzxQoJtvyNn7Q8QQYr0XT+RXUFEPkQqkTB6gi43ZiL035dKWdkZe"
78-
helvetica_rtl: "https://cdn.jsdelivr.net/npm/boosted@5.1.1/dist/css/orange-helvetica.rtl.min.css"
78+
helvetica_rtl: "https://cdn.jsdelivr.net/npm/boosted@5.1.2/dist/css/orange-helvetica.rtl.min.css"
7979
helvetica_rtl_hash: "sha384-ihl4jOMS2VMlKkg/jH4cTxPHmSMcnVyANsKMO0YSUNvNyrrglHI9Itbx0wLOmV+W"
80-
HelveticaNeueW20-55Roman: "https://cdn.jsdelivr.net/npm/boosted@5.1.1/dist/fonts/HelveticaNeueW20-55Roman.woff2"
80+
HelveticaNeueW20-55Roman: "https://cdn.jsdelivr.net/npm/boosted@5.1.2/dist/fonts/HelveticaNeueW20-55Roman.woff2"
8181
HelveticaNeueW20-55Roman_hash: "sha384-3JzHT24JpS8epPIAdqo7AcCNQcr5VxQi8FClxBayyd/6BLTIFbJLiGD4CIf8FtRl"
82-
HelveticaNeueW20-75Bold: "https://cdn.jsdelivr.net/npm/boosted@5.1.1/dist/fonts/HelveticaNeueW20-75Bold.woff2"
82+
HelveticaNeueW20-75Bold: "https://cdn.jsdelivr.net/npm/boosted@5.1.2/dist/fonts/HelveticaNeueW20-75Bold.woff2"
8383
HelveticaNeueW20-75Bold_hash: "sha384-vpoGPps82D7bRdHnBlcsNi/WGJMOyFhPA9+NEonxOo5bYJGzIAjfIJ9tuZ0fPyKr"
84-
HelvNeue55_W1G: "https://cdn.jsdelivr.net/npm/boosted@5.1.1/dist/fonts/HelvNeue55_W1G.woff2"
84+
HelvNeue55_W1G: "https://cdn.jsdelivr.net/npm/boosted@5.1.2/dist/fonts/HelvNeue55_W1G.woff2"
8585
HelvNeue55_W1G_hash: "sha384-R6e0PFLMMV6HBvkQK22ecNfjOzyh89wSndiTC71MuvoaOnhIYgOAGVC0gW0kVN16"
86-
HelvNeue75_W1G: "https://cdn.jsdelivr.net/npm/boosted@5.1.1/dist/fonts/HelvNeue75_W1G.woff2"
86+
HelvNeue75_W1G: "https://cdn.jsdelivr.net/npm/boosted@5.1.2/dist/fonts/HelvNeue75_W1G.woff2"
8787
HelvNeue75_W1G_hash: "sha384-ylOkwNNvSwXpWNbpEhI45ruJTXyfQbIb42IxMvSGGcndZBpZ9iAmOFSUl4/Goeqz"
88-
js: "https://cdn.jsdelivr.net/npm/boosted@5.1.1/dist/js/boosted.min.js"
89-
js_hash: "sha384-KmiznHRZsRXbvlEFfKSf9EGYhJa+94X/K4kgdlpIEVIz7kY8ASB3/vwhBKLKECeS"
90-
js_bundle: "https://cdn.jsdelivr.net/npm/boosted@5.1.1/dist/js/boosted.bundle.min.js"
91-
js_bundle_hash: "sha384-Njq6Cdj8rs3ZqRkj0DCyKcP+OuU9FD99AObDbfh0I0nMTg9jAwgShNdhg/Q4Wq0K"
88+
js: "https://cdn.jsdelivr.net/npm/boosted@5.1.2/dist/js/boosted.min.js"
89+
js_hash: "sha384-BX3AJAMH1lVWgqLMjzo6leAcKQN12XHe3ZFLJWhKG2igS4k+XdZfxfyE18CdKiTt"
90+
js_bundle: "https://cdn.jsdelivr.net/npm/boosted@5.1.2/dist/js/boosted.bundle.min.js"
91+
js_bundle_hash: "sha384-mlJxQXakdb0qbeREItdSDKkuCMdUAuc7pmrTnzH61YkLH4mmqLF+Qj5cZex87vCR"
9292
popper: "https://cdn.jsdelivr.net/npm/@popperjs/core@2.10.2/dist/umd/popper.min.js"
9393
popper_hash: "sha384-7+zCNj/IqJ95wo16oMtfsKbZ9ccEh31eOz1HGyDuCQ6wgnyJNSYdrPa03rtR1zdB"
9494
focus_visible: "https://cdn.jsdelivr.net/npm/focus-visible@5.2.0/dist/focus-visible.min.js"

dist/css/boosted-grid.css

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/boosted-grid.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/boosted-grid.min.css

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/boosted-grid.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/boosted-grid.rtl.css

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/boosted-grid.rtl.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/boosted-grid.rtl.min.css

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)