Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien2p committed Nov 4, 2022
1 parent 7bbefe7 commit dca767b
Show file tree
Hide file tree
Showing 8 changed files with 42 additions and 4 deletions.
11 changes: 11 additions & 0 deletions packages/medusa-plugin-auth/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.

## 0.0.1 (2022-11-04)


### Bug Fixes

* add support for logout ([7bbefe7](https://github.com/adrien2p/medusa-plugins/commit/7bbefe7a6982c3346b941308e7bf82c4bbdb5180))
2 changes: 1 addition & 1 deletion packages/medusa-plugin-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "medusa-plugin-auth",
"version": "0.0.0",
"version": "0.0.1",
"description": "Social authentication plugin for medusajs",
"keywords": [
"social",
Expand Down
8 changes: 8 additions & 0 deletions packages/medusa-plugin-prometheus/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.

## [1.1.2](https://github.com/adrien2p/medusa-plugins/compare/[email protected]@1.1.2) (2022-11-04)

**Note:** Version bump only for package medusa-plugin-prometheus





## [1.1.1](https://github.com/adrien2p/medusa-plugins/compare/[email protected]@1.1.1) (2022-10-28)

**Note:** Version bump only for package medusa-plugin-prometheus
Expand Down
2 changes: 1 addition & 1 deletion packages/medusa-plugin-prometheus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "medusa-plugin-prometheus",
"version": "1.1.1",
"version": "1.1.2",
"description": "Prometheus plugin for medusajs",
"keywords": [
"analytics",
Expand Down
8 changes: 8 additions & 0 deletions packages/medusa-plugin-sentry-ui/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.2](https://github.com/adrien2p/medusa-plugins/compare/[email protected]@0.2.2) (2022-11-04)

**Note:** Version bump only for package medusa-plugin-sentry-ui





## [0.2.1](https://github.com/adrien2p/medusa-plugins/compare/[email protected]@0.2.1) (2022-10-28)


Expand Down
2 changes: 1 addition & 1 deletion packages/medusa-plugin-sentry-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "medusa-plugin-sentry-ui",
"version": "0.2.1",
"version": "0.2.2",
"description": "UI components for medusa-sentry-plugin",
"keywords": [
"analytics",
Expand Down
11 changes: 11 additions & 0 deletions packages/medusa-plugin-sentry/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.2.3](https://github.com/adrien2p/medusa-plugins/compare/[email protected]@1.2.3) (2022-11-04)


### Bug Fixes

* check that api token have been provided before attaching the admin routes ([cb392b2](https://github.com/adrien2p/medusa-plugins/commit/cb392b2d7490cd35eeeac1843867e4e0ac510f88))





## [1.2.2](https://github.com/adrien2p/medusa-plugins/compare/[email protected]@1.2.2) (2022-10-28)


Expand Down
2 changes: 1 addition & 1 deletion packages/medusa-plugin-sentry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "medusa-plugin-sentry",
"version": "1.2.2",
"version": "1.2.3",
"description": "Sentry plugin for medusajs",
"keywords": [
"analytics",
Expand Down

0 comments on commit dca767b

Please sign in to comment.