Skip to content

Commit

Permalink
chore(release): New release 🎉 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
adrians5j committed Oct 17, 2019
1 parent c6711f6 commit 81af843
Show file tree
Hide file tree
Showing 24 changed files with 143 additions and 47 deletions.
8 changes: 8 additions & 0 deletions packages/app-admin/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.

## [0.2.6](https://github.com/webiny/webiny-js/compare/@webiny/[email protected]...@webiny/[email protected]) (2019-10-17)

**Note:** Version bump only for package @webiny/app-admin





## [0.2.5](https://github.com/webiny/webiny-js/compare/@webiny/[email protected]...@webiny/[email protected]) (2019-10-17)

**Note:** Version bump only for package @webiny/app-admin
Expand Down
6 changes: 3 additions & 3 deletions packages/app-admin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webiny/app-admin",
"version": "0.2.5",
"version": "0.2.6",
"main": "index.js",
"description": "A collection of plugins that together form a complete admin interface, customizable and extensible with Webiny apps and plugins.",
"repository": {
Expand All @@ -14,10 +14,10 @@
"@emotion/core": "^10.0.17",
"@emotion/styled": "^10.0.17",
"@svgr/webpack": "^4.3.2",
"@webiny/app": "^0.1.4",
"@webiny/app": "^0.1.5",
"@webiny/form": "^0.1.5",
"@webiny/plugins": "^0.1.2",
"@webiny/ui": "^0.1.6",
"@webiny/ui": "^0.1.7",
"bytes": "^3.1.0",
"classnames": "^2.2.6",
"dataurl-to-blob": "^0.0.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/app-cookie-policy/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.

## [0.1.8](https://github.com/webiny/webiny-js/compare/@webiny/[email protected]...@webiny/[email protected]) (2019-10-17)

**Note:** Version bump only for package @webiny/app-cookie-policy





## [0.1.7](https://github.com/webiny/webiny-js/compare/@webiny/[email protected]...@webiny/[email protected]) (2019-10-17)

**Note:** Version bump only for package @webiny/app-cookie-policy
Expand Down
8 changes: 4 additions & 4 deletions packages/app-cookie-policy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webiny/app-cookie-policy",
"version": "0.1.7",
"version": "0.1.8",
"main": "index.js",
"repository": {
"type": "git",
Expand All @@ -11,10 +11,10 @@
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.5.5",
"@webiny/app-admin": "^0.2.5",
"@webiny/app-security": "^0.1.7",
"@webiny/app-admin": "^0.2.6",
"@webiny/app-security": "^0.1.8",
"@webiny/form": "^0.1.5",
"@webiny/ui": "^0.1.6",
"@webiny/ui": "^0.1.7",
"@webiny/validation": "^0.1.4",
"load-src": "^1.0.0",
"lodash.get": "^4.4.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/app-forms/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.

## [0.1.8](https://github.com/webiny/webiny-js/compare/@webiny/[email protected]...@webiny/[email protected]) (2019-10-17)

**Note:** Version bump only for package @webiny/app-forms





## [0.1.7](https://github.com/webiny/webiny-js/compare/@webiny/[email protected]...@webiny/[email protected]) (2019-10-17)

**Note:** Version bump only for package @webiny/app-forms
Expand Down
14 changes: 7 additions & 7 deletions packages/app-forms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webiny/app-forms",
"version": "0.1.7",
"version": "0.1.8",
"main": "index.js",
"repository": {
"type": "git",
Expand All @@ -18,14 +18,14 @@
"@emotion/styled": "^10.0.17",
"@rmwc/menu": "^5.6.0",
"@svgr/webpack": "^4.3.2",
"@webiny/app": "^0.1.4",
"@webiny/app-admin": "^0.2.5",
"@webiny/app-i18n": "^0.1.8",
"@webiny/app-page-builder": "^0.1.8",
"@webiny/app-security": "^0.1.7",
"@webiny/app": "^0.1.5",
"@webiny/app-admin": "^0.2.6",
"@webiny/app-i18n": "^0.1.9",
"@webiny/app-page-builder": "^0.1.9",
"@webiny/app-security": "^0.1.8",
"@webiny/form": "^0.1.5",
"@webiny/plugins": "^0.1.2",
"@webiny/ui": "^0.1.6",
"@webiny/ui": "^0.1.7",
"@webiny/validation": "^0.1.4",
"emotion": "^10.0.17",
"graphql-tag": "^2.10.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/app-google-tag-manager/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.

## [0.1.8](https://github.com/webiny/webiny-js/compare/@webiny/[email protected]...@webiny/[email protected]) (2019-10-17)

**Note:** Version bump only for package @webiny/app-google-tag-manager





## [0.1.7](https://github.com/webiny/webiny-js/compare/@webiny/[email protected]...@webiny/[email protected]) (2019-10-17)

**Note:** Version bump only for package @webiny/app-google-tag-manager
Expand Down
8 changes: 4 additions & 4 deletions packages/app-google-tag-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webiny/app-google-tag-manager",
"version": "0.1.7",
"version": "0.1.8",
"main": "index.js",
"repository": {
"type": "git",
Expand All @@ -11,10 +11,10 @@
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.5.5",
"@webiny/app-admin": "^0.2.5",
"@webiny/app-security": "^0.1.7",
"@webiny/app-admin": "^0.2.6",
"@webiny/app-security": "^0.1.8",
"@webiny/form": "^0.1.5",
"@webiny/ui": "^0.1.6",
"@webiny/ui": "^0.1.7",
"lodash.get": "^4.4.2",
"react-helmet": "^5.2.0",
"react-router-dom": "^5.0.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/app-i18n/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.

## [0.1.9](https://github.com/webiny/webiny-js/compare/@webiny/[email protected]...@webiny/[email protected]) (2019-10-17)

**Note:** Version bump only for package @webiny/app-i18n





## [0.1.8](https://github.com/webiny/webiny-js/compare/@webiny/[email protected]...@webiny/[email protected]) (2019-10-17)

**Note:** Version bump only for package @webiny/app-i18n
Expand Down
10 changes: 5 additions & 5 deletions packages/app-i18n/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webiny/app-i18n",
"version": "0.1.8",
"version": "0.1.9",
"main": "index.js",
"repository": {
"type": "git",
Expand All @@ -15,12 +15,12 @@
"dependencies": {
"@babel/runtime": "^7.5.5",
"@emotion/styled": "^10.0.17",
"@webiny/app": "^0.1.4",
"@webiny/app-admin": "^0.2.5",
"@webiny/app-security": "^0.1.7",
"@webiny/app": "^0.1.5",
"@webiny/app-admin": "^0.2.6",
"@webiny/app-security": "^0.1.8",
"@webiny/form": "^0.1.5",
"@webiny/plugins": "^0.1.2",
"@webiny/ui": "^0.1.6",
"@webiny/ui": "^0.1.7",
"@webiny/validation": "^0.1.4",
"classnames": "^2.2.6",
"emotion": "10.0.17",
Expand Down
8 changes: 8 additions & 0 deletions packages/app-mailchimp/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.

## [0.1.9](https://github.com/webiny/webiny-js/compare/@webiny/[email protected]...@webiny/[email protected]) (2019-10-17)

**Note:** Version bump only for package @webiny/app-mailchimp





## [0.1.8](https://github.com/webiny/webiny-js/compare/@webiny/[email protected]...@webiny/[email protected]) (2019-10-17)

**Note:** Version bump only for package @webiny/app-mailchimp
Expand Down
12 changes: 6 additions & 6 deletions packages/app-mailchimp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webiny/app-mailchimp",
"version": "0.1.8",
"version": "0.1.9",
"main": "index.js",
"repository": {
"type": "git",
Expand All @@ -12,13 +12,13 @@
"dependencies": {
"@babel/runtime": "^7.5.5",
"@emotion/styled": "^10.0.17",
"@webiny/app": "^0.1.4",
"@webiny/app-admin": "^0.2.5",
"@webiny/app-page-builder": "^0.1.8",
"@webiny/app-security": "^0.1.7",
"@webiny/app": "^0.1.5",
"@webiny/app-admin": "^0.2.6",
"@webiny/app-page-builder": "^0.1.9",
"@webiny/app-security": "^0.1.8",
"@webiny/form": "^0.1.5",
"@webiny/plugins": "^0.1.2",
"@webiny/ui": "^0.1.6",
"@webiny/ui": "^0.1.7",
"@webiny/validation": "^0.1.4",
"emotion": "10.0.17",
"lodash": "^4.17.11",
Expand Down
8 changes: 8 additions & 0 deletions packages/app-page-builder/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.

## [0.1.9](https://github.com/webiny/webiny-js/compare/@webiny/[email protected]...@webiny/[email protected]) (2019-10-17)

**Note:** Version bump only for package @webiny/app-page-builder





## [0.1.8](https://github.com/webiny/webiny-js/compare/@webiny/[email protected]...@webiny/[email protected]) (2019-10-17)


Expand Down
10 changes: 5 additions & 5 deletions packages/app-page-builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webiny/app-page-builder",
"version": "0.1.8",
"version": "0.1.9",
"main": "index.js",
"repository": {
"type": "git",
Expand All @@ -19,12 +19,12 @@
"@fortawesome/react-fontawesome": "^0.1.3",
"@rmwc/menu": "^5.6.0",
"@svgr/webpack": "^4.3.2",
"@webiny/app": "^0.1.4",
"@webiny/app-admin": "^0.2.5",
"@webiny/app-security": "^0.1.7",
"@webiny/app": "^0.1.5",
"@webiny/app-admin": "^0.2.6",
"@webiny/app-security": "^0.1.8",
"@webiny/form": "^0.1.5",
"@webiny/plugins": "^0.1.2",
"@webiny/ui": "^0.1.6",
"@webiny/ui": "^0.1.7",
"@webiny/validation": "^0.1.4",
"aos": "^2.3.4",
"classnames": "^2.2.6",
Expand Down
8 changes: 8 additions & 0 deletions packages/app-plugin-security-cognito/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.

## [0.1.5](https://github.com/webiny/webiny-js/compare/@webiny/[email protected]...@webiny/[email protected]) (2019-10-17)

**Note:** Version bump only for package @webiny/app-plugin-security-cognito





## [0.1.4](https://github.com/webiny/webiny-js/compare/@webiny/[email protected]...@webiny/[email protected]) (2019-10-17)

**Note:** Version bump only for package @webiny/app-plugin-security-cognito
Expand Down
6 changes: 3 additions & 3 deletions packages/app-plugin-security-cognito/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webiny/app-plugin-security-cognito",
"version": "0.1.4",
"version": "0.1.5",
"main": "index.js",
"repository": {
"type": "git",
Expand All @@ -14,9 +14,9 @@
"dependencies": {
"@aws-amplify/auth": "^1.3.3",
"@emotion/styled": "^10.0.17",
"@webiny/app": "^0.1.4",
"@webiny/app": "^0.1.5",
"@webiny/form": "^0.1.5",
"@webiny/ui": "^0.1.6",
"@webiny/ui": "^0.1.7",
"@webiny/validation": "^0.1.4",
"emotion": "10.0.17",
"graphql-tag": "^2.10.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/app-security/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.

## [0.1.8](https://github.com/webiny/webiny-js/compare/@webiny/[email protected]...@webiny/[email protected]) (2019-10-17)

**Note:** Version bump only for package @webiny/app-security





## [0.1.7](https://github.com/webiny/webiny-js/compare/@webiny/[email protected]...@webiny/[email protected]) (2019-10-17)

**Note:** Version bump only for package @webiny/app-security
Expand Down
8 changes: 4 additions & 4 deletions packages/app-security/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webiny/app-security",
"version": "0.1.7",
"version": "0.1.8",
"main": "index.js",
"repository": {
"type": "git",
Expand All @@ -15,11 +15,11 @@
"dependencies": {
"@babel/runtime": "^7.5.5",
"@emotion/styled": "^10.0.17",
"@webiny/app": "^0.1.4",
"@webiny/app-admin": "^0.2.5",
"@webiny/app": "^0.1.5",
"@webiny/app-admin": "^0.2.6",
"@webiny/form": "^0.1.5",
"@webiny/plugins": "^0.1.2",
"@webiny/ui": "^0.1.6",
"@webiny/ui": "^0.1.7",
"@webiny/validation": "^0.1.4",
"apollo-link": "^1.2.1",
"dot-prop-immutable": "^1.4.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/app-typeform/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.

## [0.1.9](https://github.com/webiny/webiny-js/compare/@webiny/[email protected]...@webiny/[email protected]) (2019-10-17)

**Note:** Version bump only for package @webiny/app-typeform





## [0.1.8](https://github.com/webiny/webiny-js/compare/@webiny/[email protected]...@webiny/[email protected]) (2019-10-17)

**Note:** Version bump only for package @webiny/app-typeform
Expand Down
6 changes: 3 additions & 3 deletions packages/app-typeform/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webiny/app-typeform",
"version": "0.1.8",
"version": "0.1.9",
"main": "index.js",
"repository": {
"type": "git",
Expand All @@ -12,8 +12,8 @@
"dependencies": {
"@babel/runtime": "^7.5.5",
"@emotion/styled": "^10.0.17",
"@webiny/app-page-builder": "^0.1.8",
"@webiny/ui": "^0.1.6",
"@webiny/app-page-builder": "^0.1.9",
"@webiny/ui": "^0.1.7",
"@webiny/validation": "^0.1.4",
"lodash": "^4.17.4"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/app/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.

## [0.1.5](https://github.com/webiny/webiny-js/compare/@webiny/[email protected]...@webiny/[email protected]) (2019-10-17)

**Note:** Version bump only for package @webiny/app





## [0.1.4](https://github.com/webiny/webiny-js/compare/@webiny/[email protected]...@webiny/[email protected]) (2019-10-17)

**Note:** Version bump only for package @webiny/app
Expand Down
Loading

0 comments on commit 81af843

Please sign in to comment.