Skip to content

Commit

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

# [1.1.0-alpha](https://github.com/shopware/developer-documentation-vitepress/compare/v1.0.24...v1.1.0-alpha) (2023-11-30)

### Features

- align with frontends ([7e69332](https://github.com/shopware/developer-documentation-vitepress/commit/7e6933279353dc1902ce3b606ec6f94793be97ba))
- delete changelog ([e63ddd7](https://github.com/shopware/developer-documentation-vitepress/commit/e63ddd74da7f503a97133f0c3a5f463d5950701e))
- move typer from frontends, tweak ([59d3479](https://github.com/shopware/developer-documentation-vitepress/commit/59d3479f1eeaf8c854e97d7737552ab537200ad5))
- new workspace package ([fbc74a0](https://github.com/shopware/developer-documentation-vitepress/commit/fbc74a0f5e863ea20ff9cae60f521bfc112b06aa))
- publish alpha for frontends ([2cbcb5c](https://github.com/shopware/developer-documentation-vitepress/commit/2cbcb5c60409ff3691ef236759f2916328e8015a))
- remove package ([86df1d2](https://github.com/shopware/developer-documentation-vitepress/commit/86df1d2fab75a694e1944a6e4f81d84a4220f9ad))
- temp deactivate allowBranch config ([82a778e](https://github.com/shopware/developer-documentation-vitepress/commit/82a778e3e9e8b192ac798d25d4933526f0c9ccba))

# [1.1.0-alpha](https://github.com/shopware/developer-documentation-vitepress/compare/v1.0.24...v1.1.0-alpha) (2023-11-30)

### Features

- align with frontends ([7e69332](https://github.com/shopware/developer-documentation-vitepress/commit/7e6933279353dc1902ce3b606ec6f94793be97ba))
- delete changelog ([e63ddd7](https://github.com/shopware/developer-documentation-vitepress/commit/e63ddd74da7f503a97133f0c3a5f463d5950701e))
- move typer from frontends, tweak ([59d3479](https://github.com/shopware/developer-documentation-vitepress/commit/59d3479f1eeaf8c854e97d7737552ab537200ad5))
- new workspace package ([fbc74a0](https://github.com/shopware/developer-documentation-vitepress/commit/fbc74a0f5e863ea20ff9cae60f521bfc112b06aa))
- publish alpha for frontends ([2cbcb5c](https://github.com/shopware/developer-documentation-vitepress/commit/2cbcb5c60409ff3691ef236759f2916328e8015a))
- remove package ([86df1d2](https://github.com/shopware/developer-documentation-vitepress/commit/86df1d2fab75a694e1944a6e4f81d84a4220f9ad))
- temp deactivate allowBranch config ([82a778e](https://github.com/shopware/developer-documentation-vitepress/commit/82a778e3e9e8b192ac798d25d4933526f0c9ccba))

## [1.0.24](https://github.com/shopware/developer-documentation-vitepress/compare/v1.0.23...v1.0.24) (2023-11-29)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "1.0.24",
"version": "1.1.0-alpha",
"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.24",
"version": "1.1.0-alpha",
"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.1.0-alpha](https://github.com/shopware/developer-documentation-vitepress/compare/v1.0.24...v1.1.0-alpha) (2023-11-30)

### Features

- delete changelog ([e63ddd7](https://github.com/shopware/developer-documentation-vitepress/commit/e63ddd74da7f503a97133f0c3a5f463d5950701e))
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.24",
"version": "1.1.0-alpha",
"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.1.0-alpha](https://github.com/shopware/developer-documentation-vitepress/compare/v1.0.24...v1.1.0-alpha) (2023-11-30)

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

## [1.0.24](https://github.com/shopware/developer-documentation-vitepress/compare/v1.0.23...v1.0.24) (2023-11-29)

**Note:** Version bump only for package @shopware-docs/storybook
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.24",
"version": "1.1.0-alpha",
"description": "Storybook for Shopware Docs",
"main": "src/index.ts",
"exports": {
Expand Down
12 changes: 12 additions & 0 deletions packages/typer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# Change Log

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

# [1.1.0-alpha](https://github.com/shopware/frontends/compare/v1.0.24...v1.1.0-alpha) (2023-11-30)

### Features

- move typer from frontends, tweak ([59d3479](https://github.com/shopware/frontends/commit/59d3479f1eeaf8c854e97d7737552ab537200ad5))
- remove package ([86df1d2](https://github.com/shopware/frontends/commit/86df1d2fab75a694e1944a6e4f81d84a4220f9ad))

# @shopware-pwa/typer

## 0.1.11
Expand Down
2 changes: 1 addition & 1 deletion packages/typer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopware-docs/typer",
"version": "1.0.24",
"version": "1.1.0-alpha",
"description": "Generate documentation from types",
"author": "Shopware",
"repository": {
Expand Down
4 changes: 4 additions & 0 deletions packages/vitepress/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.1.0-alpha](https://github.com/shopware/developer-documentation-vitepress/compare/v1.0.24...v1.1.0-alpha) (2023-11-30)

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

## [1.0.24](https://github.com/shopware/developer-documentation-vitepress/compare/v1.0.23...v1.0.24) (2023-11-29)

**Note:** Version bump only for package @shopware-docs/vitepress
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.24",
"version": "1.1.0-alpha",
"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.1.0-alpha](https://github.com/shopware/developer-documentation-vitepress/compare/v1.0.24...v1.1.0-alpha) (2023-11-30)

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

## [1.0.24](https://github.com/shopware/developer-documentation-vitepress/compare/v1.0.23...v1.0.24) (2023-11-29)

**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.24",
"version": "1.1.0-alpha",
"description": "Vitest for Shopware Docs",
"main": "src/main.ts",
"module": "./src/main.ts",
Expand Down
Loading

0 comments on commit 2298995

Please sign in to comment.