Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
- bones_ui: ^1.1.0
- swiss_knife: ^2.5.16
- dom_tools: ^1.3.14
  • Loading branch information
gmpassos committed Oct 25, 2020
1 parent ebc3e54 commit 3f61440
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.1.0

- bones_ui: ^1.1.0
- swiss_knife: ^2.5.16
- dom_tools: ^1.3.14

## 1.0.6

- bones_ui: ^1.0.20
Expand Down
10 changes: 5 additions & 5 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
name: bones_ui_bootstrap
description: Adds Bootstrap 4+ support to Dart package bones_ui, allowing use of Bootstrap components and CSS.
version: 1.0.6
version: 1.1.0
homepage: https://github.com/Colossus-Services/bones_ui_bootstrap

environment:
sdk: '>=2.7.0 <3.0.0'

dependencies:
bones_ui: ^1.0.20
bones_ui: ^1.1.0
#path: ../bones_ui
swiss_knife: ^2.5.13
swiss_knife: ^2.5.16
#path: ../swiss_knife
amdjs: ^1.0.6
#path: ../amdjs
dom_tools: ^1.3.10
dom_tools: ^1.3.14
#path: ../dom_tools
intl_messages: ^1.1.10
#path: ../intl_messages
Expand All @@ -23,4 +23,4 @@ dev_dependencies:
build_runner: ^1.10.0
build_web_compilers: ^2.11.0
pedantic: ^1.9.2
test: ^1.15.3
test: ^1.15.4

0 comments on commit 3f61440

Please sign in to comment.