Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @respond-framework/[email protected]
 - [email protected]
 - @respond-framework/[email protected]
 - @respond-framework/[email protected]
 - @respond-framework/[email protected]
  • Loading branch information
hedgepigdaniel committed Nov 13, 2019
1 parent e326fd2 commit 6112289
Show file tree
Hide file tree
Showing 10 changed files with 89 additions and 9 deletions.
18 changes: 18 additions & 0 deletions packages/boilerplate/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.1-test.7](https://github.com/hedgepigdaniel/rudy/compare/@respond-framework/[email protected]...@respond-framework/[email protected]) (2019-11-13)


### Features

* scroll restoration ([#65](https://github.com/hedgepigdaniel/rudy/issues/65)) ([e326fd2](https://github.com/hedgepigdaniel/rudy/commit/e326fd2))


### BREAKING CHANGES

* scroll restoration is enabled by default

Fixes https://github.com/respond-framework/rudy/issues/62





## [0.1.1-test.6](https://github.com/hedgepigdaniel/rudy/compare/@respond-framework/[email protected]...@respond-framework/[email protected]) (2019-10-23)

**Note:** Version bump only for package @respond-framework/boilerplate
Expand Down
4 changes: 2 additions & 2 deletions packages/boilerplate/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@respond-framework/boilerplate",
"description": "Universal Rudy Demo",
"version": "0.1.1-test.6",
"version": "0.1.1-test.7",
"main": "server/index.js",
"author": "James Gillmore <[email protected]>",
"license": "MIT",
Expand All @@ -21,7 +21,7 @@
},
"dependencies": {
"@respond-framework/react": "^0.1.1-test.5",
"@respond-framework/rudy": "^0.1.1-test.6",
"@respond-framework/rudy": "^0.1.1-test.7",
"core-js": "^3.2.1",
"express": "^4.15.2",
"react": "^16.8.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/integration-tests/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.0.1-test.7](https://github.com/respond-framework/rudy/tree/master/packages/integration-tests/compare/[email protected]@1.0.1-test.7) (2019-11-13)

**Note:** Version bump only for package integration-tests





## [1.0.1-test.6](https://github.com/respond-framework/rudy/tree/master/packages/integration-tests/compare/[email protected]@1.0.1-test.6) (2019-10-23)


Expand Down
4 changes: 2 additions & 2 deletions packages/integration-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "integration-tests",
"version": "1.0.1-test.6",
"version": "1.0.1-test.7",
"description": "Integration tests for the respond framework",
"main": "index.js",
"repository": "https://github.com/respond-framework/rudy/tree/master/packages/integration-tests",
Expand All @@ -14,7 +14,7 @@
"prettify": "prettier --ignore-path=../../config/.prettierignore '**/*' --write"
},
"dependencies": {
"@respond-framework/rudy": "^0.1.1-test.6",
"@respond-framework/rudy": "^0.1.1-test.7",
"react": "^16.4.2",
"react-redux": "^7.1.0",
"react-test-renderer": "^16.4.2",
Expand Down
18 changes: 18 additions & 0 deletions packages/rudy/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.1-test.7](https://github.com/respond-framework/rudy/tree/master/packages/rudy/compare/@respond-framework/[email protected]...@respond-framework/[email protected]) (2019-11-13)


### Features

* scroll restoration ([#65](https://github.com/respond-framework/rudy/tree/master/packages/rudy/issues/65)) ([e326fd2](https://github.com/respond-framework/rudy/tree/master/packages/rudy/commit/e326fd2))


### BREAKING CHANGES

* scroll restoration is enabled by default

Fixes https://github.com/respond-framework/rudy/issues/62





## [0.1.1-test.6](https://github.com/respond-framework/rudy/tree/master/packages/rudy/compare/@respond-framework/[email protected]...@respond-framework/[email protected]) (2019-10-23)


Expand Down
4 changes: 2 additions & 2 deletions packages/rudy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@respond-framework/rudy",
"version": "0.1.1-test.6",
"version": "0.1.1-test.7",
"description": "think of your app in states not routes (and, yes, while keeping the address bar in sync)",
"main": "dist/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
"homepage": "https://github.com/respond-framework/rudy",
"dependencies": {
"@respond-framework/middleware-change-page-title": "^1.0.1-test.3",
"@respond-framework/scroll-restorer": "^0.1.0-test.1",
"@respond-framework/scroll-restorer": "^0.1.0-test.2",
"@respond-framework/utils": "^0.1.1-test.3",
"path-to-regexp": "^2.1.0",
"prop-types": "^15.6.0",
Expand Down
18 changes: 18 additions & 0 deletions packages/scroll-restorer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Change Log

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

# 0.1.0-test.2 (2019-11-13)


### Features

* scroll restoration ([#65](https://github.com/respond-framework/rudy/tree/master/packages/scroll-restorer/issues/65)) ([e326fd2](https://github.com/respond-framework/rudy/tree/master/packages/scroll-restorer/commit/e326fd2))


### BREAKING CHANGES

* scroll restoration is enabled by default

Fixes https://github.com/respond-framework/rudy/issues/62
4 changes: 2 additions & 2 deletions packages/scroll-restorer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@respond-framework/scroll-restorer",
"version": "0.1.0-test.1",
"version": "0.1.0-test.2",
"description": "Rudy middleware to restore scroll position after navigation",
"main": "cjs/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -39,6 +39,6 @@
"@respond-framework/types": "^0.1.1-test.1"
},
"devDependencies": {
"@respond-framework/types": "^0.1.1-test.1"
"@respond-framework/types": "^0.1.1-test.3"
}
}
18 changes: 18 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.1-test.3](https://github.com/respond-framework/rudy/tree/master/packages/types/compare/@respond-framework/[email protected]...@respond-framework/[email protected]) (2019-11-13)


### Features

* scroll restoration ([#65](https://github.com/respond-framework/rudy/tree/master/packages/types/issues/65)) ([e326fd2](https://github.com/respond-framework/rudy/tree/master/packages/types/commit/e326fd2))


### BREAKING CHANGES

* scroll restoration is enabled by default

Fixes https://github.com/respond-framework/rudy/issues/62





## 0.1.1-test.2 (2019-10-23)


Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@respond-framework/types",
"version": "0.1.1-test.2",
"version": "0.1.1-test.3",
"description": "Shared types for Rudy",
"rudy-src-main": "src/index.ts",
"types": "ts/index.d.ts",
Expand Down

0 comments on commit 6112289

Please sign in to comment.