Skip to content

Commit

Permalink
v0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eddyloewen committed Jul 10, 2024
1 parent f90959a commit 8c64ee3
Show file tree
Hide file tree
Showing 8 changed files with 43 additions and 5 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.13.1](https://github.com/webtides/luna-js/compare/v0.13.0...v0.13.1) (2024-07-10)


### Bug Fixes

* removes /src directory for renderer package from ignore list ([c953003](https://github.com/webtides/luna-js/commit/c953003f6e82609f01b63c10520db789ab97c98e))





# [0.13.0](https://github.com/webtides/luna-js/compare/v0.12.4...v0.13.0) (2024-07-10)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.13.0",
"version": "0.13.1",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": [
Expand Down
8 changes: 8 additions & 0 deletions packages/cli/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.13.1](https://github.com/webtides/luna-cli/compare/v0.13.0...v0.13.1) (2024-07-10)

**Note:** Version bump only for package @webtides/luna-cli





# [0.13.0](https://github.com/webtides/luna-cli/compare/v0.12.4...v0.13.0) (2024-07-10)


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": "@webtides/luna-cli",
"version": "0.13.0",
"version": "0.13.1",
"description": "The cli for @webtides/luna-js.",
"type": "module",
"private": false,
Expand Down
8 changes: 8 additions & 0 deletions packages/luna/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.13.1](https://github.com/webtides/luna-js/compare/v0.13.0...v0.13.1) (2024-07-10)

**Note:** Version bump only for package @webtides/luna-js





# [0.13.0](https://github.com/webtides/luna-js/compare/v0.12.4...v0.13.0) (2024-07-10)


Expand Down
2 changes: 1 addition & 1 deletion packages/luna/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webtides/luna-js",
"version": "0.13.0",
"version": "0.13.1",
"description": "Static Site Generation & SSR framework for custom-elements.",
"type": "module",
"private": false,
Expand Down
11 changes: 11 additions & 0 deletions packages/renderer/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.13.1](https://github.com/webtides/luna-js/compare/v0.13.0...v0.13.1) (2024-07-10)


### Bug Fixes

* removes /src directory for renderer package from ignore list ([c953003](https://github.com/webtides/luna-js/commit/c953003f6e82609f01b63c10520db789ab97c98e))





# [0.13.0](https://github.com/webtides/luna-js/compare/v0.12.4...v0.13.0) (2024-07-10)


Expand Down
4 changes: 2 additions & 2 deletions packages/renderer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@webtides/luna-renderer",
"description": "Collection of first-party renderers for @webtides/luna-js",
"version": "0.13.0",
"version": "0.13.1",
"main": "index.js",
"license": "MIT",
"type": "module",
Expand All @@ -10,7 +10,7 @@
"@lit-labs/ssr": "2.3.0",
"@lit-labs/ssr-dom-shim": "^1.2.0",
"@webtides/element-js": "1.1.0",
"@webtides/luna-js": "^0.13.0",
"@webtides/luna-js": "^0.13.1",
"lit": "^3.1.4"
}
}

0 comments on commit 8c64ee3

Please sign in to comment.