Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit a678d17

Browse files
authored
Merge pull request #1239 from City-of-Helsinki/bumb-version-to-0.12.6
bump version
2 parents ce7e347 + b326f97 commit a678d17

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2+
# 0.12.6
3+
**MINOR CHANGES**
4+
- Update deps
15
# 0.12.1
26
**MINOR CHANGES**
37
- Enlarged font for danger type of notifications ([#1201](https://github.com/City-of-Helsinki/varaamo/pull/1201))

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "varaamo",
3-
"version": "0.12.5",
3+
"version": "0.12.6",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/City-of-Helsinki/varaamo"
@@ -92,8 +92,8 @@
9292
"@babel/preset-env": "7.3.1",
9393
"@babel/preset-react": "7.0.0",
9494
"@babel/register": "7.0.0",
95-
"@babel/eslint-parser":"7.15.8",
96-
"@babel/eslint-plugin":"7.14.5",
95+
"@babel/eslint-parser": "7.15.8",
96+
"@babel/eslint-plugin": "7.14.5",
9797
"autoprefixer": "9.4.7",
9898
"babel-jest": "^24.1.0",
9999
"babel-loader": "8.0.5",

src/domain/footer/__tests__/__snapshots__/Footer.test.js.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ exports[`domain/footer/Footer When there is no customization in use renders corr
5656
<span
5757
className="app-varaamo-version"
5858
>
59-
v0.12.5
59+
v0.12.6
6060
</span>
6161
</div>
6262
</Col>
@@ -121,7 +121,7 @@ exports[`domain/footer/Footer renders correctly 1`] = `
121121
<span
122122
className="app-varaamo-version"
123123
>
124-
v0.12.5
124+
v0.12.6
125125
</span>
126126
</div>
127127
</Col>

0 commit comments

Comments
 (0)