-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): version packages (#26)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
1671a3b
commit 70ca9fb
Showing
7 changed files
with
93 additions
and
76 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# @websublime/ws-sublime | ||
|
||
## 0.1.0 | ||
|
||
### Minor Changes | ||
|
||
- [#25](https://github.com/websublime/sublime-sdk/pull/25) [`1671a3b`](https://github.com/websublime/sublime-sdk/commit/1671a3b689c6afbbcc89cf5d8ac7b02cecaa0d80) Thanks [@miguelramos](https://github.com/miguelramos)! - Sublime global context | ||
|
||
Instead of using window as reference for some shared features, was created a global close context under | ||
the name Sublime. So any setting or instance can now be shared thru the Sublime global API. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,64 +1,63 @@ | ||
{ | ||
"name": "@websublime/ws-sublime", | ||
"private": false, | ||
"version": "0.0.0", | ||
"source": "./src", | ||
"scripts": { | ||
"start": "vite --debug", | ||
"build": "yarn dts && vite build --mode=production && yarn types", | ||
"dts": "tsc --declaration --emitDeclarationOnly", | ||
"types": "mkdir dist/docs && api-extractor run --local && rm -rf ./declarations", | ||
"release": "yarn changeset publish" | ||
}, | ||
"devDependencies": { | ||
"@websublime/vite": "0.0.1", | ||
"@microsoft/api-documenter": "^7.17.15", | ||
"@microsoft/api-extractor": "^7.24.1", | ||
"@types/jest": "^27.0.1", | ||
"@types/node": "^16.11.12", | ||
"@typescript-eslint/eslint-plugin": "^5.14.0", | ||
"@typescript-eslint/parser": "^5.14.0", | ||
"eslint": "^8.13.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint-plugin-import": "^2.25.4", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"eslint-plugin-sort-destructure-keys": "^1.4.0", | ||
"eslint-plugin-unicorn": "^42.0.0", | ||
"jest": "^26.1.0", | ||
"prettier": "^2.5.1", | ||
"rollup-plugin-postcss": "^4.0.2", | ||
"rollup-plugin-postcss-lit": "^2.0.0", | ||
"rollup-plugin-typescript2": "^0.31.2", | ||
"@rollup/plugin-replace": "^4.0.0", | ||
"sass": "^1.51.0", | ||
"ts-jest": "^26.1.1", | ||
"typescript": "^4.5.4", | ||
"vite": "^3.0.2" | ||
}, | ||
"dependencies": { | ||
"lit": "^2.2.1" | ||
}, | ||
"main": "./dist/ws-sublime.cjs.js", | ||
"module": "./dist/ws-sublime.es.js", | ||
"types": "./dist/@types/index.d.ts", | ||
"exports": { | ||
".": { | ||
"require": "./dist/ws-sublime.cjs.js", | ||
"import": "./dist/ws-sublime.es.js" | ||
} | ||
}, | ||
"publishConfig": { | ||
"registry": "https://npm.pkg.github.com" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "ssh://git@github.com:websublime/sublime-sdk.git", | ||
"directory": "packages/ws-sublime" | ||
}, | ||
"files": [ | ||
"dist/", | ||
"./LICENSE.md", | ||
"./README.md" | ||
] | ||
} | ||
|
||
"name": "@websublime/ws-sublime", | ||
"private": false, | ||
"version": "0.1.0", | ||
"source": "./src", | ||
"scripts": { | ||
"start": "vite --debug", | ||
"build": "yarn dts && vite build --mode=production && yarn types", | ||
"dts": "tsc --declaration --emitDeclarationOnly", | ||
"types": "mkdir dist/docs && api-extractor run --local && rm -rf ./declarations", | ||
"release": "yarn changeset publish" | ||
}, | ||
"devDependencies": { | ||
"@websublime/vite": "0.0.1", | ||
"@microsoft/api-documenter": "^7.17.15", | ||
"@microsoft/api-extractor": "^7.24.1", | ||
"@types/jest": "^27.0.1", | ||
"@types/node": "^16.11.12", | ||
"@typescript-eslint/eslint-plugin": "^5.14.0", | ||
"@typescript-eslint/parser": "^5.14.0", | ||
"eslint": "^8.13.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint-plugin-import": "^2.25.4", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"eslint-plugin-sort-destructure-keys": "^1.4.0", | ||
"eslint-plugin-unicorn": "^42.0.0", | ||
"jest": "^26.1.0", | ||
"prettier": "^2.5.1", | ||
"rollup-plugin-postcss": "^4.0.2", | ||
"rollup-plugin-postcss-lit": "^2.0.0", | ||
"rollup-plugin-typescript2": "^0.31.2", | ||
"@rollup/plugin-replace": "^4.0.0", | ||
"sass": "^1.51.0", | ||
"ts-jest": "^26.1.1", | ||
"typescript": "^4.5.4", | ||
"vite": "^3.0.2" | ||
}, | ||
"dependencies": { | ||
"lit": "^2.2.1" | ||
}, | ||
"main": "./dist/ws-sublime.cjs.js", | ||
"module": "./dist/ws-sublime.es.js", | ||
"types": "./dist/@types/index.d.ts", | ||
"exports": { | ||
".": { | ||
"require": "./dist/ws-sublime.cjs.js", | ||
"import": "./dist/ws-sublime.es.js" | ||
} | ||
}, | ||
"publishConfig": { | ||
"registry": "https://npm.pkg.github.com" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "ssh://git@github.com:websublime/sublime-sdk.git", | ||
"directory": "packages/ws-sublime" | ||
}, | ||
"files": [ | ||
"dist/", | ||
"./LICENSE.md", | ||
"./README.md" | ||
] | ||
} |