@opencloning/ui 1.1.0-test.5 → 1.1.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.
package/CHANGELOG.md CHANGED
@@ -1,13 +1,37 @@
1
1
  # @opencloning/ui
2
2
 
3
- ## 1.1.0-test.5
3
+ ## 1.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#570](https://github.com/manulera/OpenCloning_frontend/pull/570) [`83dab1c`](https://github.com/manulera/OpenCloning_frontend/commit/83dab1c2a7cca2b17aa8039b74d15c47e467b2f0) Thanks [@manulera](https://github.com/manulera)! - Switch to using provider for configuration rather than state
8
+
9
+ - [#570](https://github.com/manulera/OpenCloning_frontend/pull/570) [`83dab1c`](https://github.com/manulera/OpenCloning_frontend/commit/83dab1c2a7cca2b17aa8039b74d15c47e467b2f0) Thanks [@manulera](https://github.com/manulera)! - Handle version display with scripts
10
+
11
+ ### Patch Changes
12
+
13
+ - [#574](https://github.com/manulera/OpenCloning_frontend/pull/574) [`6df1c20`](https://github.com/manulera/OpenCloning_frontend/commit/6df1c2060d5776a30a00daaedfb0ec2cc685284d) Thanks [@manulera](https://github.com/manulera)! - Last dummy test to check if auto pre-release works
14
+
15
+ - [#573](https://github.com/manulera/OpenCloning_frontend/pull/573) [`07106ac`](https://github.com/manulera/OpenCloning_frontend/commit/07106ac0c8f9321d0b33994ed086a76eb79739a3) Thanks [@manulera](https://github.com/manulera)! - Dummy change to test that new action works
16
+
17
+ - [#570](https://github.com/manulera/OpenCloning_frontend/pull/570) [`83dab1c`](https://github.com/manulera/OpenCloning_frontend/commit/83dab1c2a7cca2b17aa8039b74d15c47e467b2f0) Thanks [@manulera](https://github.com/manulera)! - testing a test release to npm
18
+
19
+ - [#570](https://github.com/manulera/OpenCloning_frontend/pull/570) [`83dab1c`](https://github.com/manulera/OpenCloning_frontend/commit/83dab1c2a7cca2b17aa8039b74d15c47e467b2f0) Thanks [@manulera](https://github.com/manulera)! - Fix imports from mui and icons library, and add husky hook to validate that it does not happen again
20
+
21
+ - [#570](https://github.com/manulera/OpenCloning_frontend/pull/570) [`83dab1c`](https://github.com/manulera/OpenCloning_frontend/commit/83dab1c2a7cca2b17aa8039b74d15c47e467b2f0) Thanks [@manulera](https://github.com/manulera)! - Releases work on npm now through `YARN_NPM_AUTH_TOKEN=<> yarn changeset publish`, this is enabled by patch, see Readme. This properly handles workspaces (in package.json in each of the packages, `"@opencloning/store": "workspace:*",` is replaced by the actual version).
22
+
23
+ - Updated dependencies [[`6df1c20`](https://github.com/manulera/OpenCloning_frontend/commit/6df1c2060d5776a30a00daaedfb0ec2cc685284d), [`83dab1c`](https://github.com/manulera/OpenCloning_frontend/commit/83dab1c2a7cca2b17aa8039b74d15c47e467b2f0), [`83dab1c`](https://github.com/manulera/OpenCloning_frontend/commit/83dab1c2a7cca2b17aa8039b74d15c47e467b2f0), [`83dab1c`](https://github.com/manulera/OpenCloning_frontend/commit/83dab1c2a7cca2b17aa8039b74d15c47e467b2f0), [`83dab1c`](https://github.com/manulera/OpenCloning_frontend/commit/83dab1c2a7cca2b17aa8039b74d15c47e467b2f0)]:
24
+ - @opencloning/store@1.1.0
25
+ - @opencloning/utils@1.1.0
26
+
27
+ ## 1.1.0-dev.5
4
28
 
5
29
  ### Patch Changes
6
30
 
7
31
  - 6df1c20: Last dummy test to check if auto pre-release works
8
32
  - Updated dependencies [6df1c20]
9
- - @opencloning/store@1.1.0-test.5
10
- - @opencloning/utils@1.1.0-test.5
33
+ - @opencloning/store@1.1.0-dev.5
34
+ - @opencloning/utils@1.1.0-dev.5
11
35
 
12
36
  ## 1.1.0-dev.4
13
37
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opencloning/ui",
3
- "version": "1.1.0-test.5",
3
+ "version": "1.1.0",
4
4
  "type": "module",
5
5
  "main": "./src/index.js",
6
6
  "scripts": {
@@ -23,8 +23,8 @@
23
23
  "@emotion/styled": "^11.14.0",
24
24
  "@mui/icons-material": "^5.15.17",
25
25
  "@mui/material": "^5.15.17",
26
- "@opencloning/store": "1.1.0-test.5",
27
- "@opencloning/utils": "1.1.0-test.5",
26
+ "@opencloning/store": "1.1.0",
27
+ "@opencloning/utils": "1.1.0",
28
28
  "@teselagen/bio-parsers": "^0.4.32",
29
29
  "@teselagen/ove": "^0.8.18",
30
30
  "@teselagen/range-utils": "^0.3.13",
package/src/version.js CHANGED
@@ -1,2 +1,2 @@
1
1
  // Version placeholder - replaced at publish time via prepack script
2
- export const version = "1.1.0-test.5";
2
+ export const version = "1.1.0";