Skip to content

Commit

Permalink
ci: release (#7309)
Browse files Browse the repository at this point in the history
* ci: release

* chore: update changelogs

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Bartosz Herba <[email protected]>
  • Loading branch information
3 people authored Nov 8, 2024
1 parent d388751 commit c1ed26c
Show file tree
Hide file tree
Showing 25 changed files with 22 additions and 288 deletions.
5 changes: 0 additions & 5 deletions .changeset/blue-suits-drop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/brave-jokes-film.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/bright-ways-play.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chilly-eggs-fetch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chilly-fans-check.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eighty-turkeys-marry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/forty-boats-tell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fuzzy-pugs-greet.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/loud-rings-occur.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mighty-peas-serve.md

This file was deleted.

35 changes: 0 additions & 35 deletions .changeset/pre.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-olives-drive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-worms-remember.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strange-schools-mate.md

This file was deleted.

33 changes: 2 additions & 31 deletions docs/content/3.middleware/4.reference/change-log.md
Original file line number Diff line number Diff line change
@@ -1,40 +1,11 @@
# Change log

## 5.1.0-rc.4
## 5.1.0

### Minor Changes

Change LogLevel into LogVerbosity
- **[ADDED]** The middleware application now offers a robust logger instance accessible across various parts of the system, including extensions, integrations, hooks, and API methods. This provides greater flexibility for logging critical events and errors throughout the application lifecycle. For more information, see the [Logger](https://docs.alokai.com/middleware/guides/logging) guide.

### Patch Changes

- Updated dependencies:
- @vue-storefront/logger@1.0.0-rc.5

## 5.1.0-rc.3

### Minor Changes

block overwriting alokai metadata

## 5.1.0-rc.2

### Patch Changes

- Updated dependencies:
- @vue-storefront/logger@1.0.0-rc.4

## 5.1.0-rc.1

### Patch Changes

Fix scoping

## 5.1.0-rc.0

### Minor Changes

Feature logger
## 5.0.1

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Change log

## 4.1.2-rc.0
## 4.1.2

### Patch Changes

- Updated dependencies:
- @vue-storefront/middleware@5.1.0-rc.0
- @vue-storefront/middleware@5.1.0

## 4.1.1

Expand Down
41 changes: 2 additions & 39 deletions docs/content/4.sdk/5.reference/sdk-change-log.md
Original file line number Diff line number Diff line change
@@ -1,47 +1,10 @@
# Change log

## 3.3.0-rc.5
## 3.3.0

### Minor Changes

Change LogLevel into LogVerbosity

### Patch Changes

- Updated dependencies:
- @vue-storefront/logger@1.0.0-rc.5

## 3.3.0-rc.4

### Patch Changes

- Updated dependencies:
- @vue-storefront/logger@1.0.0-rc.4

## 3.3.0-rc.3

### Patch Changes

Export types from sdk logger module

## 3.3.0-rc.2

### Minor Changes

rc.1

## 3.3.0-rc.1

### Patch Changes

- Updated dependencies:
- @vue-storefront/logger@1.0.0-rc.3

## 3.3.0-rc.0

### Minor Changes

- **[ADDED]** Logger module
- **[CHANGED]** Replace the default `console` logger from the `middlewareModule` with the `@vue-storefront/logger` package.

## 3.2.3

Expand Down
35 changes: 2 additions & 33 deletions packages/logger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,38 +1,7 @@
# @vue-storefront/logger

## 1.0.0-rc.5

### Minor Changes

Change LogLevel into LogVerbosity

## 1.0.0-rc.4

### Minor Changes

use appropriate verbosity levels in the browser environment

## 1.0.0-rc.3

### Major Changes

rc.3
rc.3

## 1.0.0-rc.2

### Major Changes

rc.2

## 1.0.0-rc.1

### Minor Changes

rc.1

## 1.0.0-rc.0
## 1.0.0

### Major Changes

Feature logger
Initial release of the `@vue-storefront/logger` package.
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue-storefront/logger",
"version": "1.0.0-rc.5",
"version": "1.0.0",
"main": "lib/index.cjs.js",
"module": "lib/index.es.js",
"types": "lib/index.d.ts",
Expand Down
34 changes: 2 additions & 32 deletions packages/middleware/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,40 +1,10 @@
# Change log

## 5.1.0-rc.4
## 5.1.0

### Minor Changes

Change LogLevel into LogVerbosity

### Patch Changes

- Updated dependencies:
- @vue-storefront/logger@1.0.0-rc.5

## 5.1.0-rc.3

### Minor Changes

block overwriting alokai metadata

## 5.1.0-rc.2

### Patch Changes

- Updated dependencies:
- @vue-storefront/logger@1.0.0-rc.4

## 5.1.0-rc.1

### Patch Changes

Fix scoping

## 5.1.0-rc.0

### Minor Changes

Feature logger
- **[ADDED]** The middleware application now offers a robust logger instance accessible across various parts of the system, including extensions, integrations, hooks, and API methods. This provides greater flexibility for logging critical events and errors throughout the application lifecycle. For more information, see the [Logger](https://docs.alokai.com/middleware/guides/logging) guide.

## 5.0.1

Expand Down
4 changes: 2 additions & 2 deletions packages/middleware/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue-storefront/middleware",
"version": "5.1.0-rc.4",
"version": "5.1.0",
"main": "lib/index.cjs.js",
"module": "lib/index.es.js",
"types": "lib/index.d.ts",
Expand All @@ -20,7 +20,7 @@
"changesets:publish": "yarn build && yarn changeset publish"
},
"dependencies": {
"@vue-storefront/logger": "1.0.0-rc.5",
"@vue-storefront/logger": "^1.0.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"express": "^4.18.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/multistore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Change log

## 4.1.2-rc.0
## 4.1.2

### Patch Changes

- Updated dependencies:
- @vue-storefront/middleware@5.1.0-rc.0
- @vue-storefront/middleware@5.1.0

## 4.1.1

Expand Down
4 changes: 2 additions & 2 deletions packages/multistore/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue-storefront/multistore",
"version": "4.1.2-rc.0",
"version": "4.1.2",
"author": "Fifciu",
"license": "MIT",
"main": "lib/index.cjs.js",
Expand All @@ -20,7 +20,7 @@
"prepublishOnly": "yarn build"
},
"dependencies": {
"@vue-storefront/middleware": "^5.1.0-rc.0",
"@vue-storefront/middleware": "^5.1.0",
"express": "^4.18.1"
},
"publishConfig": {
Expand Down
Loading

0 comments on commit c1ed26c

Please sign in to comment.