Skip to content

Commit fdaba53

Browse files
Publish
- @respond-framework/boilerplate@0.1.1-test.4 - integration-tests@1.0.1-test.4 - @respond-framework/react@0.1.1-test.3 - @respond-framework/rudy@0.1.1-test.4
1 parent f6e06ad commit fdaba53

8 files changed

Lines changed: 72 additions & 7 deletions

File tree

packages/boilerplate/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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/compare/@respond-framework/boilerplate@0.1.1-test.3...@respond-framework/boilerplate@0.1.1-test.4) (2019-09-10)
7+
8+
9+
### Bug Fixes
10+
11+
* update dependencies with security vulnerabilities ([#47](https://github.com/respond-framework/rudy/issues/47)) ([3c18480](https://github.com/respond-framework/rudy/commit/3c18480))
12+
13+
14+
15+
16+
617
## [0.1.1-test.3](https://github.com/respond-framework/rudy/compare/@respond-framework/boilerplate@0.1.1-test.2...@respond-framework/boilerplate@0.1.1-test.3) (2019-06-07)
718

819

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.3",
4+
"version": "0.1.1-test.4",
55
"main": "server/index.js",
66
"author": "James Gillmore <james@faceyspacey.com>",
77
"license": "MIT",
@@ -22,8 +22,8 @@
2222
},
2323
"dependencies": {
2424
"@babel/polyfill": "^7.4.4",
25-
"@respond-framework/react": "^0.1.1-test.2",
26-
"@respond-framework/rudy": "^0.1.1-test.3",
25+
"@respond-framework/react": "^0.1.1-test.3",
26+
"@respond-framework/rudy": "^0.1.1-test.4",
2727
"express": "^4.15.2",
2828
"react": "^16.8.0",
2929
"react-dom": "^16.8.0",

packages/integration-tests/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,28 @@
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.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)
7+
8+
9+
### Bug Fixes
10+
11+
* update dependencies with security vulnerabilities ([#47](https://github.com/respond-framework/rudy/tree/master/packages/integration-tests/issues/47)) ([3c18480](https://github.com/respond-framework/rudy/tree/master/packages/integration-tests/commit/3c18480))
12+
* **history:** pushing/replacing a route sometimes resulted in a back/next action ([#56](https://github.com/respond-framework/rudy/tree/master/packages/integration-tests/issues/56)) ([f6e06ad](https://github.com/respond-framework/rudy/tree/master/packages/integration-tests/commit/f6e06ad))
13+
14+
15+
### BREAKING CHANGES
16+
17+
* **history:** dispatching a route that matches the previous/next route in the history stack is no longer reinterpreted as a back/next action
18+
* **history:** history functions `set`/`setParams`/`setState`/`setQuery`/`setHash`/`setBasename` no longer accept a function as an argument
19+
* **history:** history functions `set`/`setParams`/`setState`/`setQuery` no longer merge their arguments with the existing params/state/query
20+
* **history:** history functions `back`/`next`/`jump` no longer accept a state argument
21+
22+
Fixes https://github.com/respond-framework/rudy/issues/48
23+
24+
25+
26+
27+
628
## [1.0.1-test.3](https://github.com/respond-framework/rudy/tree/master/packages/integration-tests/compare/integration-tests@1.0.1-test.2...integration-tests@1.0.1-test.3) (2019-06-07)
729

830

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.3",
3+
"version": "1.0.1-test.4",
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.3",
18+
"@respond-framework/rudy": "^0.1.1-test.4",
1919
"react": "^16.4.2",
2020
"react-redux": "^7.1.0",
2121
"react-test-renderer": "^16.4.2",

packages/react/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.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)
7+
8+
9+
### Bug Fixes
10+
11+
* update dependencies with security vulnerabilities ([#47](https://github.com/respond-framework/rudy/tree/master/packages/react/issues/47)) ([3c18480](https://github.com/respond-framework/rudy/tree/master/packages/react/commit/3c18480))
12+
13+
14+
15+
16+
617
## 0.1.1-test.2 (2019-06-07)
718

819

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.2",
3+
"version": "0.1.1-test.3",
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: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@
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/rudy/compare/@respond-framework/rudy@0.1.1-test.3...@respond-framework/rudy@0.1.1-test.4) (2019-09-10)
7+
8+
9+
### Bug Fixes
10+
11+
* **history:** pushing/replacing a route sometimes resulted in a back/next action ([#56](https://github.com/respond-framework/rudy/tree/master/packages/rudy/issues/56)) ([f6e06ad](https://github.com/respond-framework/rudy/tree/master/packages/rudy/commit/f6e06ad))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* **history:** dispatching a route that matches the previous/next route in the history stack is no longer reinterpreted as a back/next action
17+
* **history:** history functions `set`/`setParams`/`setState`/`setQuery`/`setHash`/`setBasename` no longer accept a function as an argument
18+
* **history:** history functions `set`/`setParams`/`setState`/`setQuery` no longer merge their arguments with the existing params/state/query
19+
* **history:** history functions `back`/`next`/`jump` no longer accept a state argument
20+
21+
Fixes https://github.com/respond-framework/rudy/issues/48
22+
23+
24+
25+
26+
627
## [0.1.1-test.3](https://github.com/respond-framework/rudy/tree/master/packages/rudy/compare/@respond-framework/rudy@0.1.1-test.2...@respond-framework/rudy@0.1.1-test.3) (2019-06-07)
728

829

packages/rudy/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/rudy",
3-
"version": "0.1.1-test.3",
3+
"version": "0.1.1-test.4",
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",

0 commit comments

Comments
 (0)