@activecampaign/camp-space
Advanced tools
Comparing version 0.6.1 to 0.7.0
@@ -6,2 +6,22 @@ # Change Log | ||
# 0.7.0 (2019-09-06) | ||
### Bug Fixes | ||
* **camp-space:** add rimraf devdependency ([e13da36](http://gitlab.devops.app-us1.com/front-end/camp/commit/e13da36)) | ||
* **camp-space:** rename to lowercase package ([11e5f28](http://gitlab.devops.app-us1.com/front-end/camp/commit/11e5f28)) | ||
* update npm publishing and release script ([3ac0876](http://gitlab.devops.app-us1.com/front-end/camp/commit/3ac0876)) | ||
### Features | ||
* **camp-space:** add system-ui configuration ([94be8c0](http://gitlab.devops.app-us1.com/front-end/camp/commit/94be8c0)) | ||
* **camp-space:** init new package ([8b56e36](http://gitlab.devops.app-us1.com/front-end/camp/commit/8b56e36)) | ||
* **camp-space:** update spacing token values ([9504723](http://gitlab.devops.app-us1.com/front-end/camp/commit/9504723)) | ||
# 0.6.0 (2019-09-03) | ||
@@ -8,0 +28,0 @@ |
module.exports = { | ||
SPACE_BASE_SCALE: "4px", | ||
SPACE_BASE_REM: "16px", | ||
SPACE_SCALE_0: 0, | ||
@@ -4,0 +5,0 @@ SPACE_SCALE_20: 0.5, |
export const SPACE_BASE_SCALE = "4px"; | ||
export const SPACE_BASE_REM = "16px"; | ||
export const SPACE_SCALE_0 = 0; | ||
@@ -21,2 +22,3 @@ export const SPACE_SCALE_20 = 0.5; | ||
SPACE_BASE_SCALE, | ||
SPACE_BASE_REM, | ||
SPACE_SCALE_0, | ||
@@ -23,0 +25,0 @@ SPACE_SCALE_20, |
{ | ||
"name": "@activecampaign/camp-space", | ||
"version": "0.6.1", | ||
"version": "0.7.0", | ||
"description": "ActiveCampaign Space Tokens", | ||
@@ -21,5 +21,6 @@ "main": "dist/camp-space.scss", | ||
"devDependencies": { | ||
"@activecampaign/camp-utility": "^0.4.1", | ||
"@activecampaign/camp-utility": "^0.5.0", | ||
"rimraf": "^2.6.3" | ||
} | ||
}, | ||
"gitHead": "76356ed0b386db2d0edbc1601f34ca502725ec3b" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
7234
8
93
0