Skip to content

Commit 68adc8b

Browse files
committed
Bump version
1 parent b898a65 commit 68adc8b

File tree

5 files changed

+51
-51
lines changed

5 files changed

+51
-51
lines changed

dist/four-point-seven/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"title": "Four Point Seven",
33
"txp-type": "textpattern-theme",
4-
"version": "4.7.0-beta",
4+
"version": "4.7.0-beta.2",
55
"description": "The default theme shipped with Textpattern CMS 4.7.",
66
"author": "Team Textpattern",
77
"author_uri": "https://github.com/textpattern/textpattern-default-theme"

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "textpattern-default-theme",
33
"title": "Default theme",
44
"txp-type": "textpattern-theme",
5-
"version": "4.7.0-beta",
5+
"version": "4.7.0-beta.2",
66
"description": "The default theme that ships as standard with Textpattern CMS.",
77
"author": "Team Textpattern",
88
"homepage": "https://github.com/textpattern/textpattern-default-theme",

src/templates/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"title": "Four Point Seven",
33
"txp-type": "textpattern-theme",
4-
"version": "4.7.0-beta",
4+
"version": "4.7.0-beta.2",
55
"description": "The default theme shipped with Textpattern CMS 4.7.",
66
"author": "Team Textpattern",
77
"author_uri": "https://github.com/textpattern/textpattern-default-theme"

webpack.config.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
const distDir = __dirname + '/dist/four-point-seven';
22

3-
var fs = require('fs');
4-
var ExtractTextPlugin = require('extract-text-webpack-plugin');
5-
var CopyWebpackPlugin = require('copy-webpack-plugin');
6-
var WebpackOnBuildPlugin = require('on-build-webpack');
7-
var CleanWebpackPlugin = require('clean-webpack-plugin');
8-
var StyleLintPlugin = require('stylelint-webpack-plugin');
3+
const fs = require('fs');
4+
const ExtractTextPlugin = require('extract-text-webpack-plugin');
5+
const CopyWebpackPlugin = require('copy-webpack-plugin');
6+
const WebpackOnBuildPlugin = require('on-build-webpack');
7+
const CleanWebpackPlugin = require('clean-webpack-plugin');
8+
const StyleLintPlugin = require('stylelint-webpack-plugin');
99

1010
module.exports = {
1111
entry: {

0 commit comments

Comments
 (0)