Skip to content

Commit a3b6e2b

Browse files
Publish
- @respond-framework/boilerplate@0.1.1-test.5 - integration-tests@1.0.1-test.5 - @respond-framework/middleware-change-page-title@1.0.1-test.2 - @respond-framework/react@0.1.1-test.4 - @respond-framework/rudy@0.1.1-test.5 - @respond-framework/utils@0.1.1-test.2
1 parent 3abd2b1 commit a3b6e2b

12 files changed

Lines changed: 94 additions & 12 deletions

File tree

packages/boilerplate/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.1.1-test.5](https://github.com/hedgepigdaniel/rudy/compare/@respond-framework/boilerplate@0.1.1-test.4...@respond-framework/boilerplate@0.1.1-test.5) (2019-10-16)
7+
8+
**Note:** Version bump only for package @respond-framework/boilerplate
9+
10+
11+
12+
13+
614
## [0.1.1-test.4](https://github.com/respond-framework/rudy/compare/@respond-framework/boilerplate@0.1.1-test.3...@respond-framework/boilerplate@0.1.1-test.4) (2019-09-10)
715

816

packages/boilerplate/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@respond-framework/boilerplate",
33
"description": "Universal Rudy Demo",
4-
"version": "0.1.1-test.4",
4+
"version": "0.1.1-test.5",
55
"main": "server/index.js",
66
"author": "James Gillmore <james@faceyspacey.com>",
77
"license": "MIT",
@@ -21,8 +21,8 @@
2121
"lint": "eslint ."
2222
},
2323
"dependencies": {
24-
"@respond-framework/react": "^0.1.1-test.3",
25-
"@respond-framework/rudy": "^0.1.1-test.4",
24+
"@respond-framework/react": "^0.1.1-test.4",
25+
"@respond-framework/rudy": "^0.1.1-test.5",
2626
"core-js": "^3.2.1",
2727
"express": "^4.15.2",
2828
"react": "^16.8.0",

packages/integration-tests/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.1-test.5](https://github.com/respond-framework/rudy/tree/master/packages/integration-tests/compare/integration-tests@1.0.1-test.4...integration-tests@1.0.1-test.5) (2019-10-16)
7+
8+
9+
### Bug Fixes
10+
11+
* **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))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* **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.
17+
* **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)
18+
19+
Fixes https://github.com/respond-framework/rudy/issues/59
20+
21+
22+
23+
24+
625
## [1.0.1-test.4](https://github.com/respond-framework/rudy/tree/master/packages/integration-tests/compare/integration-tests@1.0.1-test.3...integration-tests@1.0.1-test.4) (2019-09-10)
726

827

packages/integration-tests/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "integration-tests",
3-
"version": "1.0.1-test.4",
3+
"version": "1.0.1-test.5",
44
"description": "Integration tests for the respond framework",
55
"main": "index.js",
66
"repository": "https://github.com/respond-framework/rudy/tree/master/packages/integration-tests",
@@ -15,7 +15,7 @@
1515
"lint": "eslint --config ../../.eslintrc.js --ignore-path ../../.eslintignore . || true"
1616
},
1717
"dependencies": {
18-
"@respond-framework/rudy": "^0.1.1-test.4",
18+
"@respond-framework/rudy": "^0.1.1-test.5",
1919
"react": "^16.4.2",
2020
"react-redux": "^7.1.0",
2121
"react-test-renderer": "^16.4.2",

packages/middleware-change-page-title/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.1-test.2](https://github.com/respond-framework/rudy/tree/master/packages/middleware-change-page-title/compare/@respond-framework/middleware-change-page-title@1.0.1-test.1...@respond-framework/middleware-change-page-title@1.0.1-test.2) (2019-10-16)
7+
8+
**Note:** Version bump only for package @respond-framework/middleware-change-page-title
9+
10+
11+
12+
13+
614
## 1.0.1-test.1 (2019-04-15)
715

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

packages/middleware-change-page-title/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@respond-framework/middleware-change-page-title",
3-
"version": "1.0.1-test.1",
3+
"version": "1.0.1-test.2",
44
"description": "Rudy middleware to synchronise the browser page title with redux state",
55
"main": "cjs/index.js",
66
"module": "es/index.js",
@@ -33,6 +33,6 @@
3333
"test": "jest --config ../../jest.config.js --rootDir ."
3434
},
3535
"dependencies": {
36-
"@respond-framework/utils": "^0.1.1-test.1"
36+
"@respond-framework/utils": "^0.1.1-test.2"
3737
}
3838
}

packages/react/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.1.1-test.4](https://github.com/respond-framework/rudy/tree/master/packages/react/compare/@respond-framework/react@0.1.1-test.3...@respond-framework/react@0.1.1-test.4) (2019-10-16)
7+
8+
9+
### Bug Fixes
10+
11+
* **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))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* **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.
17+
* **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)
18+
19+
Fixes https://github.com/respond-framework/rudy/issues/59
20+
21+
22+
23+
24+
625
## [0.1.1-test.3](https://github.com/respond-framework/rudy/tree/master/packages/react/compare/@respond-framework/react@0.1.1-test.2...@respond-framework/react@0.1.1-test.3) (2019-09-10)
726

827

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@respond-framework/react",
3-
"version": "0.1.1-test.3",
3+
"version": "0.1.1-test.4",
44
"description": "React component to create links which dispatch rudy routing actions",
55
"main": "cjs/index.js",
66
"module": "es/index.js",

packages/rudy/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.1.1-test.5](https://github.com/respond-framework/rudy/tree/master/packages/rudy/compare/@respond-framework/rudy@0.1.1-test.4...@respond-framework/rudy@0.1.1-test.5) (2019-10-16)
7+
8+
9+
### Bug Fixes
10+
11+
* **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)
12+
* **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))
13+
14+
15+
### BREAKING CHANGES
16+
17+
* **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.
18+
* **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)
19+
20+
Fixes https://github.com/respond-framework/rudy/issues/59
21+
22+
23+
24+
25+
626
## [0.1.1-test.4](https://github.com/respond-framework/rudy/tree/master/packages/rudy/compare/@respond-framework/rudy@0.1.1-test.3...@respond-framework/rudy@0.1.1-test.4) (2019-09-10)
727

828

packages/rudy/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@respond-framework/rudy",
3-
"version": "0.1.1-test.4",
3+
"version": "0.1.1-test.5",
44
"description": "think of your app in states not routes (and, yes, while keeping the address bar in sync)",
55
"main": "dist/index.js",
66
"module": "es/index.js",
@@ -38,8 +38,8 @@
3838
},
3939
"homepage": "https://github.com/respond-framework/rudy",
4040
"dependencies": {
41-
"@respond-framework/middleware-change-page-title": "^1.0.1-test.1",
42-
"@respond-framework/utils": "^0.1.1-test.1",
41+
"@respond-framework/middleware-change-page-title": "^1.0.1-test.2",
42+
"@respond-framework/utils": "^0.1.1-test.2",
4343
"path-to-regexp": "^2.1.0",
4444
"prop-types": "^15.6.0",
4545
"qs": "^6.5.1",

0 commit comments

Comments
 (0)