Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
myWsq committed Jun 23, 2021
1 parent 31da40a commit c8c169c
Show file tree
Hide file tree
Showing 10 changed files with 56 additions and 10 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.

# [1.1.0](https://github.com/myWsq/scroom/compare/v1.0.0...v1.1.0) (2021-06-23)


### Features

* comment modity, export debug controller type ([f1a99cc](https://github.com/myWsq/scroom/commit/f1a99cccdf274d48f9ee2411b8976ba369d29b51))





## [0.5.1](https://github.com/myWsq/scroom/compare/v0.5.0...v0.5.1) (2020-12-09)


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": "1.0.0",
"version": "1.1.0",
"packages": [
"packages/*"
],
Expand Down
8 changes: 8 additions & 0 deletions packages/playground/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.1.0](https://github.com/myWsq/scroom/compare/v1.0.0...v1.1.0) (2021-06-23)

**Note:** Version bump only for package playground
6 changes: 3 additions & 3 deletions packages/playground/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "playground",
"version": "1.0.0",
"version": "1.1.0",
"private": true,
"scripts": {
"dev": "vite"
},
"dependencies": {
"@scroom/react": "^1.0.0",
"@scroom/react": "^1.1.0",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"scroom": "^1.0.0"
"scroom": "^1.1.0"
},
"devDependencies": {
"@types/react": "^17.0.0",
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.

# [1.1.0](https://github.com/myWsq/scroom/compare/v1.0.0...v1.1.0) (2021-06-23)

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





## [0.5.1](https://github.com/myWsq/scroom/compare/v0.5.0...v0.5.1) (2020-12-09)

**Note:** Version bump only for package @scroom/react
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scroom/react",
"version": "1.0.0",
"version": "1.1.0",
"description": "React hooks for scroom.",
"author": "myWsq <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"emittery": "^0.9.2",
"scroom": "^1.0.0"
"scroom": "^1.1.0"
},
"peerDependencies": {
"react": ">=16.8.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/scroom/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.

# [1.1.0](https://github.com/myWsq/scroom/compare/v1.0.0...v1.1.0) (2021-06-23)


### Features

* comment modity, export debug controller type ([f1a99cc](https://github.com/myWsq/scroom/commit/f1a99cccdf274d48f9ee2411b8976ba369d29b51))





## [0.5.1](https://github.com/myWsq/scroom/compare/v0.5.0...v0.5.1) (2020-12-09)


Expand Down
2 changes: 1 addition & 1 deletion packages/scroom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scroom",
"version": "1.0.0",
"version": "1.1.0",
"description": "A smart library for cool scrolling effects, based on Intersection API.",
"author": "myWsq <[email protected]>",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/website/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.

# [1.1.0](https://github.com/myWsq/scroom/compare/v1.0.0...v1.1.0) (2021-06-23)

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





## [0.5.1](https://github.com/myWsq/scroom/compare/v0.5.0...v0.5.1) (2020-12-09)

**Note:** Version bump only for package website
Expand Down
6 changes: 3 additions & 3 deletions packages/website/package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "website",
"private": true,
"version": "1.0.0",
"version": "1.1.0",
"author": "myWsq <[email protected]>",
"scripts": {
"dev": "docz dev",
"build": "docz build"
},
"dependencies": {
"@scroom/react": "^1.0.0",
"@scroom/react": "^1.1.0",
"docz": "^2.3.1",
"intersection-observer": "^0.11.0",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"scroom": "^1.0.0",
"scroom": "^1.1.0",
"theme-ui": "^0.2.52"
}
}

0 comments on commit c8c169c

Please sign in to comment.