Skip to content

Commit

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

### Features

* add `auro-select@3.3.0` [#43](#43) ([868d9e9](868d9e9))
  • Loading branch information
semantic-release-bot committed Nov 27, 2024
1 parent 57aaf91 commit fba11e3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Semantic Release Automated Changelog

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


### Features

* add `auro-select@3.3.0` [#43](https://github.com/AlaskaAirlines/auro-form/issues/43) ([868d9e9](https://github.com/AlaskaAirlines/auro-form/commit/868d9e99619a4183dbdbe2087917de361e07e93d))

# [1.2.0](https://github.com/AlaskaAirlines/auro-form/compare/v1.1.0...v1.2.0) (2024-11-26)


Expand Down
3 changes: 1 addition & 2 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.2.0",
"version": "1.3.0",
"description": "auro-formkit",
"repository": {
"type": "git",
Expand Down Expand Up @@ -295,7 +295,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 Down

0 comments on commit fba11e3

Please sign in to comment.