@anansi/storybook 0.2.0 → 0.2.2

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
@@ -3,6 +3,22 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ### [0.2.2](https://github.com/ntucker/anansi/compare/@anansi/storybook@0.2.1...@anansi/storybook@0.2.2) (2023-03-21)
7
+
8
+ ### 📦 Package
9
+
10
+ * Update all non-major dependencies ([#1902](https://github.com/ntucker/anansi/issues/1902)) ([3bf4979](https://github.com/ntucker/anansi/commit/3bf4979cfdcdf49e29f9f0bacf394f16285ea212))
11
+ * Update all non-major dependencies ([#1906](https://github.com/ntucker/anansi/issues/1906)) ([babee96](https://github.com/ntucker/anansi/commit/babee967b98dbb86e1f61c280c8067c3ee5e357c))
12
+ * Update storybook monorepo to v7.0.0-rc.5 ([#1903](https://github.com/ntucker/anansi/issues/1903)) ([b09e631](https://github.com/ntucker/anansi/commit/b09e63188f9ee19721c88942db84f9164e73bdad))
13
+
14
+ ### 📝 Documentation
15
+
16
+ * Update readme to reference anansi ([772bd79](https://github.com/ntucker/anansi/commit/772bd799e855387b0a1fe83ca0304560201f3f29))
17
+
18
+ ### [0.2.1](https://github.com/ntucker/anansi/compare/@anansi/storybook@0.2.0...@anansi/storybook@0.2.1) (2023-03-18)
19
+
20
+ **Note:** Version bump only for package @anansi/storybook
21
+
6
22
  ## 0.2.0 (2023-03-18)
7
23
 
8
24
  ### 🚀 Features
package/README.md CHANGED
@@ -1,9 +1,10 @@
1
- # Storybook for HTML
1
+ # Storybook for Anansi
2
2
 
3
3
  ---
4
4
 
5
- Storybook for HTML is a UI development environment for your plain HTML snippets.
6
- With it, you can visualize different states of your UI components and develop them interactively.
5
+ Storybook for Anansi is a UI development environment for the [Anansi framework](https://github.com/ntucker/anansi).
6
+ With it, storybook will automatically work with all components you build, even when customizing and extending
7
+ your Anansi integration.
7
8
 
8
9
  ![Storybook Screenshot](https://github.com/storybookjs/storybook/blob/main/media/storybook-intro.gif)
9
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anansi/storybook",
3
- "version": "0.2.0",
3
+ "version": "0.2.2",
4
4
  "description": "Storybook framework for anansi",
5
5
  "homepage": "https://github.com/ntucker/anansi/tree/master/packages/storybook#readme",
6
6
  "repository": {
@@ -36,7 +36,7 @@
36
36
  "react"
37
37
  ],
38
38
  "devDependencies": {
39
- "@anansi/babel-preset": "4.1.0",
39
+ "@anansi/babel-preset": "4.1.1",
40
40
  "@anansi/browserslist-config": "1.4.1",
41
41
  "@babel/cli": "7.21.0",
42
42
  "@babel/core": "7.21.3",
@@ -45,10 +45,10 @@
45
45
  },
46
46
  "dependencies": {
47
47
  "@babel/runtime": "^7.17.0",
48
- "@storybook/builder-webpack5": "7.0.0-rc.4",
49
- "@storybook/preset-react-webpack": "^7.0.0-rc.4",
50
- "@storybook/react": "7.0.0-rc.4",
51
- "@types/node": "^16.0.0"
48
+ "@storybook/builder-webpack5": "7.0.0-rc.5",
49
+ "@storybook/preset-react-webpack": "^7.0.0-rc.5",
50
+ "@storybook/react": "7.0.0-rc.5",
51
+ "@types/node": "^16.18.18"
52
52
  },
53
53
  "peerDependencies": {
54
54
  "@anansi/babel-preset": "^3.0.0 || ^4.0.0",