Skip to content

Commit

Permalink
v1.2.1
Browse files Browse the repository at this point in the history
This release updates _globals-defaults.html to reflect the version number changes for Method v1.2.1.
  • Loading branch information
pixelwatt committed Mar 27, 2021
1 parent 2148f82 commit 4c43d0d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.2.1

This release updates _globals-defaults.html to reflect the version number changes for Method v1.2.1.

---

## 1.2.0

This release includes several additions and bugfixes. Now, functions.php is broken out into several files in the /lib folder to support a more streamlined workflow.
Expand Down
2 changes: 1 addition & 1 deletion build
Submodule build updated 41 files
+4 −0 .gitignore
+6 −0 CHANGELOG
+0 −8,073 assets/js/scripts.js
+0 −1 assets/js/scripts.min.js
+2,213 −2,149 inc/bootstrap/js/bootstrap.bundle.js
+1 −1 inc/bootstrap/js/bootstrap.bundle.js.map
+2 −2 inc/bootstrap/js/bootstrap.bundle.min.js
+1 −1 inc/bootstrap/js/bootstrap.bundle.min.js.map
+22 −32 inc/bootstrap/scss/_accordion.scss
+2 −0 inc/bootstrap/scss/_buttons.scss
+1 −1 inc/bootstrap/scss/_card.scss
+3 −6 inc/bootstrap/scss/_dropdown.scss
+11 −0 inc/bootstrap/scss/_list-group.scss
+2 −0 inc/bootstrap/scss/_modal.scss
+7 −0 inc/bootstrap/scss/_nav.scss
+2 −0 inc/bootstrap/scss/_navbar.scss
+77 −0 inc/bootstrap/scss/_offcanvas.scss
+3 −0 inc/bootstrap/scss/_progress.scss
+7 −21 inc/bootstrap/scss/_reboot.scss
+4 −0 inc/bootstrap/scss/_spinners.scss
+2 −0 inc/bootstrap/scss/_transitions.scss
+65 −37 inc/bootstrap/scss/_utilities.scss
+138 −30 inc/bootstrap/scss/_variables.scss
+1 −1 inc/bootstrap/scss/bootstrap-grid.scss
+1 −1 inc/bootstrap/scss/bootstrap-reboot.scss
+1 −1 inc/bootstrap/scss/bootstrap-utilities.scss
+2 −1 inc/bootstrap/scss/bootstrap.scss
+0 −4 inc/bootstrap/scss/forms/_form-control.scss
+2 −0 inc/bootstrap/scss/mixins/_alert.scss
+2 −0 inc/bootstrap/scss/mixins/_border-radius.scss
+6 −1 inc/bootstrap/scss/mixins/_buttons.scss
+2 −0 inc/bootstrap/scss/mixins/_caret.scss
+11 −1 inc/bootstrap/scss/mixins/_forms.scss
+2 −0 inc/bootstrap/scss/mixins/_list-group.scss
+2 −0 inc/bootstrap/scss/mixins/_pagination.scss
+1 −1 lib/admin-customization.php
+2 −2 lib/theme-setup.php
+1 −1 package.json
+1 −1 style.css
+0 −11,875 theme.css
+0 −6 theme.min.css
2 changes: 1 addition & 1 deletion njk/templates/_globals-defaults.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
{% set theme_name = "Method" %}
{% set theme_uri = "https://github.com/pixelwatt/method" %}
{% set theme_description = "A barebones foundation for custom theme development." %}
{% set theme_version = "1.2.0" %}
{% set theme_version = "1.2.1" %}
{% set theme_author = "Rob Clark" %}
{% set theme_author_uri = "https://robclark.io/" %}
{% set theme_tags = "cmb2, bootstrap" %}
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": "method-generator",
"version": "1.2.0",
"version": "1.2.1",
"description": "This project allows you to rapidly create custom builds of the Method theme using Gulp and Nunjucks.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 4c43d0d

Please sign in to comment.