Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @4c/babel-preset@7.0.2
 - @4c/semantic-release-alt-publish-dir@5.0.3
 - @4c/semantic-release-config@2.0.3
  • Loading branch information
jquense committed Oct 8, 2019
1 parent fa9cae8 commit 561d56a
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 4 deletions.
11 changes: 11 additions & 0 deletions packages/babel-preset/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.

## [7.0.2](https://github.com/4Catalyzer/javascript/compare/@4c/babel-preset@7.0.1...@4c/babel-preset@7.0.2) (2019-10-08)


### Bug Fixes

* allow intl in node ([#425](https://github.com/4Catalyzer/javascript/issues/425)) ([fa9cae8](https://github.com/4Catalyzer/javascript/commit/fa9cae8))





## [7.0.1](https://github.com/4Catalyzer/javascript/compare/@4c/babel-preset@7.0.0...@4c/babel-preset@7.0.1) (2019-10-08)


Expand Down
2 changes: 1 addition & 1 deletion packages/babel-preset/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@4c/babel-preset",
"version": "7.0.1",
"version": "7.0.2",
"description": "4Catalyzer babel preset",
"main": "index.js",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/semantic-release-alt-publish-dir/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.0.3](https://github.com/4Catalyzer/javascript/compare/@4c/semantic-release-alt-publish-dir@5.0.2...@4c/semantic-release-alt-publish-dir@5.0.3) (2019-10-08)

**Note:** Version bump only for package @4c/semantic-release-alt-publish-dir





## [5.0.2](https://github.com/4Catalyzer/javascript/compare/@4c/semantic-release-alt-publish-dir@5.0.1...@4c/semantic-release-alt-publish-dir@5.0.2) (2019-09-09)

**Note:** Version bump only for package @4c/semantic-release-alt-publish-dir
Expand Down
2 changes: 1 addition & 1 deletion packages/semantic-release-alt-publish-dir/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@4c/semantic-release-alt-publish-dir",
"version": "5.0.2",
"version": "5.0.3",
"main": "index.js",
"author": "Jason Quense <monastic.panic@gmail.com>",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/semantic-release-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.3](https://github.com/4Catalyzer/javascript/compare/@4c/semantic-release-config@2.0.2...@4c/semantic-release-config@2.0.3) (2019-10-08)

**Note:** Version bump only for package @4c/semantic-release-config





## [2.0.2](https://github.com/4Catalyzer/javascript/compare/@4c/semantic-release-config@2.0.1...@4c/semantic-release-config@2.0.2) (2019-09-09)

**Note:** Version bump only for package @4c/semantic-release-config
Expand Down
4 changes: 2 additions & 2 deletions packages/semantic-release-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@4c/semantic-release-config",
"version": "2.0.2",
"version": "2.0.3",
"main": "index.js",
"repository": {
"type": "git",
Expand All @@ -10,7 +10,7 @@
"author": "4Catalyzer",
"license": "MIT",
"dependencies": {
"@4c/semantic-release-alt-publish-dir": "^5.0.2",
"@4c/semantic-release-alt-publish-dir": "^5.0.3",
"@semantic-release/changelog": "^3.0.4",
"@semantic-release/git": "^7.0.16",
"@semantic-release/github": "^5.4.2",
Expand Down

0 comments on commit 561d56a

Please sign in to comment.