From 56751e0abee0e2f8ee95c18b4d39609687170520 Mon Sep 17 00:00:00 2001 From: Ned Zimmerman Date: Tue, 2 Jun 2020 12:20:27 -0600 Subject: [PATCH] chore(release): 1.0.0-beta.2 --- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cee511d..1b988765 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.0.0-beta.2](https://github.com/platform-coop-toolkit/pinecone/compare/1.0.0-beta.1...1.0.0-beta.2) (2020-06-02) + + +### ⚠ BREAKING CHANGES + +* add comprehensive Django support to inputs (#376) + +### Features + +* add comprehensive Django support to inputs ([#376](https://github.com/platform-coop-toolkit/pinecone/issues/376)) ([675b165](https://github.com/platform-coop-toolkit/pinecone/commit/675b165f8442a734a9e63130a36914a5b271354f)) +* add social icons (resolves [#269](https://github.com/platform-coop-toolkit/pinecone/issues/269)) ([#351](https://github.com/platform-coop-toolkit/pinecone/issues/351)) ([2e2be16](https://github.com/platform-coop-toolkit/pinecone/commit/2e2be16316ae0ed6d4b8aba3322a0ee3708166ae)) +* use appearance to style radio buttons and checkboxes ([#357](https://github.com/platform-coop-toolkit/pinecone/issues/357)) ([06d95df](https://github.com/platform-coop-toolkit/pinecone/commit/06d95df9218f4db7adc092568f34d82e81b3ed05)) + ## [1.0.0-beta.1](https://github.com/platform-coop-toolkit/pinecone/compare/1.0.0-alpha.14...1.0.0-beta.1) (2020-05-21) diff --git a/package-lock.json b/package-lock.json index a90ecc72..1c2710f8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@platform-coop-toolkit/pinecone", - "version": "1.0.0-beta.1", + "version": "1.0.0-beta.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e1cff0fd..ee7fea0e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@platform-coop-toolkit/pinecone", - "version": "1.0.0-beta.1", + "version": "1.0.0-beta.2", "description": "Styleguide and pattern library for the Platform Cooperativism Consortium and the Platform Co-op Resource Library.", "scripts": { "assets:development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",