Skip to content

Commit

Permalink
Merge branch 'next' of https://github.com/phase2/outline into issue/d…
Browse files Browse the repository at this point in the history
…ocs-props
  • Loading branch information
glitchgirl committed May 24, 2023
2 parents 84901d1 + 3c84e7d commit 2befb50
Show file tree
Hide file tree
Showing 19 changed files with 2,036 additions and 1,368 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,9 @@ jobs:
uses: changesets/action@v1
with:
publish: yarn changeset:publish
version: yarn changeset:version
commit: 'Outline: Version Packages'
createGithubReleases: true
env:
GITHUB_TOKEN: ${{ secrets.NPM_NPM_PACKAGES }}
NPM_TOKEN: ${{ secrets.NPM_NPM_PACKAGES }}
Expand Down
1 change: 1 addition & 0 deletions .storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ module.exports = {
{
name: '@storybook/addon-essentials',
},
'@storybook/addon-mdx-gfm',
],
features: {
storyStoreV7: true,
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,13 @@
"@commitlint/cli": "^17.4.0",
"@commitlint/config-conventional": "^17.4.0",
"@open-wc/testing": "^3.0.0-next.2",
"@storybook/addon-actions": "^7.0.0-beta.49",
"@storybook/addon-essentials": "^7.0.0-beta.49",
"@storybook/addon-links": "^7.0.0-beta.49",
"@storybook/addon-actions": "^7.0.14",
"@storybook/addon-essentials": "^7.0.14",
"@storybook/addon-links": "^7.0.14",
"@storybook/addon-mdx-gfm": "^7.0.14",
"@storybook/addon-postcss": "^3.0.0-alpha.1",
"@storybook/builder-vite": "^7.0.0-beta.49",
"@storybook/web-components": "^7.0.0-beta.49",
"@storybook/web-components-vite": "^7.0.0-beta.49",
"@storybook/web-components": "^7.0.14",
"@storybook/web-components-vite": "^7.0.14",
"@types/estree": "^0.0.47",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
Expand All @@ -101,7 +101,7 @@
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-react": "^7.23.0",
"eslint-plugin-storybook": "^0.6.8",
"eslint-plugin-storybook": "^0.6.12",
"gaze": "^1.1.3",
"husky": "^8.0.3",
"jest": "^26.6.3",
Expand All @@ -123,7 +123,7 @@
"react-syntax-highlighter": "^15.5.0",
"rimraf": "^3.0.2",
"rsync": "^0.6.1",
"storybook": "^7.0.0-beta.49",
"storybook": "^7.0.14",
"svgo": "^2.8.0",
"tailwindcss": "3.0.0",
"ts-lit-plugin": "^1.2.1",
Expand Down
28 changes: 28 additions & 0 deletions packages/outline-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# @phase2/outline-cli

## 0.0.39

### Patch Changes

- Updated dependencies
- @phase2/outline-templates@0.0.41

## 0.0.38

### Patch Changes

- @phase2/outline-storybook@0.0.36

## 0.0.37

### Patch Changes

- Updated dependencies
- @phase2/outline-storybook@0.0.35

## 0.0.36

### Patch Changes

- Updated dependencies [b1b1e32]
- @phase2/outline-storybook@0.0.34
- @phase2/outline-templates@0.0.40

## 0.0.35

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/outline-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@phase2/outline-cli",
"description": "Outline command-line interface for creating new Outline projects and Outline commands",
"version": "0.0.35",
"version": "0.0.39",
"author": "Phase2 Technology",
"bin": {
"outline": "./bin/run"
Expand All @@ -11,8 +11,8 @@
"@oclif/core": "^1",
"@oclif/plugin-help": "^5",
"@oclif/plugin-plugins": "^2.0.1",
"@phase2/outline-storybook": "^0.0.33",
"@phase2/outline-templates": "^0.0.39",
"@phase2/outline-storybook": "^0.0.36",
"@phase2/outline-templates": "^0.0.41",
"@types/inquirer": "^9.0.3",
"chalk": "^4.1.2",
"fs": "^0.0.2-security",
Expand Down
6 changes: 6 additions & 0 deletions packages/outline-code-block/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @phase2/outline-code-block

## 0.1.2

### Patch Changes

- Version Bump

## 0.1.1

### Patch Changes
Expand Down
3 changes: 2 additions & 1 deletion packages/outline-code-block/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@phase2/outline-code-block",
"version": "0.1.1",
"version": "0.1.2",
"description": "The Outline Components for the web code block component",
"keywords": [
"outline components",
Expand All @@ -12,6 +12,7 @@
"typings": "index.d.ts",
"files": [
"/dist/",
"/src/",
"!/dist/tsconfig.build.tsbuildinfo"
],
"author": "Phase2 Technology",
Expand Down
6 changes: 6 additions & 0 deletions packages/outline-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @phase2/outline-core

## 0.1.12

### Patch Changes

- Release fix to ensure latest packages are pulled.

## 0.1.11

### Patch Changes
Expand Down
4 changes: 1 addition & 3 deletions packages/outline-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@phase2/outline-core",
"version": "0.1.11",
"version": "0.1.12",
"description": "Core functionality that is shared across all Outline Web Components",
"keywords": [
"outline",
Expand Down Expand Up @@ -92,8 +92,6 @@
"exports": {
".": "./index.ts",
"./src/outline-element": "./src/outline-element/outline-element.ts",
"./src/outline-element/outline-element.a11y.css.lit": "./src/outline-element/outline-element.a11y.css.lit.ts",
"./src/outline-element/outline-element.base.css.lit": "./src/outline-element/outline-element.base.css.lit.ts",
"./src/internal/light-dom.mjs": "./src/internal/light-dom.mjs"
}
}
6 changes: 6 additions & 0 deletions packages/outline-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @phase2/outline-docs

## 0.0.11

### Patch Changes

- Fix for build

## 0.0.10

### Patch Changes
Expand Down
3 changes: 2 additions & 1 deletion packages/outline-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@phase2/outline-docs",
"version": "0.0.10",
"version": "0.0.11",
"description": "Outline Documentation",
"keywords": [
"outline",
Expand All @@ -13,6 +13,7 @@
"typings": "index.d.ts",
"files": [
"/dist/",
"/src/",
"!/dist/tsconfig.build.tsbuildinfo"
],
"author": "Phase2 Technology",
Expand Down
19 changes: 19 additions & 0 deletions packages/outline-storybook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @phase2/outline-storybook

## 0.0.36

### Patch Changes

- Updated dependencies
- @phase2/outline-docs@0.0.11

## 0.0.35

### Patch Changes

- Version bump

## 0.0.34

### Patch Changes

- b1b1e32: Upgrade to Storybook 7.0.12

## 0.0.33

### Patch Changes
Expand Down
7 changes: 6 additions & 1 deletion packages/outline-storybook/config/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,10 @@ module.exports = {
: [`../components/**/*.stories.@(js|ts|mdx)`]),
'./stories/!(guides|tokens|demonstration|examples)**/*.stories.@(js|jsx|ts|tsx|mdx)',
],
addons: ['@storybook/addon-essentials'],
addons: [
{
name: '@storybook/addon-essentials',
},
'@storybook/addon-mdx-gfm',
],
};
10 changes: 5 additions & 5 deletions packages/outline-storybook/config/storybook.main.css
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ video{
--tw-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));

}
.border-2, .border, .border-t-2, .border-b{
.border-2, .border, .border-b, .border-t-2{
border-color: currentColor;

}
Expand Down Expand Up @@ -701,14 +701,14 @@ video{
.border{
border-width: 1px;

}
.border-t-2{
border-top-width: 2px;

}
.border-b{
border-bottom-width: 1px;

}
.border-t-2{
border-top-width: 2px;

}
.border-dashed{
border-style: dashed;
Expand Down
19 changes: 10 additions & 9 deletions packages/outline-storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@phase2/outline-storybook",
"description": "Storybook integration for Outline",
"version": "0.0.33",
"version": "0.0.36",
"license": "MIT",
"scripts": {
"package": "yarn publish"
Expand All @@ -15,18 +15,19 @@
"@phase2/outline-core": "^0.1.11",
"@phase2/outline-alert": "^0.1.6",
"@phase2/outline-code-block": "^0.1.1",
"@phase2/outline-docs": "^0.0.10",
"@phase2/outline-docs": "^0.0.11",
"@phase2/outline-static-assets": "^0.0.3"
},
"devDependencies": {
"@storybook/addon-actions": "^7.0.0-beta.49",
"@storybook/addon-essentials": "^7.0.0-beta.49",
"@storybook/addon-links": "^7.0.0-beta.49",
"@storybook/addon-actions": "^7.0.12",
"@storybook/addon-essentials": "^7.0.12",
"@storybook/addon-links": "^7.0.12",
"@storybook/addon-mdx-gfm": "^7.0.12",
"@storybook/addon-postcss": "^3.0.0-alpha.1",
"@storybook/builder-vite": "^7.0.0-beta.49",
"@storybook/web-components": "^7.0.0-beta.49",
"@storybook/web-components-vite": "^7.0.0-beta.49",
"storybook": "^7.0.0-beta.49"
"@storybook/web-components": "^7.0.12",
"@storybook/web-components-vite": "^7.0.12",
"eslint-plugin-storybook": "^0.6.12",
"storybook": "^7.0.12"
},
"publishConfig": {
"access": "public"
Expand Down
12 changes: 12 additions & 0 deletions packages/outline-templates/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @phase2/outline-templates

## 0.0.41

### Patch Changes

- Release fix to ensure latest packages are pulled.

## 0.0.40

### Patch Changes

- b1b1e32: Upgrade to Storybook 7.0.12

## 0.0.39

### Patch Changes
Expand Down
Loading

0 comments on commit 2befb50

Please sign in to comment.