Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
mjancarik committed Apr 28, 2024
1 parent 415a941 commit e5507ce
Show file tree
Hide file tree
Showing 10 changed files with 38 additions and 8 deletions.
11 changes: 11 additions & 0 deletions 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.

## [0.35.5](https://github.com/mjancarik/merkur/compare/v0.35.4...v0.35.5) (2024-04-28)

### Bug Fixes

- 🐛 keep types file in published module ([4288098](https://github.com/mjancarik/merkur/commit/4288098344729cecb3052fb5bd45dbfaaf39910b))
- 🐛 support for inlineScript, inline source with writeToDisk ([0141f6e](https://github.com/mjancarik/merkur/commit/0141f6e8dac53aa73f98a5da770f66f2dae81a81))

### Features

- 🎸 add support test command for monorepo ([415a941](https://github.com/mjancarik/merkur/commit/415a94110b35260cba43f01804d13c3b6873e069))

## [0.35.4](https://github.com/mjancarik/merkur/compare/v0.35.3...v0.35.4) (2024-04-23)

### Features
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"verifyAccess": false
}
},
"version": "0.35.4",
"version": "0.35.5",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
6 changes: 3 additions & 3 deletions package-lock.json

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

11 changes: 11 additions & 0 deletions packages/cli/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.

## [0.35.5](https://github.com/mjancarik/merkur/compare/v0.35.4...v0.35.5) (2024-04-28)

### Bug Fixes

- 🐛 keep types file in published module ([4288098](https://github.com/mjancarik/merkur/commit/4288098344729cecb3052fb5bd45dbfaaf39910b))
- 🐛 support for inlineScript, inline source with writeToDisk ([0141f6e](https://github.com/mjancarik/merkur/commit/0141f6e8dac53aa73f98a5da770f66f2dae81a81))

### Features

- 🎸 add support test command for monorepo ([415a941](https://github.com/mjancarik/merkur/commit/415a94110b35260cba43f01804d13c3b6873e069))

## [0.35.4](https://github.com/mjancarik/merkur/compare/v0.35.3...v0.35.4) (2024-04-23)

### Features
Expand Down
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": "@merkur/cli",
"version": "0.35.4",
"version": "0.35.5",
"description": "Merkur is tiny and extensible library for creating front-end microservices.",
"bin": {
"merkur": "./bin/merkur.mjs"
Expand Down
4 changes: 4 additions & 0 deletions packages/create-widget/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.

## [0.35.5](https://github.com/mjancarik/merkur/compare/v0.35.4...v0.35.5) (2024-04-28)

**Note:** Version bump only for package @merkur/create-widget

## [0.35.4](https://github.com/mjancarik/merkur/compare/v0.35.3...v0.35.4) (2024-04-23)

**Note:** Version bump only for package @merkur/create-widget
Expand Down
2 changes: 1 addition & 1 deletion packages/create-widget/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@merkur/create-widget",
"version": "0.35.4",
"version": "0.35.5",
"description": "CLI for creating merkur widget easily.",
"bin": {
"merkur-create-widget": "./bin/createWidget.mjs"
Expand Down
2 changes: 1 addition & 1 deletion packages/create-widget/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@merkur/cli": "0.35.4",
"@merkur/cli": "0.35.5",
"@merkur/core": "0.35.0",
"@merkur/integration": "0.35.3",
"@merkur/plugin-component": "0.35.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/plugin-css-scrambler/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.

## [0.35.5](https://github.com/mjancarik/merkur/compare/v0.35.4...v0.35.5) (2024-04-28)

**Note:** Version bump only for package @merkur/plugin-css-scrambler

# [0.35.0](https://github.com/mjancarik/merkur/compare/v0.34.6...v0.35.0) (2024-04-09)

**Note:** Version bump only for package @merkur/plugin-css-scrambler
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-css-scrambler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@merkur/plugin-css-scrambler",
"version": "0.35.0",
"version": "0.35.5",
"description": "Merkur plugin for scrambling CSS classes.",
"main": "lib/index",
"module": "lib/index",
Expand Down

0 comments on commit e5507ce

Please sign in to comment.