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]
 - @respond-framework/[email protected]
  • Loading branch information
hedgepigdaniel committed Oct 16, 2019
1 parent 3abd2b1 commit a3b6e2b
Show file tree
Hide file tree
Showing 12 changed files with 94 additions and 12 deletions.
8 changes: 8 additions & 0 deletions packages/boilerplate/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.1-test.5](https://github.com/hedgepigdaniel/rudy/compare/@respond-framework/[email protected]...@respond-framework/[email protected]) (2019-10-16)

**Note:** Version bump only for package @respond-framework/boilerplate





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


Expand Down
6 changes: 3 additions & 3 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.4",
"version": "0.1.1-test.5",
"main": "server/index.js",
"author": "James Gillmore <[email protected]>",
"license": "MIT",
Expand All @@ -21,8 +21,8 @@
"lint": "eslint ."
},
"dependencies": {
"@respond-framework/react": "^0.1.1-test.3",
"@respond-framework/rudy": "^0.1.1-test.4",
"@respond-framework/react": "^0.1.1-test.4",
"@respond-framework/rudy": "^0.1.1-test.5",
"core-js": "^3.2.1",
"express": "^4.15.2",
"react": "^16.8.0",
Expand Down
19 changes: 19 additions & 0 deletions packages/integration-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
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.5](https://github.com/respond-framework/rudy/tree/master/packages/integration-tests/compare/[email protected]@1.0.1-test.5) (2019-10-16)


### Bug Fixes

* **history:** store index of current history stack entry in the browser location state ([#61](https://github.com/respond-framework/rudy/tree/master/packages/integration-tests/issues/61)) ([3abd2b1](https://github.com/respond-framework/rudy/tree/master/packages/integration-tests/commit/3abd2b1))


### BREAKING CHANGES

* **history:** browsers that don't support the history API or session storage are no longer supported at all. In practice this means IE9 is no longer supported.
* **history:** future entries in the history stack remain even if the user has since navigated from a previous entry to an external site (because they are no longer removed when they are potentially still the future entries in the browser stack)

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





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


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.4",
"version": "1.0.1-test.5",
"description": "Integration tests for the respond framework",
"main": "index.js",
"repository": "https://github.com/respond-framework/rudy/tree/master/packages/integration-tests",
Expand All @@ -15,7 +15,7 @@
"lint": "eslint --config ../../.eslintrc.js --ignore-path ../../.eslintignore . || true"
},
"dependencies": {
"@respond-framework/rudy": "^0.1.1-test.4",
"@respond-framework/rudy": "^0.1.1-test.5",
"react": "^16.4.2",
"react-redux": "^7.1.0",
"react-test-renderer": "^16.4.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/middleware-change-page-title/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.2](https://github.com/respond-framework/rudy/tree/master/packages/middleware-change-page-title/compare/@respond-framework/[email protected]...@respond-framework/[email protected]) (2019-10-16)

**Note:** Version bump only for package @respond-framework/middleware-change-page-title





## 1.0.1-test.1 (2019-04-15)

**Note:** Version bump only for package @respond-framework/middleware-change-page-title
Expand Down
4 changes: 2 additions & 2 deletions packages/middleware-change-page-title/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@respond-framework/middleware-change-page-title",
"version": "1.0.1-test.1",
"version": "1.0.1-test.2",
"description": "Rudy middleware to synchronise the browser page title with redux state",
"main": "cjs/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -33,6 +33,6 @@
"test": "jest --config ../../jest.config.js --rootDir ."
},
"dependencies": {
"@respond-framework/utils": "^0.1.1-test.1"
"@respond-framework/utils": "^0.1.1-test.2"
}
}
19 changes: 19 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
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.4](https://github.com/respond-framework/rudy/tree/master/packages/react/compare/@respond-framework/[email protected]...@respond-framework/[email protected]) (2019-10-16)


### Bug Fixes

* **history:** store index of current history stack entry in the browser location state ([#61](https://github.com/respond-framework/rudy/tree/master/packages/react/issues/61)) ([3abd2b1](https://github.com/respond-framework/rudy/tree/master/packages/react/commit/3abd2b1))


### BREAKING CHANGES

* **history:** browsers that don't support the history API or session storage are no longer supported at all. In practice this means IE9 is no longer supported.
* **history:** future entries in the history stack remain even if the user has since navigated from a previous entry to an external site (because they are no longer removed when they are potentially still the future entries in the browser stack)

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





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


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": "@respond-framework/react",
"version": "0.1.1-test.3",
"version": "0.1.1-test.4",
"description": "React component to create links which dispatch rudy routing actions",
"main": "cjs/index.js",
"module": "es/index.js",
Expand Down
20 changes: 20 additions & 0 deletions packages/rudy/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
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.5](https://github.com/respond-framework/rudy/tree/master/packages/rudy/compare/@respond-framework/[email protected]...@respond-framework/[email protected]) (2019-10-16)


### Bug Fixes

* **history:** delete console.log from BrowserHistory ([#58](https://github.com/respond-framework/rudy/tree/master/packages/rudy/issues/58)) ([4d1a4e4](https://github.com/respond-framework/rudy/tree/master/packages/rudy/commit/4d1a4e4)), closes [#46](https://github.com/respond-framework/rudy/tree/master/packages/rudy/issues/46)
* **history:** store index of current history stack entry in the browser location state ([#61](https://github.com/respond-framework/rudy/tree/master/packages/rudy/issues/61)) ([3abd2b1](https://github.com/respond-framework/rudy/tree/master/packages/rudy/commit/3abd2b1))


### BREAKING CHANGES

* **history:** browsers that don't support the history API or session storage are no longer supported at all. In practice this means IE9 is no longer supported.
* **history:** future entries in the history stack remain even if the user has since navigated from a previous entry to an external site (because they are no longer removed when they are potentially still the future entries in the browser stack)

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





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


Expand Down
6 changes: 3 additions & 3 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.4",
"version": "0.1.1-test.5",
"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 @@ -38,8 +38,8 @@
},
"homepage": "https://github.com/respond-framework/rudy",
"dependencies": {
"@respond-framework/middleware-change-page-title": "^1.0.1-test.1",
"@respond-framework/utils": "^0.1.1-test.1",
"@respond-framework/middleware-change-page-title": "^1.0.1-test.2",
"@respond-framework/utils": "^0.1.1-test.2",
"path-to-regexp": "^2.1.0",
"prop-types": "^15.6.0",
"qs": "^6.5.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/utils/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.1-test.2](https://github.com/respond-framework/rudy/tree/master/packages/utils/compare/@respond-framework/[email protected]...@respond-framework/[email protected]) (2019-10-16)

**Note:** Version bump only for package @respond-framework/utils





## 0.1.1-test.1 (2019-04-15)

**Note:** Version bump only for package @respond-framework/utils
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@respond-framework/utils",
"version": "0.1.1-test.1",
"version": "0.1.1-test.2",
"description": "Shared utilities for rudy",
"main": "cjs/index.js",
"module": "es/index.js",
Expand Down

0 comments on commit a3b6e2b

Please sign in to comment.