Skip to content

Commit cd6a697

Browse files
committed
1.1.0
1 parent 3f83d52 commit cd6a697

File tree

3 files changed

+16
-15
lines changed

3 files changed

+16
-15
lines changed

CHANGELOG.md

+13-12
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
99

10-
## v1.0.0 - 2020-11-17
10+
## [v1.1.0](https://github.com/oscarfonts/TMB-Icons/compare/v1.1.0...v1.1.0)
1111

1212
### Merged
1313

14-
- update spritezero-cli [`#1`](https://github.com/geomatico/TMB-Icons/pull/1)
14+
- TMB-68 | Add missing L10N and L10S icon combiations for link stations [`#9`](https://github.com/oscarfonts/TMB-Icons/pull/9)
15+
- 1.0.0 [`#7`](https://github.com/oscarfonts/TMB-Icons/pull/7)
16+
- update spritezero-cli [`#1`](https://github.com/oscarfonts/TMB-Icons/pull/1)
1517

1618
### Commits
1719

18-
- Release flow and reorganize repo [`1b5500a`](https://github.com/geomatico/TMB-Icons/commit/1b5500ab2ef61eff2a7175f5e1a5dd9deb1573e2)
19-
- First commit. SVG icons and MapboxGL sprites. [`e25efec`](https://github.com/geomatico/TMB-Icons/commit/e25efec08a423be8f00852c3ee55e9fc795dd3b0)
20-
- Optimize SVG logos to workaround rendering issues on mpbox sprite generation [`4691bd2`](https://github.com/geomatico/TMB-Icons/commit/4691bd205a7d8efe5685727fdd99fc8e11d156b2)
21-
- Include icons for link stations [`18ddfea`](https://github.com/geomatico/TMB-Icons/commit/18ddfea57ff6a3f6fed2355e05b986608b820c22)
22-
- Added icons for bus alterations: parada-anulada, parada-actual, parada-nova [`da96631`](https://github.com/geomatico/TMB-Icons/commit/da966316f7cae52362ac4a7c77f6b31ab2a0a493)
23-
- Renamed metro => acces, add elevator and acces-elevator, fixed some icon sizes [`dd4c8f7`](https://github.com/geomatico/TMB-Icons/commit/dd4c8f7f4bddcd35e92aa267aa0ab4a35ffa8431)
24-
- Icones línies bus H, V, D i convencionals [`7e396e3`](https://github.com/geomatico/TMB-Icons/commit/7e396e36f6e45a871b0a00767566bb9346909214)
25-
- Added L9S link stations [`e5ff2a9`](https://github.com/geomatico/TMB-Icons/commit/e5ff2a932c78240b5cb5f2e63c601ca28e3e5e09)
26-
- Icones retocades línies bus [`7dc307d`](https://github.com/geomatico/TMB-Icons/commit/7dc307d274fa5d580aec1486b64a42e9062583d5)
27-
- Generate PNG icons [`52aba33`](https://github.com/geomatico/TMB-Icons/commit/52aba330225b8d1a9b43dd0312b8ba78b719397d)
20+
- First commit. SVG icons and MapboxGL sprites. [`e25efec`](https://github.com/oscarfonts/TMB-Icons/commit/e25efec08a423be8f00852c3ee55e9fc795dd3b0)
21+
- Optimize SVG logos to workaround rendering issues on mpbox sprite generation [`4691bd2`](https://github.com/oscarfonts/TMB-Icons/commit/4691bd205a7d8efe5685727fdd99fc8e11d156b2)
22+
- Include icons for link stations [`18ddfea`](https://github.com/oscarfonts/TMB-Icons/commit/18ddfea57ff6a3f6fed2355e05b986608b820c22)
23+
- Added icons for bus alterations: parada-anulada, parada-actual, parada-nova [`da96631`](https://github.com/oscarfonts/TMB-Icons/commit/da966316f7cae52362ac4a7c77f6b31ab2a0a493)
24+
- Renamed metro => acces, add elevator and acces-elevator, fixed some icon sizes [`dd4c8f7`](https://github.com/oscarfonts/TMB-Icons/commit/dd4c8f7f4bddcd35e92aa267aa0ab4a35ffa8431)
25+
- Icones línies bus H, V, D i convencionals [`7e396e3`](https://github.com/oscarfonts/TMB-Icons/commit/7e396e36f6e45a871b0a00767566bb9346909214)
26+
- Added L9S link stations [`e5ff2a9`](https://github.com/oscarfonts/TMB-Icons/commit/e5ff2a932c78240b5cb5f2e63c601ca28e3e5e09)
27+
- Icones retocades línies bus [`7dc307d`](https://github.com/oscarfonts/TMB-Icons/commit/7dc307d274fa5d580aec1486b64a42e9062583d5)
28+
- Generate PNG icons [`52aba33`](https://github.com/oscarfonts/TMB-Icons/commit/52aba330225b8d1a9b43dd0312b8ba78b719397d)

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tmb-icons",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Icons for TMB-Barcelona",
55
"main": "dist/index.js",
66
"files": [
@@ -17,7 +17,7 @@
1717
"build-react": "npm run react && webpack --env prod",
1818
"gh-pages": "npm run build-static && gh-pages -d static",
1919
"version": "npm run build-static && npm run build-react && auto-changelog -p && git add CHANGELOG.md",
20-
"release": "git push --tags && npm pack && gh-release -y -a static/mapboxgl/sprites.json,static/mapboxgl/sprites.png,static/mapboxgl/[email protected],static/mapboxgl/[email protected],`ls -1 *.tgz`"
20+
"release": "git push --follow-tags && npm pack && gh-release -y -a *.tgz"
2121
},
2222
"auto-changelog": {
2323
"template": "keepachangelog",

0 commit comments

Comments
 (0)