Skip to content

Commit

Permalink
chore(publish): publish new versions
Browse files Browse the repository at this point in the history
 - @codemod/cli@2.1.10
 - @codemod/core@1.0.2
 - @codemod/matchers@1.0.5
 - @codemod/parser@1.0.3
  • Loading branch information
eventualbuddha committed Aug 9, 2019
1 parent ae6f04c commit 51c2af5
Show file tree
Hide file tree
Showing 8 changed files with 53 additions and 9 deletions.
11 changes: 11 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.1.10](https://github.com/codemod-js/codemod/compare/@codemod/cli@2.1.9...@codemod/cli@2.1.10) (2019-08-09)


### Bug Fixes

* **license:** update outdated license files ([58e4b11](https://github.com/codemod-js/codemod/commit/58e4b11))





## [2.1.9](https://github.com/codemod-js/codemod/compare/@codemod/cli@2.1.8...@codemod/cli@2.1.9) (2019-08-09)


Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codemod/cli",
"version": "2.1.9",
"version": "2.1.10",
"description": "codemod rewrites JavaScript and TypeScript",
"repository": {
"type": "git",
Expand Down Expand Up @@ -50,8 +50,8 @@
"@babel/preset-typescript": "^7.3.3",
"@babel/traverse": "^7.5.5",
"@babel/types": "^7.5.5",
"@codemod/core": "^1.0.1",
"@codemod/parser": "^1.0.2",
"@codemod/core": "^1.0.2",
"@codemod/parser": "^1.0.3",
"core-js": "^3.1.4",
"get-stream": "^4.0.0",
"globby": "^8.0.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.2](https://github.com/codemod-js/codemod/compare/@codemod/core@1.0.1...@codemod/core@1.0.2) (2019-08-09)


### Bug Fixes

* **license:** update outdated license files ([58e4b11](https://github.com/codemod-js/codemod/commit/58e4b11))





## [1.0.1](https://github.com/codemod-js/codemod/compare/@codemod/core@1.0.0...@codemod/core@1.0.1) (2019-08-09)


Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codemod/core",
"version": "1.0.1",
"version": "1.0.2",
"description": "Runs babel plugins for codemods, i.e. by preserving formatting using Recast.",
"repository": "https://github.com/codemod-js/codemod",
"license": "Apache-2.0",
Expand All @@ -18,7 +18,7 @@
},
"dependencies": {
"@babel/core": "^7.5.5",
"@codemod/parser": "^1.0.2",
"@codemod/parser": "^1.0.3",
"recast": "^0.18.1",
"resolve": "^1.12.0"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/matchers/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.5](https://github.com/codemod-js/codemod/compare/@codemod/matchers@1.0.4...@codemod/matchers@1.0.5) (2019-08-09)


### Bug Fixes

* **license:** update outdated license files ([58e4b11](https://github.com/codemod-js/codemod/commit/58e4b11))





## [1.0.4](https://github.com/codemod-js/codemod/compare/@codemod/matchers@1.0.3...@codemod/matchers@1.0.4) (2019-08-09)


Expand Down
6 changes: 3 additions & 3 deletions packages/matchers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codemod/matchers",
"version": "1.0.4",
"version": "1.0.5",
"description": "Matchers for JavaScript & TypeScript codemods.",
"keywords": [],
"license": "Apache-2.0",
Expand All @@ -24,8 +24,8 @@
"@babel/core": "^7.5.5",
"@babel/generator": "^7.5.5",
"@babel/traverse": "^7.5.5",
"@codemod/core": "^1.0.1",
"@codemod/parser": "^1.0.2",
"@codemod/core": "^1.0.2",
"@codemod/parser": "^1.0.3",
"@types/babel__core": "^7.1.2",
"@types/babel__generator": "^7.0.2",
"@types/babel__template": "^7.0.2",
Expand Down
11 changes: 11 additions & 0 deletions packages/parser/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.3](https://github.com/codemod-js/codemod/compare/@codemod/parser@1.0.2...@codemod/parser@1.0.3) (2019-08-09)


### Bug Fixes

* **license:** update outdated license files ([58e4b11](https://github.com/codemod-js/codemod/commit/58e4b11))





## [1.0.2](https://github.com/codemod-js/codemod/compare/@codemod/parser@1.0.1...@codemod/parser@1.0.2) (2019-08-09)


Expand Down
2 changes: 1 addition & 1 deletion packages/parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codemod/parser",
"version": "1.0.2",
"version": "1.0.3",
"description": "Wrapper around @babel/parser that allows parsing everything.",
"repository": "https://github.com/codemod-js/codemod",
"license": "Apache-2.0",
Expand Down

0 comments on commit 51c2af5

Please sign in to comment.