Skip to content

Commit

Permalink
chore(release): v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
reed-jones committed Aug 9, 2020
1 parent e0e82c5 commit 2406f59
Show file tree
Hide file tree
Showing 10 changed files with 28 additions and 22 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@ As of version v1.0.0, this project as a whole will adhere to [Semantic Versionin
- lazily evaluated mutations
-

## [Unreleased](https://github.com/reed-jones/phase/compare/v0.5.0...master)
## [Unreleased](https://github.com/reed-jones/phase/compare/v0.6.0...master)

## Added
- Added Dependency Injection for `Vuex::load` & `Vuex::lazyLoad`

## Changed

Expand All @@ -23,10 +22,17 @@ As of version v1.0.0, this project as a whole will adhere to [Semantic Versionin
## Removed

## Fixed
- Fixed deeply nested modules weren't properly merged in axios interceptors (#10)

## Security

## [v0.6.0](https://github.com/reed-jones/phase/compare/v0.5.0...v0.6.0) - 2020-08-08

## Added
- Added Dependency Injection for `Vuex::load` & `Vuex::lazyLoad`

## Fixed
- Fixed deeply nested modules weren't properly merged in axios interceptors (#10)

## [v0.5.0](https://github.com/reed-jones/phase/compare/v0.4.0...v0.5.0) - 2020-08-03

## Added
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "phased/phase",
"name": "phased/core",
"description": "",
"require": {
"php": "^7.2",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "root",
"name": "@phased/core",
"private": true,
"workspaces": [
"packages/@phased/*"
Expand Down
4 changes: 2 additions & 2 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.5.0",
"version": "0.6.0",
"description": "Laravel Mix Plugin for Phased",
"author": "Reed Jones <[email protected]>",
"bugs": "https://github.com/reed-jones/phase/issues",
Expand All @@ -23,7 +23,7 @@
"check": "tsc --noEmit --emitDeclarationOnly false"
},
"devDependencies": {
"@phased/types": "^0.5.0",
"@phased/types": "^0.6.0",
"@rollup/plugin-alias": "^3.0.0",
"@rollup/plugin-commonjs": "^14.0.0",
"@rollup/plugin-node-resolve": "^8.4.0",
Expand Down
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.5.1",
"version": "0.6.0",
"description": "Auto SPA configuration focused on Laravel apps",
"author": "Reed Jones <[email protected]>",
"bugs": "https://github.com/reed-jones/phase/issues",
Expand All @@ -24,10 +24,10 @@
},
"dependencies": {
"vue-server-renderer": "^2.6.11",
"@phased/state": "^0.5.0",
"@phased/types": "^0.5.0",
"@phased/laravel-mix": "^0.5.0",
"@phased/routing": "^0.5.0",
"@phased/webpack-plugin": "^0.5.0"
"@phased/state": "^0.6.0",
"@phased/types": "^0.6.0",
"@phased/laravel-mix": "^0.6.0",
"@phased/routing": "^0.6.0",
"@phased/webpack-plugin": "^0.6.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.5.0",
"version": "0.6.0",
"description": "Auto SPA configuration focused on Laravel apps",
"author": "Reed Jones <[email protected]>",
"bugs": "https://github.com/reed-jones/phase/issues",
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.5.0",
"version": "0.6.0",
"description": "Vuex hydration and auto mutator for Laravel Apps",
"author": "Reed Jones <[email protected]>",
"bugs": "https://github.com/reed-jones/phase/issues",
Expand All @@ -23,7 +23,7 @@
"check": "tsc --noEmit --emitDeclarationOnly false"
},
"devDependencies": {
"@phased/types": "^0.5.0",
"@phased/types": "^0.6.0",
"vue": "^2.6.11",
"vuex": "^3.5.1"
}
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.5.0",
"version": "0.6.0",
"description": "Typescript types for @phased packages",
"author": "Reed Jones <[email protected]>",
"bugs": "https://github.com/reed-jones/phase/issues",
Expand Down
6 changes: 3 additions & 3 deletions packages/@phased/webpack-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@phased/webpack-plugin",
"version": "0.5.0",
"description": "Webpack Route Generation Plugin for Phased",
"version": "0.6.0",
"description": "Webpack Route Generation Plugin for @phased/phase",
"author": "Reed Jones <[email protected]>",
"bugs": "https://github.com/reed-jones/phase/issues",
"funding": "https://github.com/reed-jones/phase?sponsor=1",
Expand All @@ -23,7 +23,7 @@
"types:check": "tsc --noEmit --emitDeclarationOnly false"
},
"devDependencies": {
"@phased/types": "^0.5.0",
"@phased/types": "^0.6.0",
"@rollup/plugin-alias": "^3.0.0",
"@rollup/plugin-commonjs": "^14.0.0",
"@rollup/plugin-node-resolve": "^8.4.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/Phased/Phase/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"require": {
"php": "^7.2",
"spatie/laravel-server-side-rendering": "^1.4.1",
"phased/routing": "^0.5",
"phased/state": "^0.5"
"phased/routing": "self.version",
"phased/state": "self.version"
},
"config": {
"sort-packages": true
Expand Down

0 comments on commit 2406f59

Please sign in to comment.