Skip to content

Commit

Permalink
Set version as 3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Dec 16, 2021
1 parent af02dc5 commit c43740e
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [3.1.2](https://github.com/primefaces/primeflex/tree/3.1.2) (2021-12-16)

[Full Changelog](https://github.com/primefaces/primevue/compare/3.1.1...3.1.2)

**Fixed bugs:**

- primeflex.scss is missing in primeflex 3.1.1 [\#90](https://github.com/primefaces/primevue/issues/90)

## [3.1.1](https://github.com/primefaces/primeflex/tree/3.1.1) (2021-12-15)

[Full Changelog](https://github.com/primefaces/primevue/compare/3.1.0...3.1.1)
Expand Down
2 changes: 1 addition & 1 deletion dist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "primeflex",
"version": "3.1.1",
"version": "3.1.2",
"description": "PrimeFlex is a lightweight responsive CSS utility library to accompany Prime UI libraries and static webpages as well.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "primeflex",
"version": "3.1.1",
"version": "3.1.2",
"description": "PrimeFlex is a lightweight responsive CSS utility library to accompany Prime UI libraries and static webpages as well.",
"scripts": {
"serve": "jekyll serve --livereload",
Expand Down
8 changes: 4 additions & 4 deletions pages/setup.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@ <h5>Module Loader</h5>
<h5>Load from CDN</h5>
<p>PrimeFlex can also be loaded from a CDN using a link tag.</p>
<pre><code class="language-markup">
&lt;link rel="stylesheet" href="https://unpkg.com/[email protected].1/primeflex.css"&gt;
&lt;link rel="stylesheet" href="https://unpkg.com/[email protected].2/primeflex.css"&gt;

</code></pre>

<h5>Themes</h5>
<p>PrimeFlex does not ship with a built-in color scheme by default as it is derived from the Prime UI library. In case you need to use it standalone without a Prime library, include one of the themes from the themes folder.</p>
<pre><code class="language-markup">
&lt;link rel="stylesheet" href="https://unpkg.com/[email protected].1/themes/saga-blue.css"&gt;
&lt;link rel="stylesheet" href="https://unpkg.com/[email protected].1/themes/arya-blue.css"&gt;
&lt;link rel="stylesheet" href="https://unpkg.com/[email protected].1/themes/vela-blue.css"&gt;
&lt;link rel="stylesheet" href="https://unpkg.com/[email protected].2/themes/saga-blue.css"&gt;
&lt;link rel="stylesheet" href="https://unpkg.com/[email protected].2/themes/arya-blue.css"&gt;
&lt;link rel="stylesheet" href="https://unpkg.com/[email protected].2/themes/vela-blue.css"&gt;

</code></pre>

Expand Down

0 comments on commit c43740e

Please sign in to comment.