From 9005fb98889d8df108978c7176aaefc596bc4078 Mon Sep 17 00:00:00 2001 From: Dennis Ostendorf Date: Wed, 6 Jan 2021 16:26:11 +0100 Subject: [PATCH] chore: prepare next release --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8976ccc..e32ea0c 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ This styling package comes with two utilities. - [x] Create focus styles - [ ] Review which kind of license makes sense - [ ] Create demo site or section in README for theme options (e.g. color shades) -- [ ] Publish theme as a package +- [x] Publish theme as a package - [ ] Test utilities in other codebases (React, 11ty, etc.) For later: diff --git a/package.json b/package.json index c57cc13..f0d2f5d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@technologiestiftung/citylab-berlin-theme", - "version": "0.0.3", + "version": "0.0.4", "description": "TailwindCSS utilities for styling CityLAB Berlin websites and apps", "main": "index.js", "scripts": {