Skip to content

Commit

Permalink
Merge branch 'release/4.0.0-beta.2' into v4
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed Mar 9, 2022
2 parents c2fd291 + e1907cc commit 338f6be
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Twigpack Changelog

## 4.0.0-beta.2 - 2022.03.04

### Fixed

* Updated types for Craft CMS `4.0.0-alpha.1` via Rector

## 4.0.0-beta.1 - 2022.02.24

### Added
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/nystudio107/craft-twigpack/badges/quality-score.png?b=v1)](https://scrutinizer-ci.com/g/nystudio107/craft-twigpack/?branch=v1) [![Code Coverage](https://scrutinizer-ci.com/g/nystudio107/craft-twigpack/badges/coverage.png?b=v1)](https://scrutinizer-ci.com/g/nystudio107/craft-twigpack/?branch=v1) [![Build Status](https://scrutinizer-ci.com/g/nystudio107/craft-twigpack/badges/build.png?b=v1)](https://scrutinizer-ci.com/g/nystudio107/craft-twigpack/build-status/v1) [![Code Intelligence Status](https://scrutinizer-ci.com/g/nystudio107/craft-twigpack/badges/code-intelligence.svg?b=v1)](https://scrutinizer-ci.com/code-intelligence)

# Twigpack plugin for Craft CMS 3.x
# Twigpack plugin for Craft CMS 4.x

Twigpack is a bridge between Twig and webpack, with manifest.json & webpack-dev-server HMR support

Expand All @@ -10,7 +10,7 @@ Related Article: [An Annotated webpack 4 Config for Frontend Web Development](ht

## Requirements

This plugin requires Craft CMS 3.0.0 or later.
This plugin requires Craft CMS 4.0.0 or later.

## Installation

Expand Down
11 changes: 4 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "nystudio107/craft-twigpack",
"description": "Twigpack is a bridge between Twig and webpack, with manifest.json & webpack-dev-server HMR support",
"type": "craft-plugin",
"version": "4.0.0-beta.1",
"version": "4.0.0-beta.2",
"keywords": [
"craftcms",
"craft-plugin",
Expand All @@ -13,8 +13,9 @@
"manifest-json"
],
"support": {
"docs": "https://nystudio107.com/plugins/twigpack/documentation",
"issues": "https://nystudio107.com/plugins/twigpack/support"
"docs": "https://nystudio107.com/docs/twigpack/",
"issues": "https://nystudio107.com/plugins/twigpack/support",
"source": "https://github.com/nystudio107/craft-twigpack"
},
"license": "MIT",
"authors": [
Expand All @@ -32,11 +33,7 @@
}
},
"extra": {
"changelogUrl": "https://raw.githubusercontent.com/craft-nystudio107/twigpack/v4/CHANGELOG.md",
"class": "nystudio107\\twigpack\\Twigpack",
"developer": "nystudio107",
"developerUrl": "https://nystudio107.com",
"documentationUrl": "https://nystudio107.com/docs/twigpack/",
"handle": "twigpack",
"name": "Twigpack"
}
Expand Down

0 comments on commit 338f6be

Please sign in to comment.