@atlaskit/section-message
Advanced tools
Comparing version 4.0.6 to 4.0.7
@@ -5,3 +5,3 @@ [ | ||
"package": "@atlaskit/section-message", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"dependent": true, | ||
@@ -18,3 +18,3 @@ "id": "src.main", | ||
"package": "@atlaskit/section-message", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"dependent": true, | ||
@@ -31,3 +31,3 @@ "id": "node_modules.main", | ||
"package": "@atlaskit/section-message", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"dependent": true, | ||
@@ -37,4 +37,4 @@ "id": "atlaskit.core.main", | ||
"stats": { | ||
"size": 51176, | ||
"gzipSize": 13053 | ||
"size": 51220, | ||
"gzipSize": 13060 | ||
} | ||
@@ -45,3 +45,3 @@ }, | ||
"package": "@atlaskit/section-message", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"dependent": true, | ||
@@ -51,6 +51,6 @@ "id": "combined.main", | ||
"stats": { | ||
"size": 91196, | ||
"gzipSize": 25104 | ||
"size": 91240, | ||
"gzipSize": 25110 | ||
} | ||
} | ||
] |
# @atlaskit/section-message | ||
## 4.0.7 | ||
### Patch Changes | ||
- [patch][18dfac7332](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/18dfac7332): | ||
In this PR, we are: | ||
- Re-introducing dist build folders | ||
- Adding back cjs | ||
- Replacing es5 by cjs and es2015 by esm | ||
- Creating folders at the root for entry-points | ||
- Removing the generation of the entry-points at the root | ||
Please see this [ticket](https://product-fabric.atlassian.net/browse/BUILDTOOLS-118) or this [page](https://hello.atlassian.net/wiki/spaces/FED/pages/452325500/Finishing+Atlaskit+multiple+entry+points) for further details | ||
## 4.0.6 | ||
@@ -4,0 +19,0 @@ |
{ | ||
"name": "@atlaskit/section-message", | ||
"version": "4.0.6", | ||
"version": "4.0.7", | ||
"description": "A react component used to alert users of a particular screen area that needs user action", | ||
"repository": "https://bitbucket.org/atlassian/atlaskit-mk-2", | ||
"license": "Apache-2.0", | ||
"module": "index.js", | ||
"types": "index.d.ts", | ||
"module": "dist/esm/index.js", | ||
"main": "dist/cjs/index.js", | ||
"types": "dist/cjs/index.d.ts", | ||
"atlaskit:src": "src/index.ts", | ||
@@ -23,3 +24,3 @@ "sideEffects": false, | ||
"dependencies": { | ||
"@atlaskit/button": "^13.0.12", | ||
"@atlaskit/button": "^13.0.14", | ||
"@atlaskit/icon": "^19.0.0", | ||
@@ -35,4 +36,4 @@ "@atlaskit/theme": "^9.1.1", | ||
"devDependencies": { | ||
"@atlaskit/build-utils": "^2.0.0", | ||
"@atlaskit/code": "^11.0.4", | ||
"@atlaskit/build-utils": "^2.2.2", | ||
"@atlaskit/code": "^11.0.5", | ||
"@atlaskit/docs": "^8.1.3", | ||
@@ -39,0 +40,0 @@ "@atlaskit/field-range": "^7.0.5", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
42383
41
415
1
Updated@atlaskit/button@^13.0.14