Skip to content

Commit

Permalink
release: v0.1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 8, 2022
1 parent e2b8e1f commit 51665f4
Show file tree
Hide file tree
Showing 10 changed files with 47 additions and 7 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.1.15](https://github.com/logto-io/js/compare/v0.1.14...v0.1.15) (2022-06-08)

**Note:** Version bump only for package root





### [0.1.14](https://github.com/logto-io/js/compare/v0.1.13...v0.1.14) (2022-06-02)

**Note:** Version bump only for package root
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.1.14",
"version": "0.1.15",
"npmClient": "pnpm",
"useWorkspaces": true,
"changelogPreset": "conventionalcommits"
Expand Down
8 changes: 8 additions & 0 deletions packages/react-sample/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.1.15](https://github.com/logto-io/js/compare/v0.1.14...v0.1.15) (2022-06-08)

**Note:** Version bump only for package @logto/react-sample





### [0.1.14](https://github.com/logto-io/js/compare/v0.1.13...v0.1.14) (2022-06-02)

**Note:** Version bump only for package @logto/react-sample
Expand Down
4 changes: 2 additions & 2 deletions packages/react-sample/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@logto/react-sample",
"version": "0.1.14",
"version": "0.1.15",
"license": "MIT",
"private": true,
"scripts": {
Expand All @@ -13,7 +13,7 @@
"stylelint": "stylelint \"src/**/*.scss\""
},
"dependencies": {
"@logto/react": "^0.1.14",
"@logto/react": "^0.1.15",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^6.2.2"
Expand Down
8 changes: 8 additions & 0 deletions packages/react/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.1.15](https://github.com/logto-io/js/compare/v0.1.14...v0.1.15) (2022-06-08)

**Note:** Version bump only for package @logto/react





### [0.1.14](https://github.com/logto-io/js/compare/v0.1.13...v0.1.14) (2022-06-02)

**Note:** Version bump only for package @logto/react
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": "@logto/react",
"version": "0.1.14",
"version": "0.1.15",
"main": "./lib/index.js",
"exports": "./lib/index.js",
"typings": "./lib/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/vue-sample/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.1.15](https://github.com/logto-io/js/compare/v0.1.14...v0.1.15) (2022-06-08)

**Note:** Version bump only for package @logto/vue-sample





### [0.1.14](https://github.com/logto-io/js/compare/v0.1.13...v0.1.14) (2022-06-02)

**Note:** Version bump only for package @logto/vue-sample
Expand Down
4 changes: 2 additions & 2 deletions packages/vue-sample/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@logto/vue-sample",
"version": "0.1.14",
"version": "0.1.15",
"license": "MIT",
"private": true,
"scripts": {
Expand All @@ -12,7 +12,7 @@
"lint": "eslint --ext .vue,.ts src"
},
"dependencies": {
"@logto/vue": "^0.1.14",
"@logto/vue": "^0.1.15",
"vue": "^3.2.35",
"vue-router": "^4.0.14"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/vue/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.1.15](https://github.com/logto-io/js/compare/v0.1.14...v0.1.15) (2022-06-08)

**Note:** Version bump only for package @logto/vue





### [0.1.14](https://github.com/logto-io/js/compare/v0.1.13...v0.1.14) (2022-06-02)

**Note:** Version bump only for package @logto/vue
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@logto/vue",
"version": "0.1.14",
"version": "0.1.15",
"main": "./lib/index.js",
"exports": "./lib/index.js",
"typings": "./lib/index.d.ts",
Expand Down

0 comments on commit 51665f4

Please sign in to comment.