@atlaspack/utils 2.14.1-dev.39 → 2.14.1-dev.41

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @atlaspack/utils
2
2
 
3
+ ## 2.14.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#474](https://github.com/atlassian-labs/atlaspack/pull/474) [`ce13d5e`](https://github.com/atlassian-labs/atlaspack/commit/ce13d5e885d55518ee6318e7a72e3a6e4e5126f2) Thanks [@benjervis](https://github.com/benjervis)! - No longer bundles `@atlaspack/feature-flags` into the source, so it will work from the same feature flag state as the rest of the repo.
8
+
9
+ Previously, this was preventing us from using feature flags inside the utils package, as it was impossible to set them.
10
+
11
+ - [#478](https://github.com/atlassian-labs/atlaspack/pull/478) [`570493b`](https://github.com/atlassian-labs/atlaspack/commit/570493beaf754e7985aebc7daaaf6dfcfa8fe56b) Thanks [@yamadapc](https://github.com/yamadapc)! - The first attempt at Version Packages didn't include the built artifacts.
12
+ This has hopefully been fixed, so this change will force those packages to re-release.
13
+ - Updated dependencies [[`80bd57b`](https://github.com/atlassian-labs/atlaspack/commit/80bd57b9f9e966563957dee0780d956a682eb2d4), [`ae70b81`](https://github.com/atlassian-labs/atlaspack/commit/ae70b810384cf58f9c57d341ab4c925c7bb2060c), [`4aab060`](https://github.com/atlassian-labs/atlaspack/commit/4aab0605c0d4ee8e0dcc3ffa1162eae5b360b677), [`c0a61a9`](https://github.com/atlassian-labs/atlaspack/commit/c0a61a92405b6830fe39cc17622cc2e97bf02dd7), [`cb35e7d`](https://github.com/atlassian-labs/atlaspack/commit/cb35e7d2b90b372de8401792915f12f410508d24), [`e1422ad`](https://github.com/atlassian-labs/atlaspack/commit/e1422ad0a801faaa4bc4f1023bed042ffe236e9b), [`6ec11f1`](https://github.com/atlassian-labs/atlaspack/commit/6ec11f10a9366fb8a9fc0475c7678235056bd80e), [`570493b`](https://github.com/atlassian-labs/atlaspack/commit/570493beaf754e7985aebc7daaaf6dfcfa8fe56b)]:
14
+ - @atlaspack/rust@3.0.1
15
+ - @atlaspack/feature-flags@2.14.1
16
+ - @atlaspack/diagnostic@2.14.1
17
+ - @atlaspack/logger@2.14.1
18
+ - @atlaspack/markdown-ansi@2.14.1
19
+ - @atlaspack/codeframe@2.13.3
20
+
3
21
  ## 2.14.0
4
22
 
5
23
  ### Minor Changes