asma-core-ui 1.2.5 → 1.2.6

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.
Files changed (2) hide show
  1. package/Readme.md +10 -0
  2. package/package.json +2 -4
package/Readme.md CHANGED
@@ -11,6 +11,16 @@
11
11
 
12
12
  - All components shall be documented and tested in Storybook before PR is created.
13
13
 
14
+ ## Changelog
15
+
16
+ The project uses "changesets" to automatically bump version and create a changelog.
17
+
18
+ For each new feature or change run "npx changeset". Choose patch for a change or bug fix, minor for a new feature or major version for a breaking change. This creates a markdown file in .changeset folder. Commit to brach/PR as normal.
19
+
20
+ A PR can have several changesets.
21
+
22
+ The pipeline will automatically bump version and create changelog after merge to master.
23
+
14
24
  ## Index file
15
25
 
16
26
  - Index files shall not be edited manually.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "asma-core-ui",
3
3
  "private": false,
4
- "version": "1.2.5",
4
+ "version": "1.2.6",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist/**/*",
@@ -84,7 +84,6 @@
84
84
  "react": "^18.*",
85
85
  "react-dom": "^18.*",
86
86
  "react-hooks": "^1.0.1",
87
- "recoil": "^0.7.7",
88
87
  "sass": "^1.57.1",
89
88
  "tailwind": "^4.0.0",
90
89
  "tailwindcss": "^3.1.8",
@@ -100,8 +99,7 @@
100
99
  "@mui/material": "^5.*",
101
100
  "immer": "^9.*",
102
101
  "react": "^18.*",
103
- "react-dom": "^18.*",
104
- "recoil": "^0.7.*"
102
+ "react-dom": "^18.*"
105
103
  },
106
104
  "exports": {
107
105
  ".": {