diff --git a/CHANGELOG.md b/CHANGELOG.md index a8d20ff..264243f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), -As of version v0.1.0, this project as a whole adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), however individual components may get bumped in order to maintain version sync with their peers. +As of version v1.0.0, this project as a whole will adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), however individual components may get bumped in order to maintain version sync with their peers. Until v1.0.0 is reached, minor version (0.X.0) updates may include breaking changes, however this will be avoided where possible and clearly documented if it occurs. ## [Planned] - add `--model=Users\User --keys=all,active` options to `artisan make:loader` command for increased stub generation usability. @@ -10,6 +10,9 @@ As of version v0.1.0, this project as a whole adheres to [Semantic Versioning](h ## [Unreleased] + +## [0.2.0] - 2020-03-01 + ### Added - webpack watch mode now watches for changes to `routes/web.php` - `php artisan make:loader {module}` Generate empty Module Loader stubs diff --git a/packages/@phased/laravel-mix/package.json b/packages/@phased/laravel-mix/package.json index 163bb2a..e60467f 100644 --- a/packages/@phased/laravel-mix/package.json +++ b/packages/@phased/laravel-mix/package.json @@ -1,6 +1,6 @@ { "name": "@phased/laravel-mix", - "version": "0.1.0", + "version": "0.2.0", "description": "Laravel Mix Plugin for Phased", "author": "Reed Jones ", "homepage": "", @@ -20,7 +20,7 @@ "check": "tsc --noEmit --emitDeclarationOnly false" }, "devDependencies": { - "@phased/types": "^0.1.0", + "@phased/types": "^0.2.0", "@rollup/plugin-alias": "^3.0.0", "@rollup/plugin-commonjs": "^11.0.1", "@rollup/plugin-node-resolve": "^7.0.0", @@ -32,12 +32,12 @@ "typescript": "^3.7.5" }, "dependencies": { - "@phased/routing": "^0.1.0", - "@phased/webpack-plugin": "^0.1.0" + "@phased/routing": "^0.2.0", + "@phased/webpack-plugin": "^0.2.0" }, "peerDependencies": { - "@phased/routing": "^0.1.0", - "@phased/webpack-plugin": "^0.1.0", + "@phased/routing": "^0.2.0", + "@phased/webpack-plugin": "^0.2.0", "laravel-mix": "^5.0.1" } } diff --git a/packages/@phased/phase/package.json b/packages/@phased/phase/package.json index 8c89d5e..527e4b4 100644 --- a/packages/@phased/phase/package.json +++ b/packages/@phased/phase/package.json @@ -1,6 +1,6 @@ { "name": "@phased/phase", - "version": "0.1.0", + "version": "0.2.0", "description": "Auto SPA configuration focused on Laravel apps", "author": "Reed Jones ", "homepage": "", @@ -20,10 +20,10 @@ "check": "tsc --noEmit --emitDeclarationOnly false" }, "dependencies": { - "@phased/laravel-mix": "^0.1.0", - "@phased/routing": "^0.1.0", - "@phased/state": "^0.1.0", - "@phased/webpack-plugin": "^0.1.0" + "@phased/laravel-mix": "^0.2.0", + "@phased/routing": "^0.2.0", + "@phased/state": "^0.2.0", + "@phased/webpack-plugin": "^0.2.0" }, - "devDependencies": { "@phased/types": "^0.1.0" } + "devDependencies": { "@phased/types": "^0.2.0" } } diff --git a/packages/@phased/routing/package.json b/packages/@phased/routing/package.json index 175ae86..648f6cd 100644 --- a/packages/@phased/routing/package.json +++ b/packages/@phased/routing/package.json @@ -1,6 +1,6 @@ { "name": "@phased/routing", - "version": "0.1.0", + "version": "0.2.0", "description": "Auto SPA configuration focused on Laravel apps", "author": "Reed Jones ", "homepage": "", diff --git a/packages/@phased/state/package.json b/packages/@phased/state/package.json index 3db1a87..7b8a7d1 100644 --- a/packages/@phased/state/package.json +++ b/packages/@phased/state/package.json @@ -1,6 +1,6 @@ { "name": "@phased/state", - "version": "0.1.0", + "version": "0.2.0", "description": "Vuex hydration and auto mutator for Laravel Apps", "author": "Reed Jones ", "homepage": "", @@ -20,7 +20,7 @@ "check": "tsc --noEmit --emitDeclarationOnly false" }, "devDependencies": { - "@phased/types": "^0.1.0", + "@phased/types": "^0.2.0", "vue": "^2.6.11", "vuex": "^3.1.2" }, diff --git a/packages/@phased/types/package.json b/packages/@phased/types/package.json index bb4c2b3..39edb47 100644 --- a/packages/@phased/types/package.json +++ b/packages/@phased/types/package.json @@ -1,6 +1,6 @@ { "name": "@phased/types", - "version": "0.1.0", + "version": "0.2.0", "description": "Typescript types for @phased packages", "author": "Reed Jones ", "homepage": "", diff --git a/packages/@phased/webpack-plugin/package.json b/packages/@phased/webpack-plugin/package.json index 50d287d..d564a72 100644 --- a/packages/@phased/webpack-plugin/package.json +++ b/packages/@phased/webpack-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@phased/webpack-plugin", - "version": "0.1.0", + "version": "0.2.0", "description": "Webpack Route Generation Plugin for Phased", "author": "Reed Jones ", "homepage": "", @@ -20,7 +20,7 @@ "types:check": "tsc --noEmit --emitDeclarationOnly false" }, "devDependencies": { - "@phased/types": "^0.1.0", + "@phased/types": "^0.2.0", "@rollup/plugin-alias": "^3.0.0", "@rollup/plugin-commonjs": "^11.0.1", "@rollup/plugin-node-resolve": "^7.0.0", @@ -30,6 +30,6 @@ "tslib": "^1.10.0", "typescript": "^3.7.5" }, - "dependencies": { "@phased/routing": "^0.1.0" }, - "peerDependencies": { "@phased/routing": "^0.1.0", "webpack": "^4.41.5" } + "dependencies": { "@phased/routing": "^0.2.0" }, + "peerDependencies": { "@phased/routing": "^0.2.0", "webpack": "^4.41.5" } }