Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
srindom committed Sep 9, 2020
1 parent eca1e00 commit cd39798
Show file tree
Hide file tree
Showing 43 changed files with 273 additions and 51 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.10](https://github.com/medusajs/medusa/compare/v1.0.9...v1.0.10) (2020-09-09)


### Bug Fixes

* ignore files ([eca1e00](https://github.com/medusajs/medusa/commit/eca1e006a77472c9402cd85bb879f08134af200b))
* updates license ([db519fb](https://github.com/medusajs/medusa/commit/db519fbaa6f8ad02c19cbecba5d4f28ba1ee81aa))
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
"**/__mocks__/**",
"**/__testfixtures__/**"
],
"version": "1.0.9"
"version": "1.0.10"
}
12 changes: 12 additions & 0 deletions packages/medusa-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.10](https://github.com/medusajs/medusa/compare/v1.0.9...v1.0.10) (2020-09-09)


### Bug Fixes

* ignore files ([eca1e00](https://github.com/medusajs/medusa/commit/eca1e006a77472c9402cd85bb879f08134af200b))
* updates license ([db519fb](https://github.com/medusajs/medusa/commit/db519fbaa6f8ad02c19cbecba5d4f28ba1ee81aa))
2 changes: 1 addition & 1 deletion packages/medusa-cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/medusa-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medusajs/medusa-cli",
"version": "1.0.1",
"version": "1.0.10",
"description": "Command Line interface for Medusa Commerce",
"main": "dist/index.js",
"bin": {
Expand Down
11 changes: 11 additions & 0 deletions packages/medusa-core-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.10](https://github.com/medusajs/medusa/compare/v1.0.9...v1.0.10) (2020-09-09)


### Bug Fixes

* updates license ([db519fb](https://github.com/medusajs/medusa/commit/db519fbaa6f8ad02c19cbecba5d4f28ba1ee81aa))
2 changes: 1 addition & 1 deletion packages/medusa-core-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "medusa-core-utils",
"version": "1.0.7",
"version": "1.0.10",
"description": "Core utils for Medusa",
"main": "dist/index.js",
"repository": {
Expand Down
11 changes: 11 additions & 0 deletions packages/medusa-file-spaces/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.10](https://github.com/medusajs/medusa/compare/v1.0.9...v1.0.10) (2020-09-09)


### Bug Fixes

* updates license ([db519fb](https://github.com/medusajs/medusa/commit/db519fbaa6f8ad02c19cbecba5d4f28ba1ee81aa))
6 changes: 3 additions & 3 deletions packages/medusa-file-spaces/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "medusa-file-spaces",
"version": "1.0.7",
"version": "1.0.10",
"description": "Digital Ocean Spaces file connector for Medusa",
"main": "index.js",
"repository": {
Expand Down Expand Up @@ -40,8 +40,8 @@
"aws-sdk": "^2.710.0",
"body-parser": "^1.19.0",
"express": "^4.17.1",
"medusa-core-utils": "^1.0.7",
"medusa-test-utils": "^1.0.7",
"medusa-core-utils": "^1.0.10",
"medusa-test-utils": "^1.0.10",
"stripe": "^8.50.0"
},
"gitHead": "3cc7cbe5124cbcbb75f6e1435db4dcfaa2a60408"
Expand Down
11 changes: 11 additions & 0 deletions packages/medusa-fulfillment-manual/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.10](https://github.com/medusajs/medusa/compare/v1.0.9...v1.0.10) (2020-09-09)


### Bug Fixes

* updates license ([db519fb](https://github.com/medusajs/medusa/commit/db519fbaa6f8ad02c19cbecba5d4f28ba1ee81aa))
4 changes: 2 additions & 2 deletions packages/medusa-fulfillment-manual/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "medusa-fulfillment-manual",
"version": "1.0.7",
"version": "1.0.10",
"description": "A manual fulfillment provider for Medusa",
"main": "index.js",
"repository": {
Expand Down Expand Up @@ -35,7 +35,7 @@
"@babel/plugin-transform-instanceof": "^7.8.3",
"@babel/runtime": "^7.7.6",
"express": "^4.17.1",
"medusa-core-utils": "^1.0.7"
"medusa-core-utils": "^1.0.10"
},
"gitHead": "3cc7cbe5124cbcbb75f6e1435db4dcfaa2a60408"
}
11 changes: 11 additions & 0 deletions packages/medusa-interfaces/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.10](https://github.com/medusajs/medusa/compare/v1.0.9...v1.0.10) (2020-09-09)


### Bug Fixes

* updates license ([db519fb](https://github.com/medusajs/medusa/commit/db519fbaa6f8ad02c19cbecba5d4f28ba1ee81aa))
4 changes: 2 additions & 2 deletions packages/medusa-interfaces/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "medusa-interfaces",
"version": "1.0.7",
"version": "1.0.10",
"description": "Core interfaces for Medusa",
"main": "dist/index.js",
"repository": {
Expand Down Expand Up @@ -34,7 +34,7 @@
"mongoose": "5.x"
},
"dependencies": {
"medusa-core-utils": "^1.0.7"
"medusa-core-utils": "^1.0.10"
},
"gitHead": "3cc7cbe5124cbcbb75f6e1435db4dcfaa2a60408"
}
11 changes: 11 additions & 0 deletions packages/medusa-payment-adyen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.10](https://github.com/medusajs/medusa/compare/v1.0.9...v1.0.10) (2020-09-09)


### Bug Fixes

* updates license ([db519fb](https://github.com/medusajs/medusa/commit/db519fbaa6f8ad02c19cbecba5d4f28ba1ee81aa))
4 changes: 2 additions & 2 deletions packages/medusa-payment-adyen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "medusa-payment-adyen",
"version": "1.0.7",
"version": "1.0.10",
"description": "Adyen Payment provider for Medusa Commerce",
"main": "index.js",
"repository": {
Expand Down Expand Up @@ -42,7 +42,7 @@
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"medusa-core-utils": "^1.0.7"
"medusa-core-utils": "^1.0.10"
},
"gitHead": "3cc7cbe5124cbcbb75f6e1435db4dcfaa2a60408"
}
11 changes: 11 additions & 0 deletions packages/medusa-payment-klarna/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.10](https://github.com/medusajs/medusa/compare/v1.0.9...v1.0.10) (2020-09-09)


### Bug Fixes

* updates license ([db519fb](https://github.com/medusajs/medusa/commit/db519fbaa6f8ad02c19cbecba5d4f28ba1ee81aa))
6 changes: 3 additions & 3 deletions packages/medusa-payment-klarna/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "medusa-payment-klarna",
"version": "1.0.7",
"version": "1.0.10",
"description": "Klarna Payment provider for Medusa Commerce",
"main": "index.js",
"repository": {
Expand Down Expand Up @@ -39,8 +39,8 @@
"axios": "^0.19.2",
"body-parser": "^1.19.0",
"express": "^4.17.1",
"medusa-core-utils": "^1.0.7",
"medusa-test-utils": "^1.0.7"
"medusa-core-utils": "^1.0.10",
"medusa-test-utils": "^1.0.10"
},
"gitHead": "3cc7cbe5124cbcbb75f6e1435db4dcfaa2a60408"
}
11 changes: 11 additions & 0 deletions packages/medusa-payment-stripe/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.10](https://github.com/medusajs/medusa/compare/v1.0.9...v1.0.10) (2020-09-09)


### Bug Fixes

* updates license ([db519fb](https://github.com/medusajs/medusa/commit/db519fbaa6f8ad02c19cbecba5d4f28ba1ee81aa))
6 changes: 3 additions & 3 deletions packages/medusa-payment-stripe/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "medusa-payment-stripe",
"version": "1.0.7",
"version": "1.0.10",
"description": "Stripe Payment provider for Meduas Commerce",
"main": "index.js",
"repository": {
Expand Down Expand Up @@ -39,8 +39,8 @@
"@babel/plugin-transform-classes": "^7.9.5",
"body-parser": "^1.19.0",
"express": "^4.17.1",
"medusa-core-utils": "^1.0.7",
"medusa-test-utils": "^1.0.7",
"medusa-core-utils": "^1.0.10",
"medusa-test-utils": "^1.0.10",
"stripe": "^8.50.0"
},
"gitHead": "3cc7cbe5124cbcbb75f6e1435db4dcfaa2a60408"
Expand Down
11 changes: 11 additions & 0 deletions packages/medusa-plugin-brightpearl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.10](https://github.com/medusajs/medusa/compare/v1.0.9...v1.0.10) (2020-09-09)


### Bug Fixes

* updates license ([db519fb](https://github.com/medusajs/medusa/commit/db519fbaa6f8ad02c19cbecba5d4f28ba1ee81aa))
6 changes: 3 additions & 3 deletions packages/medusa-plugin-brightpearl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "medusa-plugin-brightpearl",
"version": "1.0.7",
"version": "1.0.10",
"description": "Brightpearl plugin for Medusa Commerce",
"main": "index.js",
"repository": {
Expand All @@ -25,7 +25,7 @@
"cross-env": "^5.2.1",
"eslint": "^6.8.0",
"jest": "^25.5.2",
"medusa-test-utils": "^1.0.7",
"medusa-test-utils": "^1.0.10",
"prettier": "^2.0.5"
},
"scripts": {
Expand All @@ -41,7 +41,7 @@
"axios": "^0.19.2",
"axios-rate-limit": "^1.2.1",
"express": "^4.17.1",
"medusa-core-utils": "^1.0.7",
"medusa-core-utils": "^1.0.10",
"randomatic": "^3.1.1"
},
"gitHead": "3cc7cbe5124cbcbb75f6e1435db4dcfaa2a60408"
Expand Down
11 changes: 11 additions & 0 deletions packages/medusa-plugin-contentful/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.10](https://github.com/medusajs/medusa/compare/v1.0.9...v1.0.10) (2020-09-09)


### Bug Fixes

* updates license ([db519fb](https://github.com/medusajs/medusa/commit/db519fbaa6f8ad02c19cbecba5d4f28ba1ee81aa))
6 changes: 3 additions & 3 deletions packages/medusa-plugin-contentful/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "medusa-plugin-contentful",
"version": "1.0.7",
"version": "1.0.10",
"description": "Contentful plugin for Medusa Commerce",
"main": "index.js",
"repository": {
Expand Down Expand Up @@ -39,8 +39,8 @@
"body-parser": "^1.19.0",
"contentful-management": "^5.27.1",
"express": "^4.17.1",
"medusa-core-utils": "^1.0.7",
"medusa-test-utils": "^1.0.7",
"medusa-core-utils": "^1.0.10",
"medusa-test-utils": "^1.0.10",
"redis": "^3.0.2"
},
"gitHead": "3cc7cbe5124cbcbb75f6e1435db4dcfaa2a60408"
Expand Down
11 changes: 11 additions & 0 deletions packages/medusa-plugin-economic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.10](https://github.com/medusajs/medusa/compare/v1.0.9...v1.0.10) (2020-09-09)


### Bug Fixes

* updates license ([db519fb](https://github.com/medusajs/medusa/commit/db519fbaa6f8ad02c19cbecba5d4f28ba1ee81aa))
2 changes: 1 addition & 1 deletion packages/medusa-plugin-economic/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/medusa-plugin-economic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "medusa-plugin-economic",
"version": "1.0.7",
"version": "1.0.10",
"description": "E-conomic financial reporting",
"main": "index.js",
"repository": {
Expand Down Expand Up @@ -39,8 +39,8 @@
"axios": "^0.19.2",
"body-parser": "^1.19.0",
"express": "^4.17.1",
"medusa-core-utils": "^1.0.7",
"medusa-test-utils": "^1.0.7",
"medusa-core-utils": "^1.0.10",
"medusa-test-utils": "^1.0.10",
"moment": "^2.27.0"
},
"gitHead": "3cc7cbe5124cbcbb75f6e1435db4dcfaa2a60408"
Expand Down
11 changes: 11 additions & 0 deletions packages/medusa-plugin-ip-lookup/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.10](https://github.com/medusajs/medusa/compare/v1.0.9...v1.0.10) (2020-09-09)


### Bug Fixes

* updates license ([db519fb](https://github.com/medusajs/medusa/commit/db519fbaa6f8ad02c19cbecba5d4f28ba1ee81aa))
2 changes: 1 addition & 1 deletion packages/medusa-plugin-ip-lookup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "medusa-plugin-ip-lookup",
"version": "1.0.1",
"version": "1.0.10",
"description": "IP lookup middleware for Medusa core",
"main": "dist/index.js",
"repository": {
Expand Down
11 changes: 11 additions & 0 deletions packages/medusa-plugin-permissions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.10](https://github.com/medusajs/medusa/compare/v1.0.9...v1.0.10) (2020-09-09)


### Bug Fixes

* updates license ([db519fb](https://github.com/medusajs/medusa/commit/db519fbaa6f8ad02c19cbecba5d4f28ba1ee81aa))
Loading

0 comments on commit cd39798

Please sign in to comment.