Skip to content

Commit

Permalink
chore(release): 1.4.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.4.0](v1.3.0...v1.4.0) (2024-11-29)

### Features

* add `auro-combobox@2.1.4` ([0e21bc4](0e21bc4))
* add `auro-datepicker@3.2.0` ([bdcde1d](bdcde1d))
  • Loading branch information
semantic-release-bot committed Nov 29, 2024
1 parent 4cd5c75 commit a5a0417
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Semantic Release Automated Changelog

# [1.4.0](https://github.com/AlaskaAirlines/auro-form/compare/v1.3.0...v1.4.0) (2024-11-29)


### Features

* add `auro-combobox@2.1.4` ([0e21bc4](https://github.com/AlaskaAirlines/auro-form/commit/0e21bc4a9671ba5635f411d7996c9d0e220dcaff))
* add `auro-datepicker@3.2.0` ([bdcde1d](https://github.com/AlaskaAirlines/auro-form/commit/bdcde1d30ce82c293bcdd0a22de7bc54cb8b201e))

# [1.3.0](https://github.com/AlaskaAirlines/auro-form/compare/v1.2.0...v1.3.0) (2024-11-27)


Expand Down
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"================================================================================"
],
"name": "@aurodesignsystem/auro-form",
"version": "1.3.0",
"version": "1.4.0",
"description": "auro-formkit",
"repository": {
"type": "git",
Expand Down Expand Up @@ -297,7 +297,6 @@
"preCommit": "node ./node_modules/@aurodesignsystem/auro-library/scripts/build/pre-commit.mjs",
"postversion": "npm-run-all build:api build:docs",
"prepare": "husky install",

"dev:select": "concurrently --kill-others \"npm run build:watch:select\" \"npm run serve:select\"",
"build:select": "npm-run-all build:version:select build:sass:select sass:render:select types",
"build:demo:select": "npm-run-all build:select demo:rm:build demo:new:build demo:copy:index:select demo:copy:demo:select demo:update:index",
Expand All @@ -319,7 +318,6 @@
"linters:select": "npm-run-all scssLint:select esLint:select",
"scssLint:select": "stylelint \"./components/select/**/*.scss\"",
"esLint:select": "eslint 'components/select/**/*.js'",

"dev:combobox": "concurrently --kill-others \"npm run build:watch:combobox\" \"npm run serve:combobox\"",
"build:combobox": "npm-run-all build:version:combobox build:sass:combobox sass:render:combobox types",
"build:demo:combobox": "npm-run-all build:combobox demo:rm:build demo:new:build demo:copy:index:combobox demo:copy:demo:combobox demo:update:index",
Expand All @@ -341,7 +339,6 @@
"linters:combobox": "npm-run-all scssLint:combobox esLint:combobox",
"scssLint:combobox": "stylelint \"./components/combobox/**/*.scss\"",
"esLint:combobox": "eslint 'components/combobox/**/*.js'",

"dev:datepicker": "concurrently --kill-others \"npm run build:watch:datepicker\" \"npm run serve:datepicker\"",
"build:datepicker": "npm-run-all build:version:datepicker build:sass:datepicker sass:render:datepicker types",
"build:demo:datepicker": "npm-run-all build:datepicker demo:rm:build demo:new:build demo:copy:index:datepicker demo:copy:demo:datepicker demo:update:index",
Expand Down

0 comments on commit a5a0417

Please sign in to comment.