Skip to content

Commit d8dd938

Browse files
chore: release v15.1.1
1 parent 8698fb9 commit d8dd938

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+333
-91
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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+
## [15.1.1](https://github.com/xing/hops/compare/v15.1.0...v15.1.1) (2022-02-17)
7+
8+
9+
### Bug Fixes
10+
11+
* **styled-components:** pin babel-plugin-styled-components to v1.12.1 ([1ac6fa9](https://github.com/xing/hops/commit/1ac6fa9d3e03c7d9fae7325d28b0e0be6e09fa03))
12+
* update dependency postcss-preset-env to v7 ([5db06ac](https://github.com/xing/hops/commit/5db06acc89ca93d20968a36c4263b4d8fd40798f))
13+
14+
15+
16+
17+
618
# [15.1.0](https://github.com/xing/hops/compare/v15.0.2...v15.1.0) (2022-02-16)
719

820

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"npmClient": "yarn",
33
"useWorkspaces": true,
4-
"version": "15.1.0",
4+
"version": "15.1.1",
55
"registry": "https://registry.npmjs.org/",
66
"command": {
77
"version": {

packages/apollo-mock-server/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+
## [15.1.1](https://github.com/xing/hops/compare/v15.1.0...v15.1.1) (2022-02-17)
7+
8+
**Note:** Version bump only for package hops-apollo-mock-server
9+
10+
11+
12+
13+
614
# [15.1.0](https://github.com/xing/hops/compare/v15.0.2...v15.1.0) (2022-02-16)
715

816
**Note:** Version bump only for package hops-apollo-mock-server

packages/apollo-mock-server/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hops-apollo-mock-server",
3-
"version": "15.1.0",
3+
"version": "15.1.1",
44
"description": "Apollo based mock server for Hops",
55
"keywords": [
66
"hops",
@@ -28,9 +28,9 @@
2828
"express": "^4.17.1",
2929
"graphql": "^15.0.0",
3030
"graphql-tag": "^2.12.3",
31-
"hops-config": "15.1.0",
32-
"hops-mixin": "15.1.0",
33-
"hops-webpack": "15.1.0"
31+
"hops-config": "15.1.1",
32+
"hops-mixin": "15.1.1",
33+
"hops-webpack": "15.1.1"
3434
},
3535
"homepage": "https://github.com/xing/hops/tree/master/packages/graphql#readme",
3636
"gitHead": "015197ee2f876911d9fa781cac1777ebed405015"

packages/bootstrap/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+
## [15.1.1](https://github.com/xing/hops/compare/v15.1.0...v15.1.1) (2022-02-17)
7+
8+
**Note:** Version bump only for package hops-bootstrap
9+
10+
11+
12+
13+
614
# [15.1.0](https://github.com/xing/hops/compare/v15.0.2...v15.1.0) (2022-02-16)
715

816
**Note:** Version bump only for package hops-bootstrap

packages/bootstrap/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hops-bootstrap",
3-
"version": "15.1.0",
3+
"version": "15.1.1",
44
"description": "Hops bootstrap",
55
"repository": {
66
"type": "git",
@@ -21,7 +21,7 @@
2121
"escape-string-regexp": "^4.0.0",
2222
"find-up": "^5.0.0",
2323
"flat": "^5.0.0",
24-
"hops-debug": "15.1.0",
24+
"hops-debug": "15.1.1",
2525
"is-plain-obj": "^3.0.0",
2626
"mixinable": "^5.0.1"
2727
},

packages/config/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+
## [15.1.1](https://github.com/xing/hops/compare/v15.1.0...v15.1.1) (2022-02-17)
7+
8+
**Note:** Version bump only for package hops-config
9+
10+
11+
12+
13+
614
# [15.1.0](https://github.com/xing/hops/compare/v15.0.2...v15.1.0) (2022-02-16)
715

816
**Note:** Version bump only for package hops-config

packages/config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hops-config",
3-
"version": "15.1.0",
3+
"version": "15.1.1",
44
"description": "Hops core configuration",
55
"keywords": [
66
"hops",
@@ -21,7 +21,7 @@
2121
},
2222
"dependencies": {
2323
"depd": "^2.0.0",
24-
"hops-bootstrap": "15.1.0"
24+
"hops-bootstrap": "15.1.1"
2525
},
2626
"homepage": "https://github.com/xing/hops/tree/master/packages/config#readme",
2727
"gitHead": "015197ee2f876911d9fa781cac1777ebed405015"

packages/create-hops-app/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+
## [15.1.1](https://github.com/xing/hops/compare/v15.1.0...v15.1.1) (2022-02-17)
7+
8+
**Note:** Version bump only for package create-hops-app
9+
10+
11+
12+
13+
614
# [15.1.0](https://github.com/xing/hops/compare/v15.0.2...v15.1.0) (2022-02-16)
715

816
**Note:** Version bump only for package create-hops-app

packages/create-hops-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-hops-app",
3-
"version": "15.1.0",
3+
"version": "15.1.1",
44
"description": "CLI tool to create Hops applications",
55
"keywords": [
66
"hops",

0 commit comments

Comments
 (0)