From 435997595aec801ee8ee23d2c6ebf1888be6dea3 Mon Sep 17 00:00:00 2001 From: The-Code-Monkey Date: Fri, 16 Jun 2023 20:06:52 +0000 Subject: [PATCH] Publish - @techstack/styled-system@1.0.1 --- packages/styled-system/CHANGELOG.md | 13 +++++++++++++ packages/styled-system/package.json | 6 +++--- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/packages/styled-system/CHANGELOG.md b/packages/styled-system/CHANGELOG.md index a47afe2a..c6d07a19 100644 --- a/packages/styled-system/CHANGELOG.md +++ b/packages/styled-system/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.1](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/styled-system@0.4.136...@techstack/styled-system@1.0.1) (2023-06-16) + + +### Bug Fixes + +* add a little test to check parser in v6 styled-components ([c7e121e](https://github.com/The-Code-Monkey/TechStack/commit/c7e121e2d65e2f9fc380723fb29dc848b9306de4)) +* linting ([c933112](https://github.com/The-Code-Monkey/TechStack/commit/c933112ae4feda57d2c60097014a89cffe28013a)) +* update to V1 ([679aa68](https://github.com/The-Code-Monkey/TechStack/commit/679aa68629c7f55c2b5f1cd2410a6340edc5be2e)) + + + + + ## [0.4.136](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/styled-system@0.4.135...@techstack/styled-system@0.4.136) (2023-06-16) **Note:** Version bump only for package @techstack/styled-system diff --git a/packages/styled-system/package.json b/packages/styled-system/package.json index 976a40ed..f5d5ba05 100644 --- a/packages/styled-system/package.json +++ b/packages/styled-system/package.json @@ -1,5 +1,5 @@ { - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "name": "@techstack/styled-system", "homepage": "https://github.com/The-Code-Monkey/TechStack/blob/dev/packages/styled-system/README.md", @@ -54,10 +54,10 @@ "@types/jest": "29.5.2", "jest": "29.5.0", "size-limit": "8.2.4", + "styled-components": "6.0.0-rc.3", "ts-jest": "29.1.0", "tslib": "2.5.3", - "typescript": "5.1.3", - "styled-components": "6.0.0-rc.3" + "typescript": "5.1.3" }, "dependencies": { "@emotion/is-prop-valid": "1.2.1",