@orchestrator-ui/jest-config 0.2.0 → 1.0.0

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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @orchestrator-ui/jest-config@0.2.0 build
2
+ > @orchestrator-ui/jest-config@1.0.0 build
3
3
  > tsup jest-base.config.js --format esm
4
4
 
5
5
  CLI Building entry: jest-base.config.js
@@ -7,4 +7,4 @@
7
7
  CLI Target: node16
8
8
  ESM Build start
9
9
  ESM dist/jest-base.config.mjs 858.00 B
10
- ESM ⚡️ Build success in 23ms
10
+ ESM ⚡️ Build success in 18ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @orchestrator-ui/jest-config
2
2
 
3
+ ## 1.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - 507399b: R1 Release
8
+
3
9
  ## 0.2.0
4
10
 
5
11
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orchestrator-ui/jest-config",
3
- "version": "0.2.0",
3
+ "version": "1.0.0",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "access": "public"