maily 0.12.2 → 0.12.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1d38fbf8d086c1aade273877ebf112b0277001e6f6d585a63b86783086ac22c3
4
- data.tar.gz: c31053939be691ddc0870035ae244de39aa29a2b7346bf038ea330fcbc5ea89b
3
+ metadata.gz: cfc2eedacb505c46dcd6dbc2d7a3adc0f18605453b2850223c33f72b869df960
4
+ data.tar.gz: 386a9ed29e434baae292f7d60a1e4c16d1396fa759cb34fe78b9b292adece2d3
5
5
  SHA512:
6
- metadata.gz: eb6e44d06a0e7b8ea53d66b961d388254d6b789d2d1de2489ea9b4d93461c161534402dd6e4d91b2e4fb4061b4c64c7e63f130abdf3d7a6ab523003062ea5ffc
7
- data.tar.gz: a85efd1d8719d2adc5d9e312a061f2aa897506dedd47f82462f36fd86103133478851a3dd6af44dfa4d79e9d2e5eb7510b84d81d3f70269c1d7c6cc62889452e
6
+ metadata.gz: 1b420c74f8a2acba9875aa2dfc82524338b73f2f8b24dd161b72d8555bdd12af174d8cbef9e9ee8b52f73bf1ce56f4dfe60c2d4e4f61c6cd63e95a3c4a24725b
7
+ data.tar.gz: 58b51be5159cb954b3c5b21a36070903734f08c12cc7ddff94c7987cdf74953803e3afa199284f6eebb50d0434f6c2675c027860c275dcf24684fb95a2061cdd
@@ -2,6 +2,10 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ ## [0.12.3]
6
+
7
+ - Styles: fix input placeholder color in Firefox
8
+
5
9
  ## [0.12.2]
6
10
 
7
11
  - Refine logo and UI (#45)
@@ -135,6 +139,7 @@ All notable changes to this project will be documented in this file.
135
139
 
136
140
  - First real usable release :tada:
137
141
 
142
+ [0.12.3]: https://github.com/markets/maily/compare/v0.12.2...v0.12.3
138
143
  [0.12.2]: https://github.com/markets/maily/compare/v0.12.1...v0.12.2
139
144
  [0.12.1]: https://github.com/markets/maily/compare/v0.12.0...v0.12.1
140
145
  [0.12.0]: https://github.com/markets/maily/compare/v0.11.0...v0.12.0
@@ -30,7 +30,7 @@ input {
30
30
  ::-webkit-input-placeholder, ::-moz-placeholder {
31
31
  font-weight: 300;
32
32
  font-size: 0.8em;
33
- color: red;
33
+ color: $darkgrey;
34
34
  }
35
35
 
36
36
  /* Header */
@@ -1,3 +1,3 @@
1
1
  module Maily
2
- VERSION = "0.12.2"
2
+ VERSION = "0.12.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: maily
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.2
4
+ version: 0.12.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - markets
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-05-19 00:00:00.000000000 Z
11
+ date: 2020-05-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails