Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
 - @leanjs/next@0.8.11
 - @leanjs/react-router@0.13.11
 - @leanjs/react@0.20.3
 - @leanjs/website@0.1.2
  • Loading branch information
leanjsbot committed Dec 15, 2022
1 parent a3a64f2 commit 555ce4d
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 6 deletions.
4 changes: 4 additions & 0 deletions packages/next/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.8.11](https://github.com/leanjs/leanjs/compare/@leanjs/next@0.8.10...@leanjs/next@0.8.11) (2022-12-15)

**Note:** Version bump only for package @leanjs/next

## [0.8.10](https://github.com/leanjs/leanjs/compare/@leanjs/next@0.8.9...@leanjs/next@0.8.10) (2022-12-07)

**Note:** Version bump only for package @leanjs/next
Expand Down
4 changes: 2 additions & 2 deletions packages/next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leanjs/next",
"version": "0.8.10",
"version": "0.8.11",
"author": "Alex Lobera <alex@leanjs.com>",
"description": "Lean micro-app tools for Nextjs",
"types": "./dist/index.d.ts",
Expand All @@ -16,7 +16,7 @@
],
"devDependencies": {
"@leanjs/core": "^0.26.1",
"@leanjs/react": "^0.20.2",
"@leanjs/react": "^0.20.3",
"@testing-library/react": "^12.1.4",
"@types/react": "^17.0.41",
"next": "13",
Expand Down
6 changes: 6 additions & 0 deletions packages/react-router/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.

## [0.13.11](https://github.com/leanjs/leanjs/compare/@leanjs/react-router@0.13.10...@leanjs/react-router@0.13.11) (2022-12-15)

### Bug Fixes

- **react-router:** update react peerDependency ([a3a64f2](https://github.com/leanjs/leanjs/commit/a3a64f205677edd0e458047b4327741afcf02840))

## [0.13.10](https://github.com/leanjs/leanjs/compare/@leanjs/react-router@0.13.9...@leanjs/react-router@0.13.10) (2022-12-07)

**Note:** Version bump only for package @leanjs/react-router
Expand Down
4 changes: 2 additions & 2 deletions packages/react-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leanjs/react-router",
"version": "0.13.10",
"version": "0.13.11",
"author": "Alex Lobera <alex@leanjs.com>",
"description": "Lean micro-apps for React Router",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -37,7 +37,7 @@
},
"devDependencies": {
"@leanjs/core": "^0.13.4",
"@leanjs/react": "^0.20.2",
"@leanjs/react": "^0.20.3",
"@testing-library/react": "^12.1.4",
"@testing-library/react-hooks": "^7.0.2",
"@types/react": "^17.0.41",
Expand Down
6 changes: 6 additions & 0 deletions packages/react/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.

## [0.20.3](https://github.com/leanjs/leanjs/compare/@leanjs/react@0.20.2...@leanjs/react@0.20.3) (2022-12-15)

### Bug Fixes

- **react:** update peerDependency ([16d0ba8](https://github.com/leanjs/leanjs/commit/16d0ba8ef5c8eea870e5fd224296657965e3a44e))

## [0.20.2](https://github.com/leanjs/leanjs/compare/@leanjs/react@0.20.1...@leanjs/react@0.20.2) (2022-12-07)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leanjs/react",
"version": "0.20.2",
"version": "0.20.3",
"author": "Alex Lobera <alex@leanjs.com>",
"description": "Create your own React bindings for LeanJS Runtime",
"types": "./dist/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions website/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.

## [0.1.2](https://github.com/leanjs/leanjs/compare/@leanjs/website@0.1.0...@leanjs/website@0.1.2) (2022-12-15)

### Bug Fixes

- **website:** home page styles and contact ([920849a](https://github.com/leanjs/leanjs/commit/920849a1ede8401ce5691f8392a8ed8bc4b7b499))

## [0.1.1](https://github.com/leanjs/leanjs/compare/@leanjs/website@0.1.0...@leanjs/website@0.1.1) (2022-11-17)

**Note:** Version bump only for package @leanjs/website
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leanjs/website",
"version": "0.1.1",
"version": "0.1.2",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down

0 comments on commit 555ce4d

Please sign in to comment.