Skip to content

Commit 9981220

Browse files
committed
v1.2.4
1 parent 28192bc commit 9981220

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# CHANGELOG
22

3+
## 1.2.4 (2017-03-20)
4+
5+
- Fixed a bug where initialiseAllContainers didn't trigger adjust calls on dom
6+
load
7+
38
## 1.2.3 (2017-03-03)
49

510
- Made the runtime work with an invalid config

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zeecoder/container-query",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
44
"description": "A PostCSS plugin and Javascript runtime combination, which allows you to write @container queries in your CSS the same way you would write @media queries.",
55
"main": "index.js",
66
"author": "Viktor Hubert <[email protected]>",

0 commit comments

Comments
 (0)