Skip to content
This repository has been archived by the owner on May 3, 2022. It is now read-only.

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @contentful/[email protected]
 - @contentful/[email protected]
 - @contentful/[email protected]
  • Loading branch information
Alex Suevalov committed Jul 3, 2019
1 parent db7d58e commit e4ec1c2
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 3 deletions.
11 changes: 11 additions & 0 deletions packages/contentful-extension-scripts/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.

# [0.13.0](https://github.com/contentful/create-contentful-extension/compare/@contentful/[email protected]...@contentful/[email protected]) (2019-07-03)


### Features

* setup Eslint & Prettier ([78927e0](https://github.com/contentful/create-contentful-extension/commit/78927e0))





# [0.12.0](https://github.com/contentful/create-contentful-extension/compare/@contentful/[email protected]...@contentful/[email protected]) (2019-07-02)


Expand Down
2 changes: 1 addition & 1 deletion packages/contentful-extension-scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@contentful/contentful-extension-scripts",
"version": "0.12.0",
"version": "0.13.0",
"description": "Configuration and scripts for Create Contentful Extension",
"keywords": [
"contentful",
Expand Down
11 changes: 11 additions & 0 deletions packages/create-contentful-extension/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.

# [0.7.0](https://github.com/contentful/create-contentful-extension/compare/@contentful/[email protected]...@contentful/[email protected]) (2019-07-03)


### Features

* setup Eslint & Prettier ([78927e0](https://github.com/contentful/create-contentful-extension/commit/78927e0))





# [0.6.0](https://github.com/contentful/create-contentful-extension/compare/@contentful/[email protected]...@contentful/[email protected]) (2019-06-24)


Expand Down
2 changes: 1 addition & 1 deletion packages/create-contentful-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@contentful/create-contentful-extension",
"version": "0.6.0",
"version": "0.7.0",
"description": "Create Contentful extensions with zero configuration",
"keywords": [
"react",
Expand Down
16 changes: 16 additions & 0 deletions packages/eslint-config-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.2.0](https://github.com/contentful/create-contentful-extension/compare/@contentful/[email protected]...@contentful/[email protected]) (2019-07-03)


### Bug Fixes

* **eslint-config-extension:** remove no-floating-promises rule ([3a65a92](https://github.com/contentful/create-contentful-extension/commit/3a65a92))


### Features

* setup Eslint & Prettier ([78927e0](https://github.com/contentful/create-contentful-extension/commit/78927e0))





# 0.1.0 (2019-07-03)


Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@contentful/eslint-config-extension",
"version": "0.1.0",
"version": "0.2.0",
"description": "ESLint config, following our styleguide for Contentful UI Extensions",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit e4ec1c2

Please sign in to comment.