Skip to content

Commit

Permalink
🔖 v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardfactory committed Mar 5, 2019
1 parent 91363bf commit 3397c8b
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 4 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.0.1 (2019-03-05)


### 🏗 Modifiche Interne

* Aggiornata configurazione di Lerna per conventional-changelog ([152fd2a](https://github.com/favoloso/fflamingo/commit/152fd2a))
* Aggiunto [@favoloso](https://github.com/favoloso)/emoji per la gestione dei commit ([7854e3b](https://github.com/favoloso/fflamingo/commit/7854e3b))
* Passati alle versioni indipendenti ([8541870](https://github.com/favoloso/fflamingo/commit/8541870))
* Reimpostato versioning fixed ([0f2a136](https://github.com/favoloso/fflamingo/commit/0f2a136))
* Release di github con lerna ([65c0fba](https://github.com/favoloso/fflamingo/commit/65c0fba))
6 changes: 4 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"packages": ["packages/*"],
"version": "0.0.0",
"packages": [
"packages/*"
],
"version": "0.0.1",
"command": {
"publish": {
"allowBranch": "master",
Expand Down
8 changes: 8 additions & 0 deletions packages/authorization/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.0.1 (2019-03-05)

**Note:** Version bump only for package @fflamingo/authorization
2 changes: 1 addition & 1 deletion packages/authorization/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fflamingo/authorization",
"version": "0.0.0",
"version": "0.0.1",
"description": "Gestione dei ruoli per un server GraphQL",
"main": "lib/index.js",
"module": "lib/index.esm.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.0.1 (2019-03-05)

**Note:** Version bump only for package @fflamingo/ui
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fflamingo/ui",
"version": "0.0.0",
"version": "0.0.1",
"description": "Componenti UI basati su React",
"main": "lib/index.js",
"module": "lib/index.esm.js",
Expand Down

0 comments on commit 3397c8b

Please sign in to comment.