@kbss-cvut/s-forms 0.4.2-beta-a77a6fb.0 → 0.6.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.
@@ -6,3 +6,4 @@ export declare const Form1: ComponentStory<React.ForwardRefExoticComponent<React
6
6
  export declare const Form2: ComponentStory<React.ForwardRefExoticComponent<React.RefAttributes<any>>>;
7
7
  export declare const TouristDestinationForm1: ComponentStory<React.ForwardRefExoticComponent<React.RefAttributes<any>>>;
8
8
  export declare const TouristDestinationForm2: ComponentStory<React.ForwardRefExoticComponent<React.RefAttributes<any>>>;
9
+ export declare const OccurenceReportingForm: ComponentStory<React.ForwardRefExoticComponent<React.RefAttributes<any>>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kbss-cvut/s-forms",
3
- "version": "0.4.2-beta-a77a6fb.0",
3
+ "version": "0.6.1",
4
4
  "description": "Semantic forms generator and processor",
5
5
  "keywords": [
6
6
  "react",
@@ -106,7 +106,7 @@
106
106
  "build": "microbundle --jsx React.createElement",
107
107
  "build-storybook": "build-storybook",
108
108
  "chromatic": "npx chromatic",
109
- "release:patch": "npm test && standard-version --release-as patch && npm publish",
109
+ "release:patch": "standard-version --release-as patch && npm publish",
110
110
  "release:major": "npm test && standard-version --release-as major && npm publish",
111
111
  "release:minor": "npm test && standard-version --release-as minor && npm publish",
112
112
  "prettier:check": "npx prettier --check .",