Skip to content

Commit

Permalink
Merge pull request #27 from carlesloriente/v1.1.9-rc1
Browse files Browse the repository at this point in the history
v.1.1.9-gold-master
  • Loading branch information
carlesloriente authored Dec 26, 2024
2 parents 1cf5f4d + accddd8 commit ddf60eb
Show file tree
Hide file tree
Showing 6 changed files with 44 additions and 6 deletions.
Binary file modified .jekyll-metadata
Binary file not shown.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,6 @@ gem "faraday-retry"
gem "kramdown-parser-gfm", "~> 1.1.0"
gem "kramdown-syntax-coderay"
gem "jekyll-debug"
gem "base64"
gem "bigdecimal"
gem "csv"
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ categories : "bootstrap-theme, nocc, npm, jekyll"
critical_css : false

# Theme Notice (please don't remove it ;))
theme_version : v1.3.8
theme_version : v1.3.9
theme_name : NOCC Bootstrap Theme
theme_bundle_repo : https://github.com/carlesloriente/bootstrap-theme-jekyll/
theme_repo : https://github.com/carlesloriente/nocc-bootstrap-theme/
Expand Down
32 changes: 32 additions & 0 deletions _posts/2024-12-25-nocc-bootstrap-theme-v1.3.9.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
title: "NOCC Bootstrap Theme v1.3.9 released"
layout: post
comments: false
date: 2024-12-25 01:10:45 +0200
categories: nocc npm
tags:
- nocc
- npm
- changelog
background: '/assets/images/bg-index-3.webp'
---

Say hello to NOCC v1.3.9 🎉: A Modern Bootstrap 5 Theme!

An NPM Package that brings the power of NOCC directly to your NodeJS project. [Get it now!](https://www.npmjs.com/package/nocc-bootstrap-theme).

{:.text-center}
![NOCC Thene](/assets/images/nocc-theme-showroom.png){:.img-fluid}

{:.text-center}
**A Responsive Bootstrap 5 dual Theme**

## What's Changed in version 1.3.9

A few security warnings fixed.

### Security

- Updated to last version third-party npm packages

[Full Changelog](https://github.com/carlesloriente/nocc-bootstrap-theme/compare/v1.3.8...v1.3.9)
11 changes: 7 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"dependencies": {
"nocc-bootstrap-theme": "^1.2.0"
"nocc-bootstrap-theme": "^1.3.9"
}
}

0 comments on commit ddf60eb

Please sign in to comment.