Skip to content

Commit

Permalink
docs: update changelog & composer repo links
Browse files Browse the repository at this point in the history
  • Loading branch information
reed-jones committed Aug 14, 2020
1 parent 23cf2e9 commit 67cd648
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 1 deletion.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,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 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.

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

### Added

Expand All @@ -18,6 +18,14 @@ As of version v1.0.0, this project as a whole will adhere to [Semantic Versionin

### Security

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

### Added
- Added changelog/release note generator script

### Fixed
- Fixed an issue with route-model binding in ModuleLoaders failing if no typehint provided (phased/state)

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

### Added
Expand Down
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
"name": "phased/core",
"description": "",
"homepage": "https://phased.dev",
"support": {
"issues": "https://github.com/reed-jones/phase/issues",
"source": "https://github.com/reed-jones/phase"
},
"require": {
"php": "^7.2",
"spatie/laravel-server-side-rendering": "^1.3"
Expand Down
5 changes: 5 additions & 0 deletions packages/Phased/Phase/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
"description": "Automatic Vue<->Laravel SPA adapter",
"type": "library",
"license": "ISC",
"homepage": "https://phased.dev",
"support": {
"issues": "https://github.com/reed-jones/phase/issues",
"source": "https://github.com/reed-jones/phase"
},
"authors": [
{
"name": "Reed Jones",
Expand Down
5 changes: 5 additions & 0 deletions packages/Phased/Routing/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
"description": "Generates Vue Router configuration from your Laravel routes",
"type": "library",
"license": "ISC",
"homepage": "https://phased.dev",
"support": {
"issues": "https://github.com/reed-jones/phase/issues",
"source": "https://github.com/reed-jones/phase"
},
"authors": [
{
"name": "Reed Jones",
Expand Down
5 changes: 5 additions & 0 deletions packages/Phased/State/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
"description": "Magic Data Loading. Laravel <-> Vuex Syncing",
"type": "library",
"license": "ISC",
"homepage": "https://phased.dev",
"support": {
"issues": "https://github.com/reed-jones/phase/issues",
"source": "https://github.com/reed-jones/phase"
},
"authors": [
{
"name": "Reed Jones",
Expand Down

0 comments on commit 67cd648

Please sign in to comment.