Skip to content

Commit

Permalink
Merge pull request #5 from TuringAdvisoryGroup/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
teimurjan authored Aug 22, 2022
2 parents a195c1a + ffe7d6a commit 02434c6
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/yellow-berries-burn.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @tryrolljs/cli

## 0.0.6

### Patch Changes

- [`a195c1a`](https://github.com/TuringAdvisoryGroup/tryrolljs/commit/a195c1aa82ee9b69a2a6096faca1f968edb090e1) Thanks [@teimurjan](https://github.com/teimurjan)! - Add lint fix flag & add arrowParens=always to prettier config

- Updated dependencies [[`a195c1a`](https://github.com/TuringAdvisoryGroup/tryrolljs/commit/a195c1aa82ee9b69a2a6096faca1f968edb090e1)]:
- @tryrolljs/prettier-config@0.0.2

## 0.0.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@tryrolljs/cli",
"description": "CLI for Roll applications",
"version": "0.0.5",
"version": "0.0.6",
"main": "./index.js",
"bin": {
"roll": "./bin/roll.js"
},
"dependencies": {
"@tryrolljs/prettier-config": "0.0.1",
"@tryrolljs/prettier-config": "0.0.2",
"commander": "^9.4.0",
"eslint": "^8.22.0",
"prettier": "^2.7.1"
Expand Down
7 changes: 7 additions & 0 deletions packages/prettier-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @tryrolljs/prettier-config

## 0.0.2

### Patch Changes

- [`a195c1a`](https://github.com/TuringAdvisoryGroup/tryrolljs/commit/a195c1aa82ee9b69a2a6096faca1f968edb090e1) Thanks [@teimurjan](https://github.com/teimurjan)! - Add lint fix flag & add arrowParens=always to prettier config
2 changes: 1 addition & 1 deletion packages/prettier-config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tryrolljs/prettier-config",
"description": "Prettier configuration for Roll applications",
"version": "0.0.1",
"version": "0.0.2",
"main": "./.prettierrc.js",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 02434c6

Please sign in to comment.