Skip to content

Commit e1a8ec5

Browse files
Publish
- @respond-framework/boilerplate@0.1.1-test.1 - integration-tests@1.0.1-test.1 - @respond-framework/link@0.1.1-test.1 - @respond-framework/middleware-change-page-title@1.0.1-test.1 - @respond-framework/rudy@0.1.1-test.1 - @respond-framework/utils@0.1.1-test.1
1 parent 4ee0198 commit e1a8ec5

12 files changed

Lines changed: 77 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.1 (2019-04-15)
7+
8+
**Note:** Version bump only for package @respond-framework/boilerplate
9+
10+
11+
12+
13+
614
## 0.1.1-test.0 (2018-11-05)
715

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

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.0",
4+
"version": "0.1.1-test.1",
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.0.0",
25-
"@respond-framework/link": "^0.1.1-test.0",
26-
"@respond-framework/rudy": "^0.1.1-test.0",
25+
"@respond-framework/link": "^0.1.1-test.1",
26+
"@respond-framework/rudy": "^0.1.1-test.1",
2727
"express": "^4.15.2",
2828
"react": "^16.1.1",
2929
"react-dom": "^16.1.1",

packages/integration-tests/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.1 (2019-04-15)
7+
8+
9+
### Features
10+
11+
* **transformations:** Various changes, documentation ([#24](https://github.com/respond-framework/rudy/tree/master/packages/integration-tests/issues/24)) ([c7c2320](https://github.com/respond-framework/rudy/tree/master/packages/integration-tests/commit/c7c2320))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* **transformations:** `fromPath` and `toPath` Have changed type signatures, and the defaults behave differently.
17+
18+
19+
20+
21+
622
## 1.0.1-test.0 (2018-11-05)
723

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

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

packages/link/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.1 (2019-04-15)
7+
8+
**Note:** Version bump only for package @respond-framework/link
9+
10+
11+
12+
13+
614
## 0.1.1-test.0 (2018-11-05)
715

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

packages/link/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/link",
3-
"version": "0.1.1-test.0",
3+
"version": "0.1.1-test.1",
44
"description": "React component to create links which dispatch rudy routing actions",
55
"main": "cjs/index.js",
66
"module": "es/index.js",

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.1 (2019-04-15)
7+
8+
**Note:** Version bump only for package @respond-framework/middleware-change-page-title
9+
10+
11+
12+
13+
614
## 1.0.1-test.0 (2018-11-05)
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.0",
3+
"version": "1.0.1-test.1",
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.0"
36+
"@respond-framework/utils": "^0.1.1-test.1"
3737
}
3838
}

packages/rudy/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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.1 (2019-04-15)
7+
8+
9+
### Features
10+
11+
* add options to the call middleware ([#17](https://github.com/respond-framework/rudy/tree/master/packages/rudy/issues/17)) ([4ee0198](https://github.com/respond-framework/rudy/tree/master/packages/rudy/commit/4ee0198))
12+
* **transformations:** Various changes, documentation ([#24](https://github.com/respond-framework/rudy/tree/master/packages/rudy/issues/24)) ([c7c2320](https://github.com/respond-framework/rudy/tree/master/packages/rudy/commit/c7c2320))
13+
14+
15+
### BREAKING CHANGES
16+
17+
* **transformations:** `fromPath` and `toPath` Have changed type signatures, and the defaults behave differently.
18+
19+
20+
21+
22+
623
## 0.1.1-test.0 (2018-11-05)
724

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

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.0",
3+
"version": "0.1.1-test.1",
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",
@@ -40,8 +40,8 @@
4040
},
4141
"homepage": "https://github.com/respond-framework/rudy",
4242
"dependencies": {
43-
"@respond-framework/middleware-change-page-title": "^1.0.1-test.0",
44-
"@respond-framework/utils": "^0.1.1-test.0",
43+
"@respond-framework/middleware-change-page-title": "^1.0.1-test.1",
44+
"@respond-framework/utils": "^0.1.1-test.1",
4545
"path-to-regexp": "^2.1.0",
4646
"prop-types": "^15.6.0",
4747
"qs": "^6.5.1",

0 commit comments

Comments
 (0)