@gravity-ui/querieskit 1.0.1 → 1.0.3

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.
@@ -16,7 +16,7 @@ jobs:
16
16
  steps:
17
17
  - uses: gravity-ui/preview-deploy-action@v2
18
18
  with:
19
- project: timeline
19
+ project: querieskit
20
20
  github-token: ${{ secrets.GRAVITY_UI_BOT_GITHUB_TOKEN }}
21
21
  s3-key-id: ${{ secrets.STORYBOOK_S3_KEY_ID }}
22
22
  s3-secret-key: ${{ secrets.STORYBOOK_S3_SECRET_KEY }}
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.0.3](https://github.com/gravity-ui/querieskit/compare/v1.0.2...v1.0.3) (2026-08-12)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **CI:** wrong deploy directory [YTFRONT-5935] ([5eae194](https://github.com/gravity-ui/querieskit/commit/5eae19411004b979fba162d805bf8b83534815e5))
9
+
10
+ ## [1.0.2](https://github.com/gravity-ui/querieskit/compare/v1.0.1...v1.0.2) (2026-08-12)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * **CI:** storybook build problem [YTFRONT-5935] ([f0db180](https://github.com/gravity-ui/querieskit/commit/f0db180fd6c5c5974db28259d41205e97a655cf9))
16
+
3
17
  ## [1.0.1](https://github.com/gravity-ui/querieskit/compare/v1.0.0...v1.0.1) (2026-08-12)
4
18
 
5
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gravity-ui/querieskit",
3
- "version": "1.0.1",
3
+ "version": "1.0.3",
4
4
  "description": "Query page component library",
5
5
  "main": "build/index.js",
6
6
  "scripts": {
@@ -8,7 +8,7 @@
8
8
  "lint": "eslint",
9
9
  "lint:all": "eslint \"./src/**/*.{js,jsx,ts,tsx}\"",
10
10
  "storybook": "storybook dev -p 6006 --no-open",
11
- "build-storybook": "sb build",
11
+ "build-storybook": "storybook build",
12
12
  "test": "echo \"No tests\" && exit 0",
13
13
  "prepublishOnly": "npm run build"
14
14
  },