diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d09067205935a33a2d261971f3f37751d09ce9be --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,11 @@ +# [1.1.0](https://git.astron.nl/astron-sdc/design-system/compare/v1.0.1...v1.1.0) (2023-12-06) + +### Bug Fixes + +- install git from default before_script ([c80af9a](https://git.astron.nl/astron-sdc/design-system/commit/c80af9a06326a43884d838368f2a396c6238956f)) +- remove release notes from commit msg ([0e6c1d8](https://git.astron.nl/astron-sdc/design-system/commit/0e6c1d878a9d737ea27aedd0940dabe52819b4ca)) + +### Features + +- also publish package in semantic-release ([caa7ee8](https://git.astron.nl/astron-sdc/design-system/commit/caa7ee8f3bf71a8970f31ea29bb7925539e8d418)) +- semantic release for real ([dd3dd47](https://git.astron.nl/astron-sdc/design-system/commit/dd3dd478b83324c950b1b477e8164922bf8dcc6a)) diff --git a/package-lock.json b/package-lock.json index a7a149ee5ade13aa10711d1d56b3ac045a0fcec1..5f7c31be1b90295bfeff7af44e6952b17df45436 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@astron-sdc/design-system", - "version": "1.0.1", + "version": "1.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@astron-sdc/design-system", - "version": "1.0.1", + "version": "1.1.0", "devDependencies": { "@commitlint/cli": "^18.2.0", "@commitlint/config-conventional": "^18.1.0", diff --git a/package.json b/package.json index f6e88173366beb2d4cea34fe1a812a91cb97939f..164fba6dc680e4f251d9213b23ed500f55292e01 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@astron-sdc/design-system", - "version": "1.0.1", + "version": "1.1.0", "type": "module", "main": "./dist/astron-design-system.cjs", "module": "./dist/astron-design-system.es.js", @@ -26,7 +26,6 @@ "build-storybook:css": "tailwindcss -m -i ./src/tailwind.css -o ./src/index.css", "lint-changed": "eslint --fix $(git diff --name-only --diff-filter ad | grep -E '(js|ts|tsx)$' | xargs) && prettier --write $(git diff --name-only --diff-filter ad | xargs)", "lint-staged-add": "lint-staged --concurrent false", - "prepare": "git config --local core.hooksPath .githooks", "prepublishOnly": "npm run build", "storybook": "concurrently \"npm run storybook:css\" \"storybook dev -p 6006\"", "storybook:css": "tailwindcss -w -i ./src/tailwind.css -o ./src/index.css",