@orchestrator-ui/jest-config 1.2.0 → 1.2.1

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@1.2.0 build
2
+ > @orchestrator-ui/jest-config@1.2.1 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 19ms
10
+ ESM ⚡️ Build success in 21ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @orchestrator-ui/jest-config
2
2
 
3
+ ## 1.2.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 09f3e09: Fixes markdown in README files
8
+
3
9
  ## 1.2.0
4
10
 
5
11
  ### Minor Changes
package/README.md CHANGED
@@ -4,6 +4,6 @@ Contains the jest configuration used in the [Workflow orchestrator][1] frontend
4
4
 
5
5
  This package is created from the [https://github.com/workfloworchestrator/example-orchestrator-ui/][2] repository and it's source can be found in [packages/jest-config][3]
6
6
 
7
- 1:[https://www.workfloworchestrator.org]
8
- 2:[https://github.com/workfloworchestrator/orchestrator-ui-library]
9
- 3:[https://github.com/workfloworchestrator/orchestrator-ui-library/tree/main/packages/jest-config]
7
+ [1]:[https://www.workfloworchestrator.org]
8
+ [2]:[https://github.com/workfloworchestrator/orchestrator-ui-library]
9
+ [3]:[https://github.com/workfloworchestrator/orchestrator-ui-library/tree/main/packages/jest-config]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orchestrator-ui/jest-config",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "license": "Apache-2.0",
5
5
  "publishConfig": {
6
6
  "access": "public"