Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
  • Loading branch information
bojanrajh committed Oct 20, 2023
1 parent 118fb76 commit 15be661
Show file tree
Hide file tree
Showing 11 changed files with 48 additions and 6 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.12](https://github.com/shopware/developer-documentation-vitepress/compare/v1.0.11...v1.0.12) (2023-10-20)

### Bug Fixes

- changelog ([118fb76](https://github.com/shopware/developer-documentation-vitepress/commit/118fb765b8016bf5bc663d86916e35bc1a7225b8))
- footer style ([b848322](https://github.com/shopware/developer-documentation-vitepress/commit/b84832215381918d23cb2d6bd32a67744b496238))
- margin ([fe66c45](https://github.com/shopware/developer-documentation-vitepress/commit/fe66c45471fced63a7e0144b128a3a58bba8640d))
- remove log ([450709a](https://github.com/shopware/developer-documentation-vitepress/commit/450709a4954cc0244b2e7ae29cfebc991780ec56))

## [1.0.12](https://github.com/shopware/developer-documentation-vitepress/compare/v1.0.11...v1.0.12) (2023-10-20)

### Bug Fixes

- changelog ([118fb76](https://github.com/shopware/developer-documentation-vitepress/commit/118fb765b8016bf5bc663d86916e35bc1a7225b8))
- footer style ([b848322](https://github.com/shopware/developer-documentation-vitepress/commit/b84832215381918d23cb2d6bd32a67744b496238))
- margin ([fe66c45](https://github.com/shopware/developer-documentation-vitepress/commit/fe66c45471fced63a7e0144b128a3a58bba8640d))
- remove log ([450709a](https://github.com/shopware/developer-documentation-vitepress/commit/450709a4954cc0244b2e7ae29cfebc991780ec56))

## [1.0.11](https://github.com/shopware/developer-documentation-vitepress/compare/v1.0.10...v1.0.11) (2023-10-20)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true,
"version": "1.0.11",
"version": "1.0.12",
"npmClient": "pnpm",
"command": {
"version": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vitepress-shopware-docs",
"version": "1.0.11",
"version": "1.0.12",
"description": "Vitepress theme for Shopware",
"main": "src/index.ts",
"exports": {
Expand Down
10 changes: 10 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# 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.12](https://github.com/shopware/developer-documentation-vitepress/compare/v1.0.11...v1.0.12) (2023-10-20)

### Bug Fixes

- changelog ([118fb76](https://github.com/shopware/developer-documentation-vitepress/commit/118fb765b8016bf5bc663d86916e35bc1a7225b8))
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopware-docs/cli",
"version": "1.0.11",
"version": "1.0.12",
"description": "Shopware docs CLI",
"type": "commonjs",
"main": "dist/docs-cli.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/storybook/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.12](https://github.com/shopware/developer-documentation-vitepress/compare/v1.0.11...v1.0.12) (2023-10-20)

**Note:** Version bump only for package @shopware-docs/storybook

## [1.0.11](https://github.com/shopware/developer-documentation-vitepress/compare/v1.0.10...v1.0.11) (2023-10-20)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopware-docs/storybook",
"version": "1.0.11",
"version": "1.0.12",
"description": "Storybook for Shopware Docs",
"main": "src/index.ts",
"exports": {
Expand Down
6 changes: 6 additions & 0 deletions packages/vitepress/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.12](https://github.com/shopware/developer-documentation-vitepress/compare/v1.0.11...v1.0.12) (2023-10-20)

### Bug Fixes

- remove log ([450709a](https://github.com/shopware/developer-documentation-vitepress/commit/450709a4954cc0244b2e7ae29cfebc991780ec56))

## [1.0.11](https://github.com/shopware/developer-documentation-vitepress/compare/v1.0.10...v1.0.11) (2023-10-20)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/vitepress/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopware-docs/vitepress",
"version": "1.0.11",
"version": "1.0.12",
"description": "Vitepress for Shopware Docs",
"main": "src/main.ts",
"module": "./src/main.ts",
Expand Down
4 changes: 4 additions & 0 deletions packages/vitest/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.12](https://github.com/shopware/developer-documentation-vitepress/compare/v1.0.11...v1.0.12) (2023-10-20)

**Note:** Version bump only for package @shopware-docs/vitest

## [1.0.11](https://github.com/shopware/developer-documentation-vitepress/compare/v1.0.10...v1.0.11) (2023-10-20)

**Note:** Version bump only for package @shopware-docs/vitest
Expand Down
2 changes: 1 addition & 1 deletion packages/vitest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopware-docs/vitest",
"version": "1.0.11",
"version": "1.0.12",
"description": "Vitest for Shopware Docs",
"main": "src/main.ts",
"module": "./src/main.ts",
Expand Down

0 comments on commit 15be661

Please sign in to comment.