Skip to content

Commit

Permalink
v0.11.0-dev.14
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas-schardt committed Sep 15, 2022
1 parent 6529f9d commit e4142f7
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 4 deletions.
8 changes: 8 additions & 0 deletions 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.11.0-dev.14](https://github.com/webtides/luna-js/compare/v0.11.0-dev.13...v0.11.0-dev.14) (2022-09-15)

**Note:** Version bump only for package luna-js-monorepo





# [0.11.0-dev.13](https://github.com/webtides/luna-js/compare/v0.11.0-dev.12...v0.11.0-dev.13) (2022-07-11)

**Note:** Version bump only for package luna-js-monorepo
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.11.0-dev.13",
"version": "0.11.0-dev.14",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": [
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.11.0-dev.14](https://github.com/webtides/luna-js/compare/v0.11.0-dev.13...v0.11.0-dev.14) (2022-09-15)

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





# [0.11.0-dev.13](https://github.com/webtides/luna-js/compare/v0.11.0-dev.12...v0.11.0-dev.13) (2022-07-11)

**Note:** Version bump only for package @webtides/luna-js
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.11.0-dev.13",
"version": "0.11.0-dev.14",
"description": "Static Site Generation & SSR framework for custom-elements.",
"main": "index.js",
"module": "index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/renderer/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.11.0-dev.14](https://github.com/webtides/luna-js/compare/v0.11.0-dev.13...v0.11.0-dev.14) (2022-09-15)

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





# [0.11.0-dev.13](https://github.com/webtides/luna-js/compare/v0.11.0-dev.12...v0.11.0-dev.13) (2022-07-11)

**Note:** Version bump only for package @webtides/luna-renderer
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.11.0-dev.13",
"version": "0.11.0-dev.14",
"main": "index.js",
"license": "MIT",
"scripts": {
Expand All @@ -11,7 +11,7 @@
"@lit-labs/ssr": "2.0.1",
"@popeindustries/lit-html-server": "3.1.0",
"@webtides/element-js": "0.4.1",
"@webtides/luna-js": "^0.11.0-dev.13",
"@webtides/luna-js": "^0.11.0-dev.14",
"camel-case": "^4.1.2",
"param-case": "^3.0.4"
},
Expand Down

0 comments on commit e4142f7

Please sign in to comment.