Skip to content

Commit

Permalink
fix!: remove browser build from plugin (#25)
Browse files Browse the repository at this point in the history
* fix!: remove browser build from plugin

* fix: restore version

* fix: remove browser build

* fix: add monorepo in config file

* chore: remove cliff-jumper from sub packages

* chore: remove workspace

* chore: regen lockfile

* chore(tagscript): release tagscript@0.8.5

* chore(tagscript-plugin-discord): release tagscript-plugin-discord@1.0.1

* chore: bump
  • Loading branch information
imranbarbhuiya committed May 6, 2022
1 parent 521e320 commit fa5ec4d
Show file tree
Hide file tree
Showing 9 changed files with 642 additions and 1,013 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -6,6 +6,7 @@
],
"scripts": {
"build": "turbo run build",
"bump": "turbo run bump --concurrency=1",
"check-update": "turbo run check-update",
"clean": "node scripts/clean.mjs",
"clean:full": "node scripts/clean-full.mjs",
Expand Down
1 change: 1 addition & 0 deletions packages/tagscript-plugin-discord/.cliff-jumperrc.yml
@@ -1,2 +1,3 @@
name: tagscript-plugin-discord
monoRepo: true
packagePath: packages/tagscript-plugin-discord
20 changes: 20 additions & 0 deletions packages/tagscript-plugin-discord/CHANGELOG.md
@@ -0,0 +1,20 @@
# Changelog
All notable changes to this project will be documented in this file.

# [1.0.1]
(https://github.com/imranbarbhuiya/tagscript/tree/v1.0.1) - (2022-05-06)

## Bug Fixes

- Add monorepo in config file ([fe7a7f8](https://github.com/imranbarbhuiya/tagscript/commit/fe7a7f8bff2188ae27dd012c4a94adcf69e085a6))
- Remove browser build ([180dd29](https://github.com/imranbarbhuiya/tagscript/commit/180dd2904fc4534454c20011fd6d8f10c6611604))
- [**breaking**] Remove browser build from plugin ([761a271](https://github.com/imranbarbhuiya/tagscript/commit/761a271f7f120147fdceb031ff56e33353aec453))
- Prepack scripts (#24) ([48001bb](https://github.com/imranbarbhuiya/tagscript/commit/48001bbeb43c6239d645e6180586655d0aadb560))

## Features

- [**breaking**] Move all discord.js related parsers into a new package (#22) ([f7e27fa](https://github.com/imranbarbhuiya/tagscript/commit/f7e27fae5a0629679415f0e8c84e3fdfde452411))

# Changelog

All notable changes to this project will be documented in this file.
11 changes: 5 additions & 6 deletions packages/tagscript-plugin-discord/package.json
@@ -1,11 +1,9 @@
{
"name": "tagscript-plugin-discord",
"version": "0.0.0",
"version": "1.0.1",
"description": "A plugin for tagscript to work with discord.js.",
"main": "dist/index.js",
"module": "dist/index.mjs",
"browser": "dist/index.global.js",
"unpkg": "dist/index.global.js",
"types": "dist/index.d.ts",
"exports": {
"import": "./dist/index.mjs",
Expand Down Expand Up @@ -39,13 +37,13 @@
"devDependencies": {
"@favware/rollup-type-bundler": "^1.0.7",
"discord.js": "^13.6.0",
"tagscript": "workspace:^",
"tagscript": "*",
"tsup": "^5.12.7",
"typescript": "^4.6.4"
},
"peerDependencies": {
"discord.js": "^13.6.0",
"tagscript": "workspace:^"
"tagscript": "*"
},
"engines": {
"node": ">=v16.9.0"
Expand All @@ -62,5 +60,6 @@
"bugs": {
"url": "https://github.com/imranbarbhuiya/tagscript/issues"
},
"homepage": "https://tagscript.js.org/"
"homepage": "https://tagscript.js.org/",
"packageManager": "yarn@3.2.0"
}
2 changes: 1 addition & 1 deletion packages/tagscript-plugin-discord/tsup.config.ts
@@ -1,3 +1,3 @@
import { createTsupConfig } from '../../scripts/tsup.config';

export default createTsupConfig({ globalName: 'TagScriptDiscord' });
export default createTsupConfig({ format: ['esm', 'cjs'] });
1 change: 1 addition & 0 deletions packages/tagscript/.cliff-jumperrc.yml
@@ -1,2 +1,3 @@
name: tagscript
monoRepo: true
packagePath: packages/tagscript
20 changes: 20 additions & 0 deletions packages/tagscript/CHANGELOG.md
@@ -0,0 +1,20 @@
# Changelog
All notable changes to this project will be documented in this file.

# [0.8.5]
(https://github.com/imranbarbhuiya/tagscript/tree/v0.8.5) - (2022-05-06)

## Bug Fixes

- Add monorepo in config file ([fe7a7f8](https://github.com/imranbarbhuiya/tagscript/commit/fe7a7f8bff2188ae27dd012c4a94adcf69e085a6))
- Restore version ([0722a1a](https://github.com/imranbarbhuiya/tagscript/commit/0722a1a983c4766736f7033be480cb5d47fa877a))
- [**breaking**] Remove browser build from plugin ([761a271](https://github.com/imranbarbhuiya/tagscript/commit/761a271f7f120147fdceb031ff56e33353aec453))
- Prepack scripts (#24) ([48001bb](https://github.com/imranbarbhuiya/tagscript/commit/48001bbeb43c6239d645e6180586655d0aadb560))

## Features

- [**breaking**] Move all discord.js related parsers into a new package (#22) ([f7e27fa](https://github.com/imranbarbhuiya/tagscript/commit/f7e27fae5a0629679415f0e8c84e3fdfde452411))

# Changelog

All notable changes to this project will be documented in this file.
5 changes: 3 additions & 2 deletions packages/tagscript/package.json
@@ -1,6 +1,6 @@
{
"name": "tagscript",
"version": "0.8.4",
"version": "1.0.0",
"description": "A simple and safe template engine.",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -52,5 +52,6 @@
"bugs": {
"url": "https://github.com/imranbarbhuiya/tagscript/issues"
},
"homepage": "https://tagscript.js.org/"
"homepage": "https://tagscript.js.org/",
"packageManager": "yarn@3.2.0"
}

0 comments on commit fa5ec4d

Please sign in to comment.