Joost De Cock
8f31a19d92
🔧 Reconfigure packages
2019-05-03 16:53:21 +02:00
Joost De Cock
d5a471ce0e
🔖 Publish v2.0.0-alpha.17
2019-05-03 14:21:48 +02:00
Joost De Cock
39309e9f5e
🔧 Reconfigure packages
2019-05-03 14:21:38 +02:00
Joost De Cock
464c65db1f
🔖 Publish v2.0.0-alpha.16
2019-05-03 13:35:20 +02:00
Joost De Cock
0b17cc1169
🔧 Reconfigure packages
2019-05-03 13:35:07 +02:00
Joost De Cock
bad214f27b
🔖 Publish v2.0.0-alpha.15
2019-05-03 13:24:14 +02:00
Joost De Cock
5108e50a3d
🔧 Reconfigure packages
2019-05-03 13:23:51 +02:00
Joost De Cock
7b3f95872b
🔖 Publish v2.0.0-alpha.14
2019-05-03 12:28:20 +02:00
Joost De Cock
637683a14f
🔧 Reconfigure packages
2019-05-03 12:27:53 +02:00
Joost De Cock
55f8d0e6d9
🔖 Publish v2.0.0-alpha.13
2019-05-03 10:14:03 +02:00
Joost De Cock
dd268c5863
🔧 Reconfigure packages
2019-05-03 10:13:51 +02:00
Joost De Cock
108dbc7a81
🔖 Publish v2.0.0-alpha.12
2019-05-03 10:07:37 +02:00
Joost De Cock
4970c36021
🔧 Reconfigure packages
2019-05-03 10:07:11 +02:00
Joost De Cock
50f2e8ac8a
🔖 Publish v2.0.0-alpha.11
2019-05-02 21:21:05 +02:00
Joost De Cock
143ab0d4cc
🔧 Reconfigure packages
2019-05-02 21:20:40 +02:00
Joost De Cock
116b94b0f2
🔖 Publish v2.0.0-alpha.10
2019-05-02 19:36:56 +02:00
Joost De Cock
c377171253
🚧 Bumping alpha version
2019-05-02 19:36:42 +02:00
Joost De Cock
6f77c4bdce
🔖 Publish v2.0.0-alpha.5
2019-05-02 14:33:56 +02:00
Joost De Cock
bb331a0964
🔧 Switched to default export for patterns
2019-05-02 14:33:34 +02:00
Joost De Cock
2008aed4d1
🔖 Publish v2.0.0-alpha.4
2019-05-02 12:41:01 +02:00
Joost De Cock
bca5deedb3
🚧 Bumping alpha pre-release
2019-05-02 12:40:03 +02:00
Joost De Cock
bf63f6870f
🔖 Publish v2.0.0-alpha.3
2019-05-01 10:44:31 +02:00
Joost De Cock
9d54e25020
🚧 Work on React components and releases
2019-04-30 16:20:43 +02:00
Joost De Cock
10fc688be1
🔖 v2.0.0-alpha.2
2019-04-29 11:31:44 +02:00
Joost De Cock
aec02a3554
🔖 Publish v2.0.0-alpha.2
2019-04-29 11:29:43 +02:00
Joost De Cock
5cbf140459
🚧 Beating Lerna publishing into submission
2019-04-29 11:29:18 +02:00
Joost De Cock
ee46f5da1e
🔖 Publish v2.0.0-alpha.1
2019-04-29 11:22:53 +02:00
Joost De Cock
2991811ad6
🔖 Publish v2.0.0-alpha.0
2019-04-29 11:21:18 +02:00
Joost De Cock
7a0dfdce38
🚧 Reconfigure
2019-04-29 11:12:41 +02:00
Joost De Cock
d837e54990
🔖 Publish v2.0.0-alpha.0
2019-04-29 10:47:02 +02:00
Joost De Cock
ea41dc0106
🚧 Ongoing work on components and pattern info
2019-04-29 09:01:51 +02:00
Joost De Cock
067338271d
🚧 Tweaks to READMEs
2019-04-21 12:57:12 +02:00
Joost De Cock
99f1327015
🔥 Cleanup and reduced log output
2019-04-20 19:50:37 +02:00
Joost De Cock
0461c64b9a
🚧 Handling of package.json exceptions
2019-04-20 19:23:22 +02:00
Joost De Cock
daf65326ae
🚧 Added verdaccio as mock local registry
2019-04-20 15:36:31 +02:00
Joost De Cock
51e3aa83ce
🔧 Changes badges layout in READMEs
2019-04-19 20:48:29 +02:00
Joost De Cock
1fd46554af
🔧 Switched to centrally managed README files
2019-04-19 20:09:30 +02:00
Joost De Cock
a3ff3a7462
🔧 Centrally confifured package and rollup files
2019-04-19 17:31:44 +02:00
Joost De Cock
74e8ef991c
🔖 Publish v0.33.0
2019-04-19 10:16:29 +02:00
Joost De Cock
7ed2d934f2
🔧 Switched to yarn workspaces
2019-04-19 09:53:40 +02:00
Joost De Cock
db3d4df922
chore(release): publish
2019-04-19 08:58:45 +02:00
Joost De Cock
9e345bf709
bookmark: v0.11.0
2019-04-19 08:23:01 +02:00
Joost De Cock
0afbb3c84d
wrench: Updated rollup config
2019-04-19 08:23:01 +02:00
Joost De Cock
7695d738c2
wrench: Updated rollup configuration
...
This updates the rollup config to avoid having the spread operator
in the generated code as that causes issues when people want to
bundle our code with webpack (which doesn't support the spread
operator for object literals).
This also changes the browserbuild script to avoid issues for people
running this on Windows. Hat-tip to @philltew for this one.
Note that this is the first plugin where I'm updating the rollup
config. I'll have to do the same for all plugins and patterns,
but it's unlikely I'll write this long a commit message for each
one of them :)
2019-04-19 08:23:01 +02:00
Joost De Cock
9e12c25af4
bookmark: v0.10.0
2019-04-19 08:23:00 +02:00
Joost De Cock
30dc6c3bb2
sparkles: Added support for scale and rotation
2019-04-19 08:23:00 +02:00
Joost De Cock
31d5062e2a
bookmark: v0.9.1
2019-04-19 08:23:00 +02:00
Joost De Cock
faedf4869e
sparkles: Switched to attribute.set() for version info
2019-04-19 08:23:00 +02:00
Joost De Cock
dc91275c9a
bookmark: v0.9.0
2019-04-19 08:23:00 +02:00
Joost De Cock
a9dec1a70c
fire: Removed babelrc file
2019-04-19 08:23:00 +02:00