Skip to content

Commit

Permalink
npm 0.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
reed-jones committed Mar 1, 2020
1 parent 6f196e0 commit e93e29f
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 21 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,17 @@
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.
- add `files: []` watch option for webpack plugin

## [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
Expand Down
12 changes: 6 additions & 6 deletions packages/@phased/laravel-mix/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"homepage": "",
Expand All @@ -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",
Expand All @@ -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"
}
}
12 changes: 6 additions & 6 deletions packages/@phased/phase/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"homepage": "",
Expand All @@ -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" }
}
2 changes: 1 addition & 1 deletion packages/@phased/routing/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"homepage": "",
Expand Down
4 changes: 2 additions & 2 deletions packages/@phased/state/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"homepage": "",
Expand All @@ -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"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/@phased/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@phased/types",
"version": "0.1.0",
"version": "0.2.0",
"description": "Typescript types for @phased packages",
"author": "Reed Jones <[email protected]>",
"homepage": "",
Expand Down
8 changes: 4 additions & 4 deletions packages/@phased/webpack-plugin/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"homepage": "",
Expand All @@ -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",
Expand All @@ -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" }
}

0 comments on commit e93e29f

Please sign in to comment.